Git Product home page Git Product logo

Comments (5)

cmazeran avatar cmazeran commented on July 26, 2024 2

Hey,
I encountered also this issue; might be due to an inconsistent version of python. After a few tries, this solution worked for me when using python 3.4 (using a different wheel):
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp35-cp35m-linux_x86_64.whl
sudo python3.4 -m pip install $TF_BINARY_URL

from tensorflow-mnist-tutorial.

bcousson avatar bcousson commented on July 26, 2024

I'm facing the same issue. In fact cp35 means that the version is for CPython 3.5, using cp34 instead is fixing the install problem. There are as well some packages that are needed and not installed like python3-tk and python3-dev. That being said, the demo will not work since it seems to rely on Python 3.5 :-( which is not the default on latest ubuntu/mint distro.

from tensorflow-mnist-tutorial.

cmazeran avatar cmazeran commented on July 26, 2024

If it can help: the demo is running for me with python 3.4 (on Ubuntu) with 2 small modifications on tensorflowvisu.py - look at my comment here:
b010098

from tensorflow-mnist-tutorial.

bcousson avatar bcousson commented on July 26, 2024

Thanks a lot, I've just seen that. It works as well. There is just a small typo in the fix (s/colour/colors/)

-        clist = rcParams['axes.prop_cycle']
+        colors = rcParams['axes.color_cycle']
         ccount = 1 if (colornum is None) else colornum
-        colors = clist.by_key()['color']

from tensorflow-mnist-tutorial.

brucelane avatar brucelane commented on July 26, 2024

I switched to a Mac, it works with Python 3.5 fyi

from tensorflow-mnist-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.