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
I'm not able to install the new version of AIMNet2 (branch main) using the commands provided in the README. I'm using up-to date
conda (24.7.1).
The dependencies install well (although installing ase leads to downgrade of blas), and it is the last step, python setup.py install which fails. First, it prints multiple warnings about being deprecated, and later ends with an error.
I'm attaching the complete output from the installation, starting from a fresh, empty conda environment: install.log
The text was updated successfully, but these errors were encountered:
I got it working, likely by reinstalling numba after installing all the other packages. I tried other things in the meantime as well, so I'm not sure it was the only thing needed. A reproducible installation procedure is still needed.
I'm not able to install the new version of AIMNet2 (branch
main
) using the commands provided in the README. I'm using up-to dateconda (24.7.1).
The dependencies install well (although installing
ase
leads to downgrade of blas), and it is the last step,python setup.py install
which fails. First, it prints multiple warnings about being deprecated, and later ends with an error.I'm attaching the complete output from the installation, starting from a fresh, empty conda environment:
install.log
The text was updated successfully, but these errors were encountered: