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
Hi @jonmatthis !
Conda-forge is currently in transition with Python 3.10. I'll try to force an update on bioviz, it always take at least 3 to 4 hours to do. If it works, it should by tomorrow.
That said, I could not replicate your bug, in my side, it just says that it cannot satisfy the dependencies, but don't find anything related to 3.1... What command did you perform exactly?
Hi @pariterre, I found a similar issue using python version 3.10.5.
Please see the error message below:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
ResolvePackageNotFound:
python=3.1
This is not a problem when using python version 3.9
Maybe the Python version is being treated as an int somewhere so it reads 3.10 as 3.1?
Seems to work ok in python 3.9
The text was updated successfully, but these errors were encountered: