Minty Posted September 19, 2018 Posted September 19, 2018 I successfully installed the rtl-sdr and Gqrx on a pine a64 with Armbian, it works perfectly Now I want to make an IMSI catcher (just beacons with gr-gsm), which I did on another ubuntu device. I first had problems with pip and then changed the export path. Now this works but I have problems installing PyBombs: sudo pip install PyBOMBS I get: Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-FNJDtY/ruamel.ordereddict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-QjKLMX/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-FNJDtY/ruamel.ordereddict/ Thanks for any advice
Minty Posted September 19, 2018 Author Posted September 19, 2018 Okay, got it to work. For other newbies like me: I created a virtual environment with python 3.6 https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get Then, I installed python-dev and it worked.
Recommended Posts