Skip to content
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 does not run in linux mint 20.3 #1050

Closed
geckobob opened this issue Apr 27, 2023 · 4 comments
Closed

urh does not run in linux mint 20.3 #1050

geckobob opened this issue Apr 27, 2023 · 4 comments
Assignees

Comments

@geckobob
Copy link

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.

@andynoack
Copy link
Collaborator

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.

@sysfu
Copy link

sysfu commented Apr 29, 2023

getting the same issue on Elementary OS 7 Horus, will try the git version.

$python3 --version
Python 3.10.6

@sysfu
Copy link

sysfu commented Apr 29, 2023

Git install worked, no problems.

@andynoack
Copy link
Collaborator

Closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants