Page 1 of 1
pyqtgraph errors when running latest cfclient from Python
Posted: Fri Jan 02, 2015 12:37 pm
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) :-
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
Re: pyqtgraph errors when running latest cfclient from Pytho
Posted: Fri Jan 02, 2015 6:10 pm
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.
Re: pyqtgraph errors when running latest cfclient from Pytho
Posted: Fri Jan 02, 2015 7:08 pm
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
Re: pyqtgraph errors when running latest cfclient from Pytho
Posted: Fri Jan 02, 2015 9:00 pm
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.
Re: pyqtgraph errors when running latest cfclient from Pytho
Posted: Fri Jan 02, 2015 11:29 pm
by mlundh
Glad to help, happy flying!