This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenCPN pypilot plugin disconnected
#5
the version in git of openplotter-pypilot is 2.2, you got from github/openplotter/openplotter-pypilot not github/pypilot/openplotter-pypilot

It's still being evaluated not included directly in openplotter, so this explains why this step failed.


As for pypilot itself, the install is simplified. You shouldn't need to worry about the data. My instruction:

sudo python3 setup.py install

is slightly different, as you used "python" which is python2, when python3 is needed which would explain why this step failed. It should have given you a message like:
('pypilot requires python version 3. python version is', '2.7.18rc1 (default, Apr 7 2020, 12:05:55) \n[GCC 9.3.0]')
Please try just installing pypilot:

git clone github.com/pypilot/pypilot
cd pypilot
sudo python3 setup.py install

post the output from this if it fails
Reply


Messages In This Thread
RE: OpenCPN pypilot plugin disconnected - by seandepagnier - 2021-06-25, 04:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)