These are the steps I took to complete the TensorFlow tutorial on Windows 10 (build 14393).
- Download version 3.5.3 64-bit (not 3.6, current latest) from https://www.python.org/ftp/python/3.5.3/python-3.5.3-amd64.exe
- Use the custom install and make sure to specify install for all users.
- This should change the path to the Program Files directory instead of %LocalAppData%...
- Make sure 'add to PATH' is checked.
- Open an elevated command prompt and run the following commands (native python method):
- pip install -U setuptools
- pip install -U wheel
- pip install -U --no-cache-dir https://pypi.python.org/packages/ce/2c/6a1cf90746879c2d05df04efc86a8b1edd79d7b06323a5c8fa63f5520824/tensorflow-1.0.0-cp35-cp35m-win_amd64.whl
No comments:
Post a Comment