Guest User

Untitled

a guest
Jan 18th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Collecting django-libsass
  2. Exception:
  3. Traceback (most recent call last):
  4. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
  5. status = self.run(options, args)
  6. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/commands/install.py", line 335, in run
  7. wb.build(autobuilding=True)
  8. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/wheel.py", line 749, in build
  9. self.requirement_set.prepare_files(self.finder)
  10. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files
  11. ignore_dependencies=self.ignore_dependencies))
  12. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/req/req_set.py", line 620, in _prepare_file
  13. session=self.session, hashes=hashes)
  14. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/download.py", line 809, in unpack_url
  15. unpack_file_url(link, location, download_dir, hashes=hashes)
  16. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/download.py", line 715, in unpack_file_url
  17. unpack_file(from_path, location, content_type, link)
  18. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/utils/__init__.py", line 599, in unpack_file
  19. flatten=not filename.endswith('.whl')
  20. File "/home/ubuntu/new_env/lib/python3.5/site-packages/pip/utils/__init__.py", line 484, in unzip_file
  21. zip = zipfile.ZipFile(zipfp, allowZip64=True)
  22. File "/usr/lib/python3.5/zipfile.py", line 1026, in __init__
  23. self._RealGetContents()
  24. File "/usr/lib/python3.5/zipfile.py", line 1093, in _RealGetContents
  25. raise BadZipFile("File is not a zip file")
  26. zipfile.BadZipFile: File is not a zip file
Add Comment
Please, Sign In to add comment