Open jonmatthis opened 2 years ago
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:
This is not a problem when using python version 3.9
The following commands:
conda create -n bioviz -y
conda activate bioviz
conda install python=3.10 bioviz -cconda-forge
work just fine on Windows, which os are you using?
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