When I install TensorFlow.jl under Julia 0.6.1 for 64 bit Windows I get this error:
Fetching package metadata …
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
** - python 2.7***
** - tensorflow 1.2.0* → python 3.5***
Use “conda info ” to see the dependencies for each package.
=================================================[ ERROR: TensorFlow ]==================================================
LoadError: failed process:
…
========================================================================================================================
====================================================[ BUILD ERRORS ]====================================================
WARNING: TensorFlow had build errors.
- packages with build errors remain installed in C:\Users\arbenede.julia\v0.6
- build the package(s) and all dependencies with
Pkg.build("TensorFlow")
- build a single package by running its
deps/build.jl
script
========================================================================================================================
Any ideas?
Thanks
-Arrigo