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

"Easy install" on windows #71

Closed
Clorr opened this issue Jan 23, 2018 · 1 comment
Closed

"Easy install" on windows #71

Clorr opened this issue Jan 23, 2018 · 1 comment

Comments

@Clorr
Copy link
Contributor

Clorr commented Jan 23, 2018

Installing on windows is not as easy as it seems. You can go the hard way, that will require to compile some sources ad therefore install the copilation tools. Or you can try an easier way, but by being not totally up to date with the tools.

My experience on it is as follow:

  • Make sure you install Python 3.6.4 64bit!
  • Got to https://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-image and download the scikit_image‑0.13.1‑cp36‑cp36m‑win_amd64.whl file
  • Run pip install scikit_image‑0.13.1‑cp36‑cp36m‑win_amd64.whl
  • Then run pip install dlib==19.7.0 (this is not the latest, but it is precompiled)
  • Then run pip install -r .\requirements-gpu.txt

The requirements should go straightforward as the 2 big painful dependencies are already installed. If you get No matching distribution found for tensorflow-gpu, it means you have the 32bit version!

@Clorr
Copy link
Contributor Author

Clorr commented Jan 24, 2018

Still had some problems with tensorflow

@Clorr Clorr closed this as completed Jan 24, 2018
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