OpenMarine

Full Version: installing from openplotter-settings_2.8.1-stable_all.deb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to install onto latest raspberry pi OS, installed the settings deb which worked ok & updated sources, running network from the settings open button I'm getting this, any ideas? Ta
Code:
pi@raspberrypi:~ $ sudo openplotter-settings
wrong external apps format: unexpected EOF while parsing (<string>, line 0)
wrong external apps format: unexpected EOF while parsing (<string>, line 0)
Traceback (most recent call last):
 File "/usr/bin/openplotter-network", line 11, in <module>
   load_entry_point('openplotterNetwork==2.1.5', 'console_scripts', 'openplotter-network')()
 File "/usr/lib/python3/dist-packages/openplotterNetwork/openplotterNetwork.py", line 725, in main
   MyFrame().Show()
 File "/usr/lib/python3/dist-packages/openplotterNetwork/openplotterNetwork.py", line 29, in __init__
   import pyric.pyw as pyw
ModuleNotFoundError: No module named 'pyric'
Same running settings without sudo.

pip3 install PyRIC
Seems to have solved it.
pyric is already installed after openplotter-network app installation:

https://github.com/openplotter/openplott...all.py#L32

Maybe something failed during your installation and you did not detect it. Let's se if somebody reports the same issue.