lanl / hippynn

python library for atomistic machine learning
https://lanl.github.io/hippynn/
Other
59 stars 22 forks source link

Installation issues for python version 3.12 #61

Closed sakibmatin closed 2 months ago

sakibmatin commented 3 months ago

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

lubbersnick commented 3 months ago

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.

lubbersnick commented 2 months ago

According to https://github.com/warner/python-spake2/issues/13 and https://github.com/dask/dask-image/pull/357 we just need to re-deploy versioneer.