OpenMarine
installing from openplotter-settings_2.8.1-stable_all.deb - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: installing from openplotter-settings_2.8.1-stable_all.deb (/showthread.php?tid=3720)



installing from openplotter-settings_2.8.1-stable_all.deb - PaddyB - 2021-10-05

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.


RE: installing from openplotter-settings_2.8.1-stable_all.deb - Sailoog - 2021-10-05

pyric is already installed after openplotter-network app installation:

https://github.com/openplotter/openplotter-network/blob/dddc4adfebcaab5faf690a1d53e09d1189a4c366/openplotterNetwork/networkPostInstall.py#L32

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