Tomoki-YAMASHITA / CrySPY

CrySPY is a crystal structure prediction tool written in Python.
https://tomoki-yamashita.github.io/CrySPY_doc
MIT License
107 stars 38 forks source link

environment require err #72

Open she529 opened 2 months ago

she529 commented 2 months ago

numpy ==2.0.0 run cryspy print follow messa: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it)

need to intall numpy==1.26.4 or other vision

Tomoki-YAMASHITA commented 2 months ago

Thank you for your report. Many libraries such as pymatgen do not support the latest numpy. We have to keep using numpy 1.x as you mentioned.