Skip to content

Instantly share code, notes, and snippets.

@kylegibson
Created August 16, 2012 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylegibson/3373805 to your computer and use it in GitHub Desktop.
Save kylegibson/3373805 to your computer and use it in GitHub Desktop.
> pip uninstall pyyaml
Exception:
Traceback (most recent call last):
File "/home/kyle/testenv/lib/python2.6/site-packages/pip-1.1-py2.6.egg/pip/basecommand.py", line 104, in main
status = self.run(options, args)
File "/home/kyle/testenv/lib/python2.6/site-packages/pip-1.1-py2.6.egg/pip/commands/uninstall.py", line 41, in run
requirement_set.uninstall(auto_confirm=options.yes)
File "/home/kyle/testenv/lib/python2.6/site-packages/pip-1.1-py2.6.egg/pip/req.py", line 862, in uninstall
req.uninstall(auto_confirm=auto_confirm)
File "/home/kyle/testenv/lib/python2.6/site-packages/pip-1.1-py2.6.egg/pip/req.py", line 461, in uninstall
assert (link_pointer == dist.location), 'Egg-link %s does not match installed location of %s (at %s)' % (link_pointer, self.name, dist.location)
AssertionError: Egg-link ../../../src/yaml/lib does not match installed location of pyyaml (at /home/kyle/testenv/src/yaml/lib)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment