ERROR:「リクエスト」をアンインストールすることはできません。これはdistutilsのインストールプロジェクトであるため、我々は正確に部分的にしかアンインストールにつながる、それに属するファイルを特定することはできません。

実行がpip install locustio与えられています

ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

ソリューション

sudo pip install locustio --ignore-installed requests

おすすめ

転載: www.cnblogs.com/mingyue5826/p/11498418.html