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.
I had the same problem as you.
You have to remove it manually.
See this answer.
python setup.py uninstall