You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/psi/.local/bin/urh", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/psi/.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
Steps To Reproduce
Install urh with pipx install urh
Run urh in the terminal
Error occurs
Platform Specifications
OS: Arch Linux
URH version: 2.9.6
Python version: 3.12.7
Installed via pipx
The text was updated successfully, but these errors were encountered:
Expected Behavior
urh should launch the GUI.
Actual Behavior
Steps To Reproduce
pipx install urh
urh
in the terminalPlatform Specifications
The text was updated successfully, but these errors were encountered: