client problem pyqtgraph

Firmware/software/electronics/mechanics
Post Reply
flavia1394
Beginner
Posts: 23
Joined: Fri Mar 30, 2018 5:10 pm

client problem pyqtgraph

Post by flavia1394 »

I attached the anchors of the loco positioning system and the client seems too see them because the numbers related to the anchors are green:
but in the terminal I have the error related to PyQtGraph:
Schermata 2018-06-21 alle 3.57.45 PM.png
so I tried on Ubuntu 14.04:

1)

Code: Select all

sudo apt-get update
2)

Code: Select all

sudo apt-get remove python3-pyqtgraph
pip3 uninstall pyqtgraph
pip3 install pyqtgraph 
nothing is changed!!!!!

also I cheked:

Code: Select all

bitcraze@bitcraze-vm:~$ pip3 show pyqtgraph
---
Name: pyqtgraph
Version: 0.10.0
Location: /usr/local/lib/python3.4/dist-packages
Requires: numpy
bitcraze@bitcraze-vm:~$ pip3 show numpy
---
Name: numpy
Version: 1.8.2
Location: /usr/lib/python3/dist-packages
Requires: 


Any help?
Last edited by flavia1394 on Mon Jun 25, 2018 2:48 pm, edited 2 times in total.
flavia1394
Beginner
Posts: 23
Joined: Fri Mar 30, 2018 5:10 pm

Re: client problem pyqtgraph

Post by flavia1394 »

does anyone have the same problem? I downloaded all the libraries and the client on my macbook, not on the VM and it works. Why the VM has this issue?
Post Reply