-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urh error #1123
Comments
try this |
That worked for me, though setuptools was already installed. TL;DR just needed to install numpy==1.26.4 instead of numpy==2.0.0 |
Without setuptools, on recent versions of Python, you get
I believe the numpy dependency could be specified in |
Thanks for reporting. Fixed with v2.9.8, now a regular |
Expected Behavior
to work
Actual Behavior
Traceback (most recent call last):
File "/home/nulli/.local/bin/urh", line 8, in
sys.exit(main())
^^^^^^
File "/home/nulli/.local/share/pipx/venvs/urh/lib/python3.12/site-packages/urh/main.py", line 105, in main
import urh.cythonext.signal_functions
File "src/urh/cythonext/signal_functions.pyx", line 1, in init urh.cythonext.signal_functions
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
reinstalling numpy does not work
Steps To Reproduce
pipx install urh
pipx run urh
error.
Platform Specifications
The text was updated successfully, but these errors were encountered: