-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with python 3.10 #10969
Labels
locked
[bot] locked due to inactivity
severity::1
blocker; broken functionality with no workaround
source::community
catch-all for issues filed by community members
tag::compatibility
related to compatibility issues with other software
type::bug
describes erroneous operation, use severity::* to classify the type
Milestone
Comments
isuruf
added
the
type::bug
describes erroneous operation, use severity::* to classify the type
label
Oct 6, 2021
chenghlee
added
severity::1
blocker; broken functionality with no workaround
source::community
catch-all for issues filed by community members
labels
Oct 6, 2021
Merged
PR at #10970 |
chenghlee
added
the
tag::compatibility
related to compatibility issues with other software
label
Oct 6, 2021
chrisburr
added a commit
to chrisburr/python-feedstock
that referenced
this issue
Oct 8, 2021
Merged
5 tasks
chrisburr
added a commit
to chrisburr/python-feedstock
that referenced
this issue
Oct 8, 2021
chrisburr
added a commit
to chrisburr/python-feedstock
that referenced
this issue
Oct 8, 2021
isuruf
added a commit
to conda-forge/python-feedstock
that referenced
this issue
Oct 9, 2021
Add workaround for conda/conda#10969
asottile
added a commit
to pre-commit/pre-commit
that referenced
this issue
Oct 12, 2021
Closed
4 tasks
4 tasks
4 tasks
This was referenced Nov 2, 2021
mbargull
pushed a commit
to mbargull-feedstocks/python-feedstock
that referenced
this issue
Nov 5, 2021
4 tasks
4 tasks
vladsavelyev
added a commit
to populationgenomics/hail
that referenced
this issue
Feb 9, 2022
vladsavelyev
added a commit
to populationgenomics/hail
that referenced
this issue
Feb 22, 2022
* Conda env: more missing packages and changed version pins * CI: build conda package on pull requests, but upload only on push to main * Build in py 3.10 enviornment * Stick to py3.9. See conda/conda#10969 * Conda: avro -> python-avro * Build pip instead of conda * Render conda recipe from pip requirements * Drop the pypi package * Render SPARK_VERSION before building recipe * Setup conda before rendering recipe to make sure py3 is activated * Conda: upload macos as well * Conda: build for py310 * Build for py310 * Build for py39 and py310 * Small fix * Remove trailing space * Update conda/render_recipe.py Co-authored-by: Michael Franklin <[email protected]> * Update conda/render_recipe.py Co-authored-by: Michael Franklin <[email protected]> * Drop conda, replace with pip * GH workflow: setup java and pin python * Fix * Fix * Java 8 * Use twine action * Fix * Install package for test * Fix * Remove fix-conda2 branch * Fix * Add back macos-latest * Build only on ubuntu * Add comments, rename to build.yaml * Rename back * Rename to package.yaml Co-authored-by: Michael Franklin <[email protected]>
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
locked
[bot] locked due to inactivity
severity::1
blocker; broken functionality with no workaround
source::community
catch-all for issues filed by community members
tag::compatibility
related to compatibility issues with other software
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
python 3.10 is the find version with two digits in the minor version.
conda doesn't seem to like it. In particular, noarch: python packages
seem to get installed to
lib/python/3.1/site-packages
instead oflib/python/3.10/site-packages
.See
conda/conda/common/path.py
Line 181 in 33a142c
Conda info
No response
Conda config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: