Open yurivict opened 10 months ago
The documentation says that numpy has bool_
, not bool
.
This issue was fixed recently but not yet sync up to PyPi (as discussed in #49), you can install the fixed version with pip install git+https://github.com/mattloper/chumpy
thanks @kairusann! when pypi fix?
would it be possible to update the pypi? The latest version in pypi is still 0.70, while the current master has 0.71 (which makes it hard to generate reproducible config files).
fwiw I worked around it by downgrading numpy from 1.26.4 to 1.23.0 which seems to still be OK for my purposes, but I'll try the git+https approach later.
fwiw I worked around it by downgrading numpy from 1.26.4 to 1.23.0 which seems to still be OK for my purposes, but I'll try the git+https approach later.
git+https works, as expected. I was able to use numpy 2.0.2, for reference. If it's OK for you to downgrade numpy as I did, there are now two workarounds available :)
Version: 0.70 py39-numpy-1.25.0 Python-3.9 FreeBSD 14.0