Advertisement
lamiastella

tensorflow-gpu==1.13.1

Sep 24th, 2020
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. (dlc) mona@mona:~/research$ pip install --upgrade pip
  2. Collecting pip
  3. Downloading pip-20.2.3-py2.py3-none-any.whl (1.5 MB)
  4. |████████████████████████████████| 1.5 MB 60 kB/s
  5. Installing collected packages: pip
  6. Attempting uninstall: pip
  7. Found existing installation: pip 20.2.2
  8. Uninstalling pip-20.2.2:
  9. Successfully uninstalled pip-20.2.2
  10. Successfully installed pip-20.2.3
  11. (dlc) mona@mona:~/research$ pip install tensorflow-gpu==1.13.1
  12. ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.13.1 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1)
  13. ERROR: No matching distribution found for tensorflow-gpu==1.13.1
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement