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 On Monday, January 2, 2017 at 7:33:41 AM UTC-8, Samuel Garcia wrote: > > Hi, > you can also use pip even in anaconda and force the version. > > pip install pyqtgraph==0.10 > > Sam > > Le 02/01/2017 à 14:10, vkcg a écrit : > > 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. > > On Monday, January 2, 2017 at 1:36:45 PM UTC+1, vkcg wrote: >> >> 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. >> > -- > 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 [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pyqtgraph/00a0d521-2f65-4ed4-85c6-fe39dcafc334%40googlegroups.com > > <https://groups.google.com/d/msgid/pyqtgraph/00a0d521-2f65-4ed4-85c6-fe39dcafc334%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/659ba586-f5e1-41ee-a851-33f8e9e12568%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
