Install PyQtGraph v. 0.10 in Linux+Anaconda

332 views
Skip to first unread message

vkcg

unread,
Jan 2, 2017, 7:36:45 AM1/2/17
to pyqtgraph
Hello,
I'd like to install pyqtgraph v. 0.10.0 in Anaconda (w/ python 3.x) because at the moment the latest version I can find in Conda packages is still v. 0.9.x (no PyQt5 support).
I have downloaded the .deb file from PyQtGraph website, how should I then proceed?

I have tested the same in Windows and it's working, i.e. the pyqtgraph executable setup recognizes that there is a python-anaconda distribution installed and after installation I am able to run the pyqtgraph examples (w/ PyQt5 support).

Thank you in advance.

vkcg

unread,
Jan 2, 2017, 8:10:15 AM1/2/17
to pyqtgraph
Well, I found out how to do it!
I'm posting it here hoping this will help anyone else working with the same configuration: Anaconda 4.2.0 + Python 3.5.2 + PyQt 5.6.0 + Lubuntu 16.04).

I uninstalled pyqtgraph v. 0.9.x with "conda uninstall pyqtgraph" to make it sure that no other version is installed.
Then I have downloaded and exctracted the source code file pyqtgraph-0.10.0.tar.gz from pyqtgraph website. I have then run "python setup.py install" in a command window.

I am now able to run the pyqtgraph examples which support pyqt5!

Thanks and best regards.

Samuel Garcia

unread,
Jan 2, 2017, 10:33:41 AM1/2/17
to pyqt...@googlegroups.com
Hi,
you can also use pip even in anaconda and force the version.

pip install pyqtgraph==0.10

Sam
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/00a0d521-2f65-4ed4-85c6-fe39dcafc334%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Edward Barnard

unread,
Jan 5, 2017, 2:50:00 PM1/5/17
to pyqtgraph
I have had similar issues with the conda-packaged pyqtgraph forcing downgrades of Qt because they are stuck at v0.9.10.

pip install does the trick for me for now. However, the conda package should be updated.

Thus, I have posted an issue on https://github.com/ContinuumIO/anaconda-issues/issues/1330 to have the conda package updated.

Cheers
-Ed
Reply all
Reply to author
Forward
0 new messages