marcobergman
marcobergman
> A new openplotter-pypilot version is about to be published for openplotter 3. It contains a signal k connection manager to make easy requesting and aprobe pypilot connections. We are...
Thx! I guess the course being None happens when you are at home or in the harbor or so. But I'm not setting sail when I have an error ;-)
Just an fyi, related signalk issue https://github.com/SignalK/nmea0183-signalk/issues/226
I did not seem to be able to replicate it with a freshly compiled 0.34 setup (see issue #144), so I changed my 0.24 version as follows: ``` print ('about...
I'll try a pull request.
I thought the dependencies were (quite brilliantly) resolved by setup.py now, and expected the solution to this issue would lie in there.
Don't know why I have this python; I must have done apt upgrade. > pip install flask==1.0.2 I did this, got a message, then did pip install flask==2.0, that got...
``` pi@openplotter:~/pypilot $ pypilot_web Traceback (most recent call last): File "/usr/local/bin/pypilot_web", line 33, in sys.exit(load_entry_point('pypilot==0.52', 'console_scripts', 'pypilot_web')()) File "/usr/local/bin/pypilot_web", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.9/importlib/metadata.py", line 77, in...
I'm getting the same error when I simply run flask: ``` pi@openplotter:~/pypilot $ flask Traceback (most recent call last): [..] ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.9/dist-packages/werkzeug/urls.py) ``` Or...
pi@openplotter:~/pypilot $ pip3 list| grep -Ei "flask|werkzeug" Flask 2.0.0 flask-babel 4.0.0 Flask-SocketIO 5.0.0 werkzeug 3.0.2