SIP
problem after upgrade to new verion - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Installation and set up questions (https://nosack.com/sipforum/forumdisplay.php?fid=2)
+--- Thread: problem after upgrade to new verion (/showthread.php?tid=330)



problem after upgrade to new verion - Darek - 2024 May 16

Hi,
I've just upgraded to the newest SIP version and I have the following problem:

Traceback (most recent call last):
  File "sip.py", line 334, in <module>
    app.run()
  File "sip.py", line 253, in run
    return web.httpserver.runsimple(func, (ip, port))
  File "/home/pi/SIP/web/httpserver.py", line 167, in runsimple
    server = WSGIServer(server_address, func)
  File "/home/pi/SIP/web/httpserver.py", line 188, in WSGIServer
    from cheroot import wsgi
  File "/home/pi/SIP/cheroot/wsgi.py", line 33, in <module>
    import six
ImportError: bad magic number in 'six': b'\x03\xf3\r\n'
SSD1306 plugin: active

Any Help ?


RE: problem after upgrade to new verion - dan - 2024 May 17

Looks like you may need to upgrade the OS. Try
Code:
sudo apt update
sudo apt full-upgade
It that does not help you may need to do a full re-install. Your SIP settings can be preserved by copying the SIP/data folder to a different location such as a flash drive.


RE: problem after upgrade to new verion - Darek - 2024 May 19

(2024 May 17, 02:11 PM)dan Wrote: Looks like you may need to upgrade the OS. Try
Code:
sudo apt update
sudo apt full-upgade
It that does not help you may need to do a full re-install. Your SIP settings can be preserved by copying the SIP/data folder to a different location such as a flash drive.

Thank you. After full reinstall everything works.