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
I tried to install boltz in a conda env with python=3.10. I used the default command 'pip install boltz' and got the following error
Requirement already satisfied: pip in ./miniconda3/envs/boltz/lib/python3.10/site-packages (24.2) ERROR: Could not find a version that satisfies the requirement install (from versions: none) ERROR: No matching distribution found for install
Hi team,
I tried to install boltz in a conda env with python=3.10. I used the default command 'pip install boltz' and got the following error
Requirement already satisfied: pip in ./miniconda3/envs/boltz/lib/python3.10/site-packages (24.2) ERROR: Could not find a version that satisfies the requirement install (from versions: none) ERROR: No matching distribution found for install
The command works if python=3.9. But according to the https://pypi.org/project/boltz/ python=3.10 should work also.
The text was updated successfully, but these errors were encountered: