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
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Attempted to install on new computer and kept running into "torch_cluster not found" issues.
The below instructions appear out of date:
# install requirements
conda install -y pytorch pytorch-cuda=12.1 -c pytorch -c nvidia
conda install -y -c pyg pytorch-cluster
conda install -y -c conda-forge openbabel ase
## pysis requirements
conda install -y -c conda-forge autograd dask distributed h5py fabric jinja2 joblib matplotlib numpy natsort psutil pyyaml rmsd scipy sympy scikit-learn
# now should not do any pip installs
pip install git+https://github.com/eljost/pysisyphus.git
# finally, this repo
git clone git@github.com:zubatyuk/aimnet2calc.git
cd aimnet2calc
python setup.py install
Recommendations:
Replace conda install -y pytorch pytorch-cuda=12.1 -c pytorch -c nvidia and conda install -y -c pyg pytorch-cluster with text to follow the official installation instructions on the pytorch and pyg websites. A later version of cuda (I had 13.0) still works.
Replace git clone git@github.com:zubatyuk/aimnet2calc.git with instructions to clone the official repository
Attempted to install on new computer and kept running into "torch_cluster not found" issues.
The below instructions appear out of date:
Recommendations:
conda install -y pytorch pytorch-cuda=12.1 -c pytorch -c nvidiaandconda install -y -c pyg pytorch-clusterwith text to follow the official installation instructions on the pytorch and pyg websites. A later version of cuda (I had 13.0) still works.git clone git@github.com:zubatyuk/aimnet2calc.gitwith instructions to clone the official repository