pip2安装drozer报错,six和pyOpenssl不能卸载的解决办法

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

ERROR: Cannot uninstall 'six'. 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.

 

zyjsupers-MacBook-Air:~ root# sudo pip install six --upgrade --ignore-installed six

 

 

Requirement already satisfied: pycparser in /Library/Python/2.7/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.3->pyopenssl>=16.2->drozer==2.4.3) (2.19)

Installing collected packages: pyopenssl, protobuf, drozer

  Found existing installation: pyOpenSSL 0.13.1

ERROR: Cannot uninstall 'pyOpenSSL'. 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.

 

 

zyjsupers-MacBook-Air:Download zyjsuper$ sudo pip install pyOpenSSL --upgrade --ignore-installed pyOpenSSL

 

 

zyjsupers-MacBook-Air:Download zyjsuper$ drozer console connect

drozer Server requires Twisted to run.

Run 'pip install twisted' to fetch this dependency.

 

zyjsupers-MacBook-Air:Download zyjsuper$ sudo pip2 install twisted

 

 

posted @ 2019-07-14 14:59  heycomputer  阅读(1068)  评论(0编辑  收藏  举报