You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Continuum's Anaconda distribution of Python because it provides (via conda) builds of a several dependencies that are time-consuming and tedious to build
numpy
OpenCV
PyQt
PyWin32
Qt
scikit-learn
scipy
The advent of Python wheels means that builds of some of the Python package dependencies are
available on PyPI. Builds of PyQt are available for Qt >= 5 and Python >= 3.5 (http://pyqt.sourceforge.net/Docs/PyQt5/installation.html).
Look at this again, once we support PyQt5 (#395 ), as part of the Python 3 work (#95#339).
The text was updated successfully, but these errors were encountered:
We use Continuum's Anaconda distribution of Python because it provides (via
conda
) builds of a several dependencies that are time-consuming and tedious to buildnumpy
OpenCV
PyQt
PyWin32
Qt
scikit-learn
scipy
The advent of Python wheels means that builds of some of the Python package dependencies are
available on PyPI. Builds of
PyQt
are available forQt >= 5
andPython >= 3.5
(http://pyqt.sourceforge.net/Docs/PyQt5/installation.html).Look at this again, once we support
PyQt5
(#395 ), as part of the Python 3 work (#95 #339).The text was updated successfully, but these errors were encountered: