Closed furang closed 5 years ago
Verified this in a docker container. Problem is that Ubuntu 16.04 has a broken cython version in the repos. You can fix it like this:
apt-get remove cython3
pip3 install cython
pip3 install urh
Thanks a lot. URH now builds with no problem. Your option works like a charm. Issue is resolved.
Expected Behavior
URH installs without any problems
Actual Behavior
URH not installed with error
ERROR: Complete output from command python setup.py egg_info: ERROR: Skipping native support for usrp Skipping native support for rtlsdr Skipping native support for plutosdr Skipping native support for sdrplay Skipping native support for hackrf Found LimeSuite lib. Will compile with native limesdr support Skipping native support for bladerf Skipping native support for airspy
Steps To Reproduce
Screenshots
Platform Specifications
OS: Ubuntu 16.04.6 LTS x64
URH version: ???
Python version: Python 3.5.2 (default, Nov 12 2018, 13:43:14), also tried on Python 2.7.12 (default, Nov 12 2018, 14:36:49)
Cython version 0.23.4
Installed via pip, also tried pip3
LimeUtil --info ######################################################
LimeSuite information summary
######################################################
Version information: Library version: v19.04.0-myriadrf1~xenial Build timestamp: 2019-05-13 Interface version: v2019.1.0 Binary interface: 19.04-1
System resources: Installation root: /usr User home directory: /home/furang App data directory: /home/furang/.local/share/LimeSuite Config directory: /home/furang/.limesuite Image search paths:
Supported connections:
LimeSUite installed using oficial guire https://wiki.myriadrf.org/Installing_Lime_Suite_on_Linux (Installing via PPA)