-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Description
Bug Description
The RMG-Py conda package (3.3) also include the numdifftools from the rmg channel, which is has ver. 0.9.39, whilst on the conda-forge channel there are higher versions. Now, since the conda RMG package installs numdifftools from the rmg channel, it causes an AttributeError.
File "/home/calvin/miniforge3/envs/rmg_test/lib/python3.9/site-packages/numdifftools/multicomplex.py", line 35, in <module>
_TINY = np.finfo(float).machar.tiny
AttributeError: 'finfo' object has no attribute 'machar'How To Reproduce
Install rmg via conda packge, activate the environment and then do:
python -c "import rmgpy, arkane; print('ok')"It should show the error mentioned.
Installation Information
Describe your installation method and system information.
- OS (include version if known): Arch, RockyLinux 8.1 and Ubuntu 22.04
- Installation method: Conda package from RMG channel
- RMG version information:
- RMG-Py: 3.3.0
- Build: py39h9bf148f_0
- Channel: rmg
- RMG-database: 3.3.0
- Build: py39_0
- Channel: rmg
- RMG-Py: 3.3.0
Additional Context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels