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

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

Open
jonmatthis opened this issue Jan 2, 2022 · 3 comments

Comments

@jonmatthis
Copy link

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
Copy link
Member

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
Copy link

ghost commented Jun 24, 2022

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

@pariterre
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants