![]() |
Update problem on RPi 3+ - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2) +--- Thread: Update problem on RPi 3+ (/showthread.php?tid=1698) |
RE: Update problem on RPi 3+ - Luckbert - 2019-04-18 Hallo zusammen, Ich habe heute auch versucht, ein neues OP 1.0.0 auf 1.2.0 zu aktualisieren. Vor dem Update habe ich Code: sudo apt-mark hold hostapd ausgeführt wird. Leider ist ein Bleich aufgetreten. wegen der Länge habe ich die Fehler in eine Textdatei geschrieben. Siehe Anhang. Vielleicht kannst du damit etwas anfangen. Grüße Jürgen RE: Update problem on RPi 3+ - jim321 - 2019-04-19 i had the same thing happen to me try this sudo apt-mark unhold hostapd ......not needed if you didn't put in on hold sudo systemctl enable hostapd.service sudo nano /home/pi/.openplotter/openplotter.conf change version = 1.2.0 to 1.0.0, mine was blank after update fail. ctrl x y enter reboot try update again RE: Update problem on RPi 3+ - Luckbert - 2019-04-19 Hello, Jim, Thanks for the tip. I was able to update my system now. But first I had to Code: sudo apt-mark hold hostapd and then insert your line Code: sudo systemctl enable hostapd.service I didn't have to change the version number. Since the update failed it is still 1.0.0. Now everything seems to be fine. Thanks again. Greetings Jürgen RE: Update problem on RPi 3+ - affinite - 2019-05-06 (2019-04-19, 10:30 AM)jim321 Wrote: i had the same thing happen to me try this Jim I too had trouble upgrading from 1.0.2 but your steps worked for me so thanks Steve RE: Update problem on RPi 3+ - Alexcal84 - 2019-05-09 Thanks Jim321 and Luckbert, I had the same problem and your solution works perfectly also for me: sudo apt-mark hold hostapd sudo systemctl enable hostapd.service Reboot and try update again. ![]() RE: Update problem on RPi 3+ - jim321 - 2019-05-09 i dont think you need to mark hold on hostapd just enable the hostapd.service RE: Update problem on RPi 3+ - Ratsea - 2020-10-22 I know this is an old thread but I too am having a problem upgrading a version 1.0.0 to 1.2. I want this as well as a version 2, which is fine. Version 1 is much simpler for 0183 NMEA only streams. The problem is a PYTHON compatibility problem, as when using the upgrade tool for 1.0 to 1.2, I get the following below. Is there any solution? Richard UPDATING PYTHON PACKAGES... Searching for pip Best match: pip 9.0.1 Adding pip 9.0.1 to easy-install.pth file Installing pip script to /usr/local/bin Installing pip2.7 script to /usr/local/bin Installing pip2 script to /usr/local/bin Using /usr/lib/python2.7/dist-packages Processing dependencies for pip Finished processing dependencies for pip Collecting paho-mqtt Using cached https://files.pythonhosted.org/packages/32/d3/6dcb8fd14746fcde6a556f932b5de8bea8fedcb85b3a092e0e986372c0e7/paho-mqtt-1.5.1.tar.gz Collecting pyudev Using cached https://files.pythonhosted.org/packages/72/c8/4660d815a79b1d42c409012aaa10ebd6b07a47529b4cb6880f27a24bd646/pyudev-0.22.0.tar.gz Collecting pyrtlsdr Using cached https://files.pythonhosted.org/packages/db/88/6855834021364b38885e9aed0f231fc10d5f419bc3446e1d2bf39b9405d0/pyrtlsdr-0.2.92-py2.py3-none-any.whl Collecting pynmea2 Using cached https://files.pythonhosted.org/packages/ca/6b/5009ac42b1f21fee5b68151e5536b03dc6ca5e5346a23fc943860680d91b/pynmea2-1.15.0.tar.gz Collecting twython Using cached https://files.pythonhosted.org/packages/b7/2c/fb17cb309fccd4e63638715325768bd959b0ad78b23b0cbc0738f5fc8c58/twython-3.8.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-T_Ycjz/twython/setup.py", line 33, in <module> long_description=open('README.md', encoding='utf-8').read() + '\n\n' +open('HISTORY.md', encoding='utf-8').read(), TypeError: 'encoding' is an invalid keyword argument for this function ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-T_Ycjz/twython/ (IN RED) |