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
Thanks for reporting this, we will look into it! Before pytorch was not supporting 3.12 but it looks like it is now, we will check on how to deal with versioneer. If you find anything more out please feel free to report it here.
hippynn is not compatible with python3 version 3.12 due to versioneer.py
Installation works with
conda create -n test_env311 python=3.11 numpy scipy matplotlib pytorch cudatoolkit ase numba python-graphviz tqdm numba python-graphviz tqdm cupy cython -c conda-forge
Installation fails with
conda create -n test_env312 python=3.12 numpy scipy matplotlib pytorch cudatoolkit ase numba python-graphviz tqdm numba python-graphviz tqdm cupy cython -c conda-forge
The text was updated successfully, but these errors were encountered: