0

I installed Tornado sudo easy_install tornado

then it got a lot of syntax errors.

I want to uninstall Tornado pip uninstall tornado

Then it asks: Uninstalling tornado-6.0.1: Would remove: /Library/Python/2.7/site-packages/tornado-6.0.1-py2.7-macosx-10.13-intel.egg Proceed (y/n)?

I typed y,

then it says

Exception: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip-18.0-py2.7.egg/pip/_internal/basecommand.py", line 141, in main status = self.run(options, args) ...

Ruby Lin
  • 1
  • 1
  • 1
  • follow the solution form [here](https://stackoverflow.com/questions/1231688/how-do-i-remove-packages-installed-with-pythons-easy-install) – sahasrara62 Mar 14 '19 at 18:07
  • 1
    Thank you so much, @prashantrana – Ruby Lin Mar 16 '19 at 17:25
  • Possible duplicate of [How do I remove packages installed with Python's easy\_install?](https://stackoverflow.com/questions/1231688/how-do-i-remove-packages-installed-with-pythons-easy-install) – sahasrara62 Mar 16 '19 at 21:29

1 Answers1

0

Try to uninstall it with "easy_install -m tornado"

Vaghinak
  • 535
  • 6
  • 12
  • error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-878.write-test' – Ruby Lin Mar 14 '19 at 18:09
  • try it with sudo – Vaghinak Mar 14 '19 at 18:13