Giter VIP home page Giter VIP logo

Comments (1)

chg0901 avatar chg0901 commented on August 11, 2024

查出来原因了,因为我的pip还是默认版本8.1.2,升级成9.01就可以了

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\cheng hong>pip install wheel
Requirement already satisfied (use --upgrade to upgrade): wheel in f:\00000000000worksoft\anaconda3\lib\site-packages
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\cheng hong>python -m pip install --upgrade pip
Collecting pip
Using cached pip-9.0.1-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 8.1.2
Uninstalling pip-8.1.2:
Successfully uninstalled pip-8.1.2
Successfully installed pip-9.0.1

C:\Users\cheng hong>pip install wheel
Requirement already satisfied: wheel in f:\00000000000worksoft\anaconda3\lib\site-packages

C:\Users\cheng hong>pip install tensorflow-gpu
Collecting tensorflow-gpu
Downloading tensorflow_gpu-0.12.0-cp35-cp35m-win_amd64.whl (41.9MB)
100% |################################| 41.9MB 33kB/s
Requirement already satisfied: six>=1.10.0 in f:\00000000000worksoft\anaconda3\lib\site-packages (from tensorflow-gpu)
Requirement already satisfied: wheel>=0.26 in f:\00000000000worksoft\anaconda3\lib\site-packages (from tensorflow-gpu)
Collecting protobuf==3.1.0 (from tensorflow-gpu)
Downloading protobuf-3.1.0-py2.py3-none-any.whl (339kB)
100% |################################| 348kB 3.0MB/s
Requirement already satisfied: numpy>=1.11.0 in f:\00000000000worksoft\anaconda3\lib\site-packages (from tensorflow-gpu)
Requirement already satisfied: setuptools in f:\00000000000worksoft\anaconda3\lib\site-packages\setuptools-23.0.0-py3.5.egg (from protobuf==3.1.0->tensorflow-gpu)
Installing collected packages: protobuf, tensorflow-gpu
Successfully installed protobuf-3.1.0 tensorflow-gpu-0.12.0

from tensorflow-and-deeplearning-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.