pyqtgraph errors when running latest cfclient from Python

Post here to get support
Post Reply
MitchMan
Beginner
Posts: 5
Joined: Fri Jan 02, 2015 9:47 am
Location: United Kingdom

pyqtgraph errors when running latest cfclient from Python

Post by MitchMan »

I was wondering if anyone knew what could be causing this - I have installed all dependencies as required by Bitcraze (including pyqtgraph v0.9.10).

I am getting the following pyqtgraph related errors when I run cfclient from the command line with Python 2.7 (see screenshot below) :-

Image

Any help would be greatly appreciated - I do not get this error when I run the 2014.12.1 cfclient.exe from the windows installer.

MitchMan
Crazyflie 2.0
Crazyradio PA
CF LED-Ring Expansion
Breakout Expansion Board
Prototyping Expansion Board
Debug Adapter Kit
Sony Dual Shock 4
mlundh
Beginner
Posts: 18
Joined: Fri Nov 28, 2014 5:31 pm

Re: pyqtgraph errors when running latest cfclient from Pytho

Post by mlundh »

It seems to me like you are missing the numpy package. I encountered similar problems when I installed cfclient with the reps on my ubuntu machine, depending on how you install the deps they might or might not install deps of their own. It seems like pyqtgraph did not install numpy for you, I think you will fix the problem if you do.
MitchMan
Beginner
Posts: 5
Joined: Fri Jan 02, 2015 9:47 am
Location: United Kingdom

Re: pyqtgraph errors when running latest cfclient from Pytho

Post by MitchMan »

mlundh - Brilliant, after reading your reply I installed Numpy (numpy‑MKL‑1.9.1.win32‑py2.7.exe) from this link http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy and cfclient now runs without a warning.

Bitcraze should add this to their pre-requisites list.

Many thanks mlundh!

MitchMan
Crazyflie 2.0
Crazyradio PA
CF LED-Ring Expansion
Breakout Expansion Board
Prototyping Expansion Board
Debug Adapter Kit
Sony Dual Shock 4
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: pyqtgraph errors when running latest cfclient from Pytho

Post by marcus »

MitchMan wrote:Bitcraze should add this to their pre-requisites list.
We will add it to the list of what needs to be updated on the wiki.
mlundh
Beginner
Posts: 18
Joined: Fri Nov 28, 2014 5:31 pm

Re: pyqtgraph errors when running latest cfclient from Pytho

Post by mlundh »

Glad to help, happy flying!
Post Reply