我的pip3 list
显示了这一行:
pulsar (3.4.0-beta.1, /home/dejan/work/myproject/src/pulsar)
我找不到删除它的方法。正常的pip3卸载不起作用。有任何想法吗?我工作的项目有requirements.txt文件,其中包含以下行:-e git+https://github.com/quantmind/pulsar.git#egg=pulsar
- 我希望有助于找出我无法卸载它的原因...
以下是我的尝试:
dejan@mypc:~$ pip3 uninstall pulsar
Can't uninstall 'pulsar'. No files were found to uninstall.