urh error
Expected Behavior
to work
Actual Behavior
Traceback (most recent call last):
File "/home/nulli/.local/bin/urh", line 8, in
reinstalling numpy does not work
Steps To Reproduce
pipx install urh pipx run urh error.
Platform Specifications
- OS: ubuntu 24.04
- URH version: newest
- Python version: 3.12.3
- Installed via pipx (pip gives some error i cant fix, numpy installed with pipx too)
try this
pipx runpip urh install numpy==1.26.4
pipx runpip urh install setuptools
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
ModuleNotFoundError: No module named 'distutils'
I believe the numpy dependency could be specified in requirements.txt perhaps.
Thanks for reporting. Fixed with v2.9.8, now a regular pipx install urh works.