Close

TensorFlow Dependencies in Windows 10 64bit

A project log for Affordable World Healthcare

Our Robot Overlords Want Us to be Healty

jacob-christJacob Christ 04/01/2017 at 03:100 Comments

In my learning efforts I started to try to use the tflearn library. This depends on SciPy which depends on NumPy and Curses libraries. These libraries do not want to install easily using pip3. I think I have it working now and the goto site to get the wheel files (*.whl) seems to be this one:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

Discussions