Skip to content
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

issue with python 3.10 #4296

Closed
cdeepali opened this issue Oct 11, 2021 · 2 comments
Closed

issue with python 3.10 #4296

cdeepali opened this issue Oct 11, 2021 · 2 comments
Labels
locked [bot] locked due to inactivity

Comments

@cdeepali
Copy link

Actual Behavior

Unable to import noarch packages with Python 3.10.

Expected Behavior

Successful import.

Steps to Reproduce

$ conda create -y -n py310 python=3.10
$ conda activate py310
$ python -c "import wheel" 
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'wheel'

The same commands work on Python 3.9:

$ conda create -y -n py39 python=3.9
$ conda activate py39
$ python -c "import wheel"         => successful. 
@cdeepali
Copy link
Author

cdeepali commented Oct 11, 2021

This is happening so because the packages are getting installed to the directory:
../myenv/lib/python3.1/site-packages/
instead of
../myenv/lib/python3.10/site-packages/

@kenodegard
Copy link
Contributor

This is not a conda-build issue, but a conda issue and is a duplicate of conda/conda#10969 conda/conda#10970

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Oct 12, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

2 participants