eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.31k stars 2.63k forks source link

怎么把pytorchyolo卸载干净呀? #851

Open LauraABCD opened 7 months ago

LauraABCD commented 7 months ago

真的崩溃了,早不知道不运行pip install pytorchyolo --user了,现在每个虚拟环境都有这个依赖,装软件包的时候总是报错,怎么能把其他虚拟环境中的这个包清除干净呀?help help!

jaagut commented 7 months ago

Without more context, it is difficult to help you. What's your operating system and version? What's your Python and Pip version? What is the error message you are getting?

Generally, you can remove a Pip package with pip uninstall pytorchyolo. However, your problem does not seem to be specific to our software. But more so to be a general Pip question. Please consider the official Pip guide (https://pip.pypa.io/en/stable/user_guide/) or searching the web with your error message and question.

Thank you!

ZhangXiaolei314 commented 7 months ago

pip uninstall