Closed geckobob closed 1 year ago
Please try the URH version from git. There seems to be a version collision with Python/Cython somehow. By the way, the current Mint version is 21.1 and it probably uses a later Python version.
getting the same issue on Elementary OS 7 Horus, will try the git version.
$python3 --version
Python 3.10.6
Git install worked, no problems.
Closed due to inactivity
Installed via pip. "urh --version" gets "2.9.4". Running urh with "urh" gets the following: Traceback (most recent call last): File "/usr/local/bin/urh", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/urh/main.py", line 84, in main
import urh.cythonext.signal_functions
File "src/urh/cythonext/signal_functions.pyx", line 1, in init urh.cythonext.signal_functions
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 80 from PyObject
I'm not a programmer. No idea what to do with this.