Skip to content
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 issues for python version 3.12 #61

Closed
sakibmatin opened this issue Apr 1, 2024 · 2 comments
Closed

Installation issues for python version 3.12 #61

sakibmatin opened this issue Apr 1, 2024 · 2 comments
Assignees

Comments

@sakibmatin
Copy link
Contributor

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
Copy link
Collaborator

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
Copy link
Collaborator

lubbersnick commented Apr 9, 2024

According to warner/python-spake2#13 and dask/dask-image#357 we just need to re-deploy versioneer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants