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 5:56:16 PM UTC-8, Vince West wrote: > > I have noted that doing a simple conda install pyqtgraph seems to be very > disruptive to a working environment as anaconda has currently streamlined > pyqt to mean all versions, including pyqt4 and pyqt5. To the experienced > user this isn't really a problem, but seems like it should be simple to fix > no? pyqtgraph should be pyqt version agnostic. > -- 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/95e76376-fe4b-49fc-b882-9c7950234913%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
