-
Notifications
You must be signed in to change notification settings - Fork 5
conda fails to install autodocktools-py3 (install separately from repo sources) #1
Copy link
Copy link
Open
Description
Hi, just chiming in to add that if you're trying to install with conda from the provided environment.yml file
conda env create -f environment.yml
and you get this error:
ERROR: No matching distribution found for autodocktools-py3==1.5.7.post1+12.ga62a5d9
You should then install autodocktools as described here
python -m pip install git+https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3
Collecting git+https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3
Cloning https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3 to /tmp/pip-req-build-h0l73ta
Running command git clone --filter=blob:none --quiet https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3 /tmp/pip-req-build-h0l73taa
Resolved https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3 to commit a62a5d98116f1590183b58a9ad732b997cf2579c
Preparing metadata (setup.py) ... done
Building wheels for collected packages: AutoDockTools_py3
Building wheel for AutoDockTools_py3 (setup.py) ... done
Created wheel for AutoDockTools_py3: filename=AutoDockTools_py3-1.5.7.post1+12.ga62a5d9-py3-none-any.whl size=984165 sha256=41d1c3ff8c5f57a8b7c1d005eaf8706a7b8c0c16d0149de15995a1e0a0938377
Stored in directory: /tmp/pip-ephem-wheel-cache-doqto041/wheels/98/1a/e2/8f63efacda77ddc555f10b0df5c50589febe87a3aac202c478
Successfully built AutoDockTools_py3
WARNING: Error parsing dependencies of pytorch-lightning: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
Installing collected packages: AutoDockTools_py3
Successfully installed AutoDockTools_py3-1.5.7.post1+12.ga62a5d9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels