Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. pip install -r requirements.txt
  2.  
  3. Exception:
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
  6. status = self.run(options, args)
  7. File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 324, in run
  8. requirement_set.prepare_files(finder)
  9. File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
  10. ignore_dependencies=self.ignore_dependencies))
  11. File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file
  12. session=self.session, hashes=hashes)
  13. File "/usr/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url
  14. hashes=hashes
  15. File "/usr/lib/python2.7/site-packages/pip/download.py", line 663, in unpack_http_url
  16. unpack_file(from_path, location, content_type, link)
  17. File "/usr/lib/python2.7/site-packages/pip/utils/__init__.py", line 599, in unpack_file
  18. flatten=not filename.endswith('.whl')
  19. File "/usr/lib/python2.7/site-packages/pip/utils/__init__.py", line 501, in unzip_file
  20. fp.write(data)
  21. IOError: [Errno 28] No space left on device
  22.  
  23. Filesystem Size Used Avail Use% Mounted on
  24. devtmpfs 485M 0 485M 0% /dev
  25. tmpfs 497M 4.0K 497M 1% /dev/shm
  26. tmpfs 497M 660K 496M 1% /run
  27. tmpfs 497M 0 497M 0% /sys/fs/cgroup
  28. /dev/mapper/fedora-root 39G 8.2G 31G 22% /
  29. tmpfs 497M 45M 452M 9% /tmp
  30. /dev/sda1 477M 125M 323M 28% /boot
  31. /dev/mapper/fedora-home 19G 1006M 18G 6% /home
  32. tmpfs 100M 0 100M 0% /run/user/0
  33.  
  34. /vas/projects/rasa/rasa_core
  35.  
  36. df -h /vas/projects/rasa/rasa_core/
  37.  
  38. Filesystem Size Used Avail Use% Mounted on
  39. /dev/mapper/fedora-root 39G 8.2G 31G 22% /
Add Comment
Please, Sign In to add comment