-
Notifications
You must be signed in to change notification settings - Fork 128
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
Installation error on cluster #12
Comments
I'm running some tests to check that our versions are consistent with the different python versions we allow, I'll report back! |
When I installed rdkit via pip, the following error occurred:pip install rdkit==2024.3.6 When I install rdkit through conda, the following error occurs:conda install -c rdkit rdkit Specifications:
Your python: python=3.10
Your installed version is: 2.17 So, are there any recommended versions? |
I, too, am getting a similar error when installing on a cluster using Python version 3.10.4. Specifically, I'm installing inside of a fresh virtual environment and the error is:
|
Same issue here |
Issue has resolved for me now:
|
I've made an attempt to solve this in the latest release. Could you please try to |
Thanks, this works for me conda create -n boltz020 python=3.12.7 -y
conda activate boltz020
pip install boltz==0.2.0 |
with python 3.10 I get this error
and this works perfectly fine. I guess it would be nice if you could add a line saying create a python 3.12 environment. |
when I try to install boltz on my cluster by
pip install boltz==0.0.0
, I get the following error:INFO: pip is looking at multiple versions of boltz to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement rdkit==2024.3.6 (from boltz) (from versions: 2022.3.3, 2022.3.4, 2022.3.5, 2022.9.1, 2022.9.2, 2022.9.3, 2022.9.4, 2022.9.5, 2023.3.1, 2023.3.2, 2023.3.3, 2023.9.1, 2023.9.2, 2023.9.3, 2023.9.4, 2023.9.5, 2023.9.6, 2024.3.1, 2024.3.2)
ERROR: No matching distribution found for rdkit==2024.3.6
I am using python 3.10. Would it be better to git clone and install instead?
The text was updated successfully, but these errors were encountered: