Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ditch anaconda #396

Open
quicklizard99 opened this issue Nov 30, 2016 · 2 comments
Open

Ditch anaconda #396

quicklizard99 opened this issue Nov 30, 2016 · 2 comments
Assignees

Comments

@quicklizard99
Copy link
Member

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).

@quicklizard99 quicklizard99 self-assigned this Nov 30, 2016
@quicklizard99
Copy link
Member Author

Binary wheels of SciPy for WIndows are not presently available (https://www.scipy.org/scipylib/download.html#official-source-and-binary-releases)

@quicklizard99
Copy link
Member Author

Possibly solution for unattended install of PyWin32 - http://stackoverflow.com/a/38974466/1773758

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant