Closed Sahil-24 closed 5 years ago
Hey Mate,
The link from PyPi installs. I am going to try using it. It is a newer version of tensorflow though. https://pypi.python.org/packages/5b/a8/8cb5d416f7bebb9f470a3a76b85d553385a0006dabf4589a8a41af23a8f1/tensorflow-1.7.0-cp35-cp35m-win_amd64.whl#md5=3ce776d4f5717a9e27f6e0e19407012b
having same issue. Were you able to get it installed successfully.
No recent comments, but also wanted to note that this is the linux version of the file (note the linux_x86_64
part of the file name) - you'll want to update this to the relevant Windows file.
when attempting to execute:
conda env create -f environment-gpu.yml
on a windows machine the following error exists:it looks like the
environment-gpu.yml
is pointing to the path of the linux gpu installation of tensorflow not the windows equivalent?