OpenMarine
pypilot not install - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: pypilot not install (/showthread.php?tid=4648)



pypilot not install - nebosa - 2023-05-22

Hello, I can't get pypilot installed. This is the error message I see
when I run pypilot in the console:


inactive
inactive
inactive
inactive
inactive
inactive
Traceback (most recent call last):
  File "/usr/bin/openplotter-pypilot", line 11, in <module>
    load_entry_point('openplotterPypilot==3.2.11', 'console_scripts', 'openplotter-pypilot')()
  File "/usr/lib/python3/dist-packages/openplotterPypilot/openplotterPypilot.py", line 448, in main
    pypilotFrame().Show()
  File "/usr/lib/python3/dist-packages/openplotterPypilot/openplotterPypilot.py", line 109, in __init__
    self.onRead()
  File "/usr/lib/python3/dist-packages/openplotterPypilot/openplotterPypilot.py", line 199, in onRead
    s = RTIMU.Settings(SETTINGS_FILE)
AttributeError: 'NoneType' object has no attribute 'Settings'


RE: pypilot not install - Sailoog - 2023-05-22

It seems that RTIMU is not installed. How did you install openplotter-pypilot?