Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. root@seta00:~# apt-get install mercurial
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Suggested packages:
  6. qct wish vim emacs kdiff3 tkdiff meld xxdiff
  7. The following NEW packages will be installed:
  8. mercurial
  9. 0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
  10. Need to get 0B/55.5kB of archives.
  11. After this operation, 283kB of additional disk space will be used.
  12. Selecting previously deselected package mercurial.
  13. (Reading database ... 53813 files and directories currently installed.)
  14. Unpacking mercurial (from .../mercurial_1.6.3-1_amd64.deb) ...
  15. Setting up mercurial (1.6.3-1) ...
  16.  
  17. Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
  18. Processing triggers for python-support ...
  19. root@seta00:~# hg
  20. Traceback (most recent call last):
  21. File "/usr/local/bin/hg", line 4, in <module>
  22. import pkg_resources
  23. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2675, in <module>
  24. parse_requirements(__requires__), Environment()
  25. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve
  26. raise DistributionNotFound(req)
  27. pkg_resources.DistributionNotFound: mercurial==1.7.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement