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

pip install boltz in python=3.10 does not work #55

Open
totucuong opened this issue Nov 25, 2024 · 1 comment
Open

pip install boltz in python=3.10 does not work #55

totucuong opened this issue Nov 25, 2024 · 1 comment

Comments

@totucuong
Copy link

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.

@totucuong totucuong changed the title python=3.10 install pip install boltz in python=3.10 does not work Nov 25, 2024
@sangyeon-hits
Copy link

sangyeon-hits commented Nov 25, 2024

How about directly installing the Git code? Such as:

conda create -n boltz_env python=3.10 pip
conda activate boltz_env
git clone https://github.com/jwohlwend/boltz.git
cd boltz
pip install .
# or for the editable mode:
pip install -e .

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