In Python 2.7.11 on Windows, I installed sqlalchemy in a virtual environment. Now when I try to remove it with
pip uninstall sqlalchemy
pip freezes when listing the following lines:
. . . c:\venv\lib\site-packages\sqlalchemy\util\langhelpers.py c:\venv\lib\site-packages\sqlalchemy\util\langhelpers.pyc c:\venv\lib\site-packages\sqlalchemy\util\queue.py c:\venv\lib\site-packages\sqlalchemy\util\queue.pyc c:\venv\lib\site-packages\sqlalchemy\util\topological.py c:\venv\lib\site-packages\sqlalchemy\util\topological.pyc
This happens repeatedly when I cancel the delete command and issue it again, even after rebooting the system.
What to do to make pip sequel?
python windows pip sqlalchemy uninstall
halloleo
source share