Advertisement
Tab0rda

Poké

Jul 23rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "c:\python27\lib\site-packages\pip\basecommand.py", line 215, in main
  4. status = self.run(options, args)
  5. File "c:\python27\lib\site-packages\pip\commands\install.py", line 310, in run
  6. wb.build(autobuilding=True)
  7. File "c:\python27\lib\site-packages\pip\wheel.py", line 750, in build
  8. self.requirement_set.prepare_files(self.finder)
  9. File "c:\python27\lib\site-packages\pip\req\req_set.py", line 370, in prepare_files
  10. ignore_dependencies=self.ignore_dependencies))
  11. File "c:\python27\lib\site-packages\pip\req\req_set.py", line 522, in _prepare_file
  12. finder, self.upgrade, require_hashes)
  13. File "c:\python27\lib\site-packages\pip\req\req_install.py", line 271, in populate_link
  14. self.link = self._wheel_cache.cached_wheel(self.link, self.name)
  15. File "c:\python27\lib\site-packages\pip\wheel.py", line 68, in cached_wheel
  16. self._cache_dir, link, self._format_control, package_name)
  17. File "c:\python27\lib\site-packages\pip\wheel.py", line 148, in cached_wheel
  18. return pip.index.Link(path_to_url(path))
  19. File "c:\python27\lib\site-packages\pip\download.py", line 457, in path_to_url
  20. url = urllib_parse.urljoin('file:', urllib_request.pathname2url(path))
  21. File "c:\python27\lib\nturl2path.py", line 67, in pathname2url
  22. path = path + '/' + urllib.quote(comp)
  23. File "c:\python27\lib\urllib.py", line 1299, in quote
  24. return ''.join(map(quoter, s))
  25. KeyError: u'\xe1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement