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

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-01-08
  • 2021-06-18
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-07
  • 2021-08-03
  • 2021-12-17
  • 2021-07-27
  • 2021-12-27
  • 2021-06-23
  • 2021-12-15
相关资源
相似解决方案