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
Pypilot
#2
I get this error when I try to run pypilot/boatimu.py or any client or server script:


Code:
Traceback (most recent call last):
 File "boatimu.py", line 18, in <module>
   from signalk.pipeserver import NonBlockingPipe
 File "/usr/local/lib/python2.7/dist-packages/pypilot-0.1-py2.7-linux-armv7l.egg/signalk/pipeserver.py", line 14, in <module>
   from server import SignalKServer, DEFAULT_PORT, default_persistent_path
 File "/usr/local/lib/python2.7/dist-packages/pypilot-0.1-py2.7-linux-armv7l.egg/signalk/server.py", line 19, in <module>
   from signalk.linebuffer import linebuffer
ImportError: cannot import name linebuffer

There are no files on /usr/local/lib/python2.7/dist-packages/pypilot-0.1-py2.7-linux-armv7l.egg/signalk/linebuffer

This is what I have done on a fresh OP 0.12.0:

Code:
sudo apt-get install swig python-numpy python-scipy python-serial python-gps python-PIL python-dev python-opengl

Then, I have modified your RTIMULib2 fork to avoid errors: https://github.com/seandepagnier/RTIMULi...ter:master

Code:
git clone https://github.com/openplotter/RTIMULib2
cd RTIMULib2/Linux
mkdir build
cd build
cmake ..
make -j4
sudo make install
sudo ldconfig
cd ..
cd RTIMULibDrive
make -j4
sudo make install
cd ..
cd RTIMULibDrive10
make -j4
sudo make install
cd ..
cd python
python setup.py build
sudo python setup.py install



Code:
sudo pip install pyglet pywavefront


Code:
git clone https://github.com/pypilot/pypilot
cd pypilot
sudo python setup.py install
Reply


Messages In This Thread
Pypilot - by Sailoog - 2017-07-02, 01:14 PM
RE: Pypilot - by Sailoog - 2017-07-02, 01:22 PM
RE: Pypilot - by seandepagnier - 2017-07-02, 03:24 PM
RE: Pypilot - by Sailoog - 2017-07-02, 04:37 PM
RE: Pypilot - by Sailoog - 2017-07-02, 06:39 PM
RE: Pypilot - by seandepagnier - 2017-07-02, 07:09 PM
RE: Pypilot - by Sailoog - 2017-07-02, 07:05 PM
RE: Pypilot - by Sailoog - 2017-07-02, 08:21 PM
RE: Pypilot - by seandepagnier - 2017-07-02, 10:22 PM
RE: Pypilot - by Sailoog - 2017-07-04, 04:35 PM
RE: Pypilot - by seandepagnier - 2017-07-04, 04:58 PM
RE: Pypilot - by Sailoog - 2017-07-04, 05:58 PM
RE: Pypilot - by seandepagnier - 2017-07-04, 06:33 PM
RE: Pypilot - by Sailoog - 2017-07-04, 06:55 PM
RE: Pypilot - by Sailoog - 2017-07-05, 06:55 PM
RE: Pypilot - by seandepagnier - 2017-07-07, 03:57 PM
RE: Pypilot - by Sailoog - 2017-07-07, 07:02 PM
RE: Pypilot - by Sailoog - 2017-07-07, 07:08 PM
RE: Pypilot - by seandepagnier - 2017-07-08, 02:29 AM
RE: Pypilot - by Sailoog - 2017-07-10, 06:23 PM
RE: Pypilot - by seandepagnier - 2017-07-11, 01:44 AM
RE: Pypilot - by Sailoog - 2017-08-06, 08:41 PM
RE: Pypilot - by gaspbut - 2017-09-10, 08:50 AM
RE: Pypilot - by Sailoog - 2017-08-06, 09:31 PM
RE: Pypilot - by Sailoog - 2017-08-08, 07:04 PM
RE: Pypilot - by seandepagnier - 2017-08-10, 08:38 PM
RE: Pypilot - by Sailoog - 2017-08-11, 05:08 PM
RE: Pypilot - by lordzahl - 2017-08-12, 06:29 AM
RE: Pypilot - by waterman480 - 2017-08-11, 11:27 PM
RE: Pypilot - by waterman480 - 2017-08-12, 03:54 PM
RE: Pypilot - by seandepagnier - 2017-08-14, 07:14 PM
RE: Pypilot - by Sailoog - 2017-08-21, 11:05 AM
RE: Pypilot - by seandepagnier - 2017-08-23, 07:26 PM
RE: Pypilot - by jim321 - 2017-09-10, 09:13 AM
RE: Pypilot - by Sailoog - 2017-10-08, 01:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)