-
Thanks very much in advance. I am having difficulty getting 'modeslive' to execute. Have installed via 'pip install pyModes'. This is installed on a Raspberry Pi which has successfully been running dump1090-fa for a few years. I am not entirely unfamiliar with Python but most of my work has been authoring personal Py programs to manipulate data from the aircraft.json off the dump1090-fa server. pi@raspberrypi:~ $ python --version Things I have tried so far:
Current error on execute is: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @esnelling, the issue is indeed the Python version. I think you can use |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to install pyModeS, and I am running in the same kind of issue : ~$ pip3 install pymodes ~$ pip3 -V I cannot install this package using pip3 (python3) , I have tried cleaning cache directory, also, installing with no-cache option I want to run it on Ubuntu computer. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Hi @esnelling, the issue is indeed the Python version.
pyModeS
only works with Python 3 now.I think you can use
update-alternatives
in your Linux console to change the default Python version to 3. Thenmodeslive
should work.