Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. root@debian:~# sudo pip3 install --upgrade pillow python-slugify psutil scandir raven pyqt5
  2. Downloading/unpacking pillow
  3. Downloading Pillow-4.0.0.tar.gz (11.1MB): 11.1MB downloaded
  4. Running setup.py (path:/tmp/pip-build-jhho7oy3/pillow/setup.py) egg_info for package pillow
  5.  
  6. warning: no files found matching '*.sh'
  7. no previously-included directories found matching 'docs/_static'
  8. warning: no previously-included files found matching '.coveragerc'
  9. warning: no previously-included files found matching '.editorconfig'
  10. warning: no previously-included files found matching '.landscape.yaml'
  11. warning: no previously-included files found matching 'appveyor.yml'
  12. warning: no previously-included files found matching 'build_children.sh'
  13. warning: no previously-included files found matching 'tox.ini'
  14. warning: no previously-included files matching '.git*' found anywhere in distribution
  15. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  16. warning: no previously-included files matching '*.so' found anywhere in distribution
  17. Downloading/unpacking python-slugify
  18. Downloading python-slugify-1.2.1.tar.gz
  19. Running setup.py (path:/tmp/pip-build-jhho7oy3/python-slugify/setup.py) egg_info for package python-slugify
  20.  
  21. Downloading/unpacking psutil
  22. Downloading psutil-5.0.1.tar.gz (326kB): 326kB downloaded
  23. Running setup.py (path:/tmp/pip-build-jhho7oy3/psutil/setup.py) egg_info for package psutil
  24.  
  25. warning: manifest_maker: MANIFEST.in, line 14: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
  26.  
  27. warning: no previously-included files matching '*' found under directory 'docs/_build'
  28. warning: no previously-included files matching '*' found under directory '.ci'
  29. Downloading/unpacking scandir
  30. Downloading scandir-1.4.zip
  31. Running setup.py (path:/tmp/pip-build-jhho7oy3/scandir/setup.py) egg_info for package scandir
  32.  
  33. warning: no files found matching 'README.md'
  34. Downloading/unpacking raven
  35. Downloading raven-5.32.0-py2.py3-none-any.whl (277kB): 277kB downloaded
  36. Downloading/unpacking pyqt5
  37. Could not find any downloads that satisfy the requirement pyqt5
  38. Cleaning up...
  39. No distributions at all found for pyqt5
  40. Storing debug log for failure in /root/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement