Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Downloading/unpacking pylint
  2. Downloading pylint-2.1.1-py3-none-any.whl (737kB): 737kB downloaded
  3. Downloading/unpacking isort>=4.2.5 (from pylint)
  4. Downloading isort-4.3.4-py3-none-any.whl (45kB): 45kB downloaded
  5. Downloading/unpacking astroid>=2.0.0 (from pylint)
  6. Downloading astroid-2.0.4-py3-none-any.whl (172kB): 172kB downloaded
  7. Cleaning up...
  8. Exception:
  9. Traceback (most recent call last):
  10. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2482, in _dep_map
  11. return self.__dep_map
  12. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2344, in __getattr__
  13. raise AttributeError(attr)
  14. AttributeError: _DistInfoDistribution__dep_map
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main
  20. status = self.run(options, args)
  21. File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 278, in run
  22. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  23. File "/usr/lib/python3/dist-packages/pip/req.py", line 1266, in prepare_files
  24. req_to_install.extras):
  25. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2291, in requires
  26. dm = self._dep_map
  27. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2484, in _dep_map
  28. self.__dep_map = self._compute_dependencies()
  29. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2517, in _compute_dependencies
  30. common = frozenset(reqs_for_extra(None))
  31. File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2514, in reqs_for_extra
  32. if req.marker_fn(override={'extra':extra}):
  33. File "/usr/share/python-wheels/setuptools-3.3-py2.py3-none-any.whl/_markerlib/markers.py", line 113, in marker_fn
  34. return eval(compiled_marker, environment)
  35. File "<environment marker>", line 1, in <module>
  36. NameError: name 'implementation_name' is not defined
  37.  
  38. Storing debug log for failure in /home/ubuntu/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement