Error when pip install github3 is run on kali-linux.

Asked 1 years ago, Updated 1 years ago, 448 views

Kali-Linux-2020.2-vmware-i386
Python—Python 2.7.18
pip:20.0.2

ERROR: Command errored out with exit status1:
   command: /usr/bin/python/usr/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl/pep517/_in_process.py get_requires_for_build_wheel/tmp/tmpvBlHwf                                                                         
       cwd: /tmp/pipe-install-CfqFDZ/cryptography                           
  Complete output (1 lines):                                               
  /usr/bin/python: can't find'__main__'module in'/usr/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl/pep517/_in_process.py'                 
  ----------------------------------------                                 
ERROR: Command errored out with exit status1: /usr/bin/python/usr/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl/pep517/_in_process.py get_requires_for_build_wheel/tmp/tmp/tmpbullsCheck the outputHufflmmmmmm 

linux pip

2022-09-30 21:51

1 Answers

The pip for python2 on kali linux is finished.

For security books, you can use python2's pip2 and github3
It says it can be built, but
Support for Python 2 has ended this year, so
I don't think I can use pip2.

Python 2 seems to be integrated into python 3's pip3

It is programmed by python3 and can build github3 with pip3
I think you need to create the .


2022-09-30 21:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.