Advertisement
lamiastella

pip install -r phosa.req

May 19th, 2021
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. (phosa) [jalal@goku jalal]$ pip install -r /scratch3/research/code/phosa-dawnlight/phosa.req
  2. Collecting absl-py==0.12.0
  3. Using cached absl_py-0.12.0-py3-none-any.whl (129 kB)
  4. Collecting backcall==0.2.0
  5. Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
  6. Collecting blessings==1.7
  7. Using cached blessings-1.7-py3-none-any.whl (18 kB)
  8. Collecting cachetools==4.2.1
  9. Using cached cachetools-4.2.1-py3-none-any.whl (12 kB)
  10. Collecting certifi==2020.12.5
  11. Using cached certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
  12. Collecting chardet==4.0.0
  13. Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
  14. Collecting chumpy==0.70
  15. Using cached chumpy-0.70.tar.gz (50 kB)
  16. Collecting cloudpickle==1.6.0
  17. Using cached cloudpickle-1.6.0-py3-none-any.whl (23 kB)
  18. Collecting cycler==0.10.0
  19. Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
  20. Collecting Cython==0.29.22
  21. Using cached Cython-0.29.22-cp38-cp38-manylinux1_x86_64.whl (1.9 MB)
  22. Collecting decorator==4.4.2
  23. Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
  24. ERROR: Could not find a version that satisfies the requirement detectron2==0.2 (from -r /scratch3/research/code/phosa-dawnlight/phosa.req (line 12)) (from versions: none)
  25. ERROR: No matching distribution found for detectron2==0.2 (from -r /scratch3/research/code/phosa-dawnlight/phosa.req (line 12))
  26. WARNING: You are using pip version 20.1.1; however, version 21.1.1 is available.
  27. You should consider upgrading via the '/research/jalal/venv/phosa/bin/python3.8 -m pip install --upgrade pip' command.
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement