1

I installed gym by pip install -e '.[all]'. But I want to uninstall it now, how can I achieve that? I have tried like pip uninstall gym, but did not succeed with errors like Can't uninstall 'gym'. No files were found to uninstall.

tczj
  • 438
  • 4
  • 17

1 Answers1

1

I had the same problem as you.
You have to remove it manually.
See this answer. python setup.py uninstall

Community
  • 1
  • 1
Hiroyuki
  • 26
  • 3