Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2482, in _dep_map
  4. return self.__dep_map
  5. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2344, in __getattr__
  6. raise AttributeError(attr)
  7. AttributeError: _DistInfoDistribution__dep_map
  8.  
  9. During handling of the above exception, another exception occurred:
  10.  
  11. Traceback (most recent call last):
  12. File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main
  13. status = self.run(options, args)
  14. File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 278, in run
  15. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  16. File "/usr/lib/python3/dist-packages/pip/req.py", line 1266, in prepare_files
  17. req_to_install.extras):
  18. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2291, in requires
  19. dm = self._dep_map
  20. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2484, in _dep_map
  21. self.__dep_map = self._compute_dependencies()
  22. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2508, in _compute_dependencies
  23. parsed = next(parse_requirements(distvers))
  24. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2605, in parse_requirements
  25. line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
  26. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2573, in scan_list
  27. raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
  28. ValueError: ('Expected version spec in', 'autoflake ~=0.6.6', 'at', ' ~=0.6.6')
  29.  
  30. Storing debug log for failure in /home/jihen/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement