Closed lxm1117 closed 4 months ago
Hi Hydride developers,
the package fails to install using pip install hydride command. Checked the original setup.py file. The code depends on old biotite version. Line 17 in the setup.py file, from biotite.structure.info.misc import _res_names reports error. Thanks!
pip install hydride
from biotite.structure.info.misc import _res_names
Thanks for the report. An updated release, with support of newer Biotite version and Python 3.12 is already planned.
Hi Hydride developers,
the package fails to install using
pip install hydride
command. Checked the original setup.py file. The code depends on old biotite version. Line 17 in the setup.py file,from biotite.structure.info.misc import _res_names
reports error. Thanks!