OpenMarine

Full Version: Upgrade to OP 0.8.0 failed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just tried an upgrade (on my RPI3)  to OP 0.8.0 from 0.7.1 using instructions on openmarine.net.

Failed as below


pi@openplotter:~ $ python /home/pi/.config/openplotter/openplotter.py
Traceback (most recent call last):
  File "/home/pi/.config/openplotter/openplotter.py", line 18, in <module>
    import wx, sys, os, subprocess, webbrowser, re, json, pyudev, time
ImportError: No module named pyudev
pi@openplotter:~ $ 

Any ideas sailoog ?
Install the extra packages:
http://www.sailoog.com/en/blog/test-open...r-v080beta

Enviat des del meu fnac 5 usant Tapatalk
(2016-03-26, 04:16 PM)Sailoog Wrote: [ -> ]Install the extra packages:
http://www.sailoog.com/en/blog/test-open...r-v080beta

Enviat des del meu fnac 5 usant Tapatalk
When trying to clone from github, I got the answer : unable to access .../...gnuts_handshake() failed: Error in the pull function.
Of course the previous command worked perfectly : my dir Openplotter is now freshly erased ...
any idea ?
Try to download the zip file from github manually and save in /home/.config/openplotter/

Enviat des del meu fnac 5 usant Tapatalk
(2016-03-28, 07:39 AM)symeteora Wrote: [ -> ]Good morning and Happy Easter
I have a problem...

After
python /home/pi/.config/openplotter/openplotter.py

becom two error

- Multiplexer configuration file does not exist. Add inputs and apply change
and when
Traceback (most recent call last):
 File "/home/pi/.config/openplotter/openplotter.py", line 2312, in <module>
   MainFrame().Show()
 File "/home/pi/.config/openplotter/openplotter.py", line 536, in __init__
   self.set_layout_conf()
 File "/home/pi/.config/openplotter/openplotter.py", line 714, in set_layout_conf
   with open(home+'/.config/signalk-server-node/settings/openplotter-settings.json') as data_file:
IOError: [Errno 2] No such file or directory: '/root/.config/signalk-server-node/settings/openplotter-settings.json'

I think you are trying to run openplotter repository over a fresh raspbian image, aren't you?
OP needs several packages and system settings so you should download OpenPlotter v0.7.1beta:
http://sailoog.com/en/blog/test-openplotter-v071beta

and update to 0.8.0beta following the instructions here:
http://sailoog.com/en/blog/test-openplotter-v080beta