Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ibm2ieee is not compatible with numpy >= 2.0.0 #41

Open
Treize44 opened this issue Dec 23, 2024 · 0 comments
Open

ibm2ieee is not compatible with numpy >= 2.0.0 #41

Treize44 opened this issue Dec 23, 2024 · 0 comments

Comments

@Treize44
Copy link

Treize44 commented Dec 23, 2024

I have the following message when using numpy 2.2.1:

"A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.2.1 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2."

And the following exception :
"File "venv/lib/python3.12/site-packages/ibm2ieee/init.py", line 11, in
from ._ibm2ieee import ibm2float32, ibm2float64
AttributeError: _ARRAY_API not found"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant