Skip to content

RMG-Py Binary installing wrong numdifftools package version #2875

@calvinp0

Description

@calvinp0

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

Additional Context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions