Advertisement
maifeeulasad

error : pip3 install --upgrade tensorflow-gpu

Nov 22nd, 2019
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19013.1122]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\MUA>pip3 install --upgrade tensorflow-gpu
  5. Collecting tensorflow-gpu
  6. Downloading https://files.pythonhosted.org/packages/59/de/f7165013a245a756b6e075b4ed7ceaec1042e592fffb21f4e868da13f196/tensorflow_gpu-2.0.0-cp35-cp35m-win_amd64.whl (285.3MB)
  7. |████████████████████████████████| 285.3MB 27kB/s
  8. Collecting tensorboard<2.1.0,>=2.0.0
  9. Downloading https://files.pythonhosted.org/packages/d3/9e/a48cd34dd7b672ffc227b566f7d16d63c62c58b542d54efa45848c395dd4/tensorboard-2.0.1-py3-none-any.whl (3.8MB)
  10. |████████████████████████████████| 3.8MB 1.1MB/s
  11. Collecting wrapt>=1.11.1
  12. Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
  13. ERROR: Command errored out with exit status 1:
  14. command: 'e:\software\python-3.5.0-embed-amd64\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\MUA\\AppData\\Local\\Temp\\pip-install-gam49d64\\wrapt\\setup.py'"'"'; __file__='"'"'C:\\Users\\MUA\\AppData\\Local\\Temp\\pip-install-gam49d64\\wrapt\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\pip-egg-info'
  15. cwd: C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\
  16. Complete output (7 lines):
  17. running egg_info
  18. creating C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\pip-egg-info\wrapt.egg-info
  19. writing top-level names to C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\pip-egg-info\wrapt.egg-info\top_level.txt
  20. writing C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\pip-egg-info\wrapt.egg-info\PKG-INFO
  21. writing dependency_links to C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\pip-egg-info\wrapt.egg-info\dependency_links.txt
  22. writing manifest file 'C:\Users\MUA\AppData\Local\Temp\pip-install-gam49d64\wrapt\pip-egg-info\wrapt.egg-info\SOURCES.txt'
  23. error: [Errno 2] No such file or directory: 'e:\\software\\python-3.5.0-embed-amd64\\python35.zip\\lib2to3\\Grammar.txt'
  24. ----------------------------------------
  25. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  26.  
  27. C:\Users\MUA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement