pyomeca / bioviz

Biorbd visualization toolkit
MIT License
18 stars 26 forks source link

`conda install -c conda-forge bioviz` fails in Python3.10 with error `ResolvePackageNotFound: - python=3.1` #65

Open jonmatthis opened 2 years ago

jonmatthis commented 2 years ago

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

pariterre commented 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?

ghost commented 2 years ago

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

pariterre commented 2 years ago

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?