2021-10-05, 01:50 PM
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
Same running settings without sudo.
pip3 install PyRIC
Seems to have solved it.
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'
pip3 install PyRIC
Seems to have solved it.