You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
Actual Behavior
Unable to import
noarch
packages withPython 3.10
.Expected Behavior
Successful import.
Steps to Reproduce
The same commands work on Python 3.9:
The text was updated successfully, but these errors were encountered: