MatrixTM / MHDDoS

Best DDoS Attack Script Python3, (Cyber / DDos) Attack With 56 Methods
MIT License
12.59k stars 2.63k forks source link

[BUG Report]: #469

Closed skywalker0803r closed 1 year ago

skywalker0803r commented 1 year ago

Version

2.4 (Default)

Which section is the problem?

L7 (DDoS Attack Layer 7)

Please complete the following information

- OS: [kail linux]
- Installed Requirements Version [requirements.txt in MHDDoS]
- Python Version [3.11.2]

What happened (Describe the bug) ?

when I run : sudo pip install -r requirements.txt

error message : Traceback (most recent call last): File "/usr/bin/pip", line 8, in sys.exit(main()) ^^^^^^ File "/usr/lib/python3/dist-packages/pip/_internal/cli/main.py", line 70, in main return command.main(cmd_args) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 100, in main with self.main_context(): File "/usr/lib/python3.11/contextlib.py", line 144, in exit next(self.gen) File "/usr/lib/python3/dist-packages/pip/_internal/cli/command_context.py", line 19, in main_context with self._main_context: File "/usr/lib/python3.11/contextlib.py", line 589, in exit raise exc_details[1] File "/usr/lib/python3.11/contextlib.py", line 574, in exit if cb(exc_details): ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/contextlib.py", line 144, in exit next(self.gen) File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 31, in global_tempdir_manager with ExitStack() as stack: File "/usr/lib/python3.11/contextlib.py", line 589, in exit raise exc_details[1] File "/usr/lib/python3.11/contextlib.py", line 574, in exit if cb(exc_details): ^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 156, in exit self.cleanup() File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 173, in cleanup rmtree(self._path) File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/init.py", line 328, in wrapped_f return self(f, *args, *kw) ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/init.py", line 408, in call do = self.iter(retry_state=retry_state) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/init.py", line 364, in iter raise retry_exc.reraise() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/init.py", line 197, in reraise raise self.last_attempt.result() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result return self.get_result() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in get_result raise self._exception File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/init.py", line 411, in call result = fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_internal/utils/misc.py", line 129, in rmtree shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) File "/usr/lib/python3.11/shutil.py", line 732, in rmtree _rmtree_safe_fd(fd, path, onerror) File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) File "/usr/lib/python3.11/shutil.py", line 683, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) File "/usr/lib/python3.11/shutil.py", line 681, in _rmtree_safe_fd os.unlink(entry.name, dir_fd=topfd) FileNotFoundError: [Errno 2] No such file or directory: 'atexec.py'

Screenshots

https://i.imgur.com/Lmm57NP.png

Please provide a link to a minimal reproduction of the bug

No response

Relevant log output

sudo pip install -r requirements.txt
Collecting git+https://github.com/MHProDev/PyRoxy.git (from -r requirements.txt (line 9))
  Cloning https://github.com/MHProDev/PyRoxy.git to /tmp/pip-req-build-k5fyl43n
  Running command git clone --filter=blob:none --quiet https://github.com/MHProDev/PyRoxy.git /tmp/pip-req-build-k5fyl43n
  Resolved https://github.com/MHProDev/PyRoxy.git to commit ea0f88dbc0573292ba5672124f69e4e7a31b544d
  Preparing metadata (setup.py) ... done
Collecting cloudscraper==1.2.67
  Downloading cloudscraper-1.2.67-py2.py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.6/98.6 kB 1.2 MB/s eta 0:00:00
Collecting certifi==2022.12.7
  Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 2.4 MB/s eta 0:00:00
Collecting dnspython==2.2.1
  Downloading dnspython-2.2.1-py3-none-any.whl (269 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269.1/269.1 kB 3.8 MB/s eta 0:00:00
Collecting requests==2.27.1
  Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 6.9 MB/s eta 0:00:00
Collecting impacket==0.10.0
  Downloading impacket-0.10.0.tar.gz (1.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 12.6 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting psutil>=5.9.3
  Downloading psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.2/280.2 kB 29.8 MB/s eta 0:00:00
Collecting icmplib>=3.0.3
  Downloading icmplib-3.0.3-py3-none-any.whl (30 kB)
Collecting pyasn1==0.4.8
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 10.0 MB/s eta 0:00:00
Collecting yarl~=1.8.1
  Downloading yarl-1.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.1/278.1 kB 10.2 MB/s eta 0:00:00
Collecting pyparsing>=2.4.7
  Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 15.9 MB/s eta 0:00:00
Collecting requests-toolbelt>=0.9.1
  Downloading requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 8.6 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 21.2 MB/s eta 0:00:00
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 4.5 MB/s eta 0:00:00
Collecting chardet
  Downloading chardet-5.1.0-py3-none-any.whl (199 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 28.5 MB/s eta 0:00:00
Collecting flask>=1.0
  Downloading Flask-2.2.3-py3-none-any.whl (101 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 13.5 MB/s eta 0:00:00
Collecting future
  Downloading future-0.18.3.tar.gz (840 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 4.0 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting ldap3!=2.5.0,!=2.5.2,!=2.6,>=2.5
  Downloading ldap3-2.9.1-py2.py3-none-any.whl (432 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 432.2/432.2 kB 17.0 MB/s eta 0:00:00
Collecting ldapdomaindump>=0.9.0
  Downloading ldapdomaindump-0.9.4-py3-none-any.whl (18 kB)
Collecting pyOpenSSL>=0.16.2
  Downloading pyOpenSSL-23.1.1-py3-none-any.whl (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.9/57.9 kB 6.1 MB/s eta 0:00:00
Collecting pycryptodomex
  Downloading pycryptodomex-3.17-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 17.8 MB/s eta 0:00:00
Collecting six
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting maxminddb>=2.2.0
  Downloading maxminddb-2.2.0.tar.gz (330 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 330.9/330.9 kB 24.3 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting pysocks>=1.7.1
  Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
Collecting multidict>=4.0
  Downloading multidict-6.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 11.2 MB/s eta 0:00:00
Collecting Werkzeug>=2.2.2
  Downloading Werkzeug-2.2.3-py3-none-any.whl (233 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 19.6 MB/s eta 0:00:00
Collecting Jinja2>=3.0
  Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 16.8 MB/s eta 0:00:00
Collecting itsdangerous>=2.0
  Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting click>=8.0
  Downloading click-8.1.3-py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 8.8 MB/s eta 0:00:00
Collecting cryptography<41,>=38.0.0
  Downloading cryptography-40.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 19.8 MB/s eta 0:00:00
Collecting cffi>=1.12
  Downloading cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (462 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 462.6/462.6 kB 17.6 MB/s eta 0:00:00
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 8.5 MB/s eta 0:00:00
Building wheels for collected packages: impacket, PyRoxy, maxminddb, future
  Building wheel for impacket (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [168 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib
      creating build/lib/impacket
      copying impacket/cdp.py -> build/lib/impacket
      copying impacket/crypto.py -> build/lib/impacket
      copying impacket/dhcp.py -> build/lib/impacket
      copying impacket/dns.py -> build/lib/impacket
      copying impacket/dot11.py -> build/lib/impacket
      copying impacket/Dot11Crypto.py -> build/lib/impacket
      copying impacket/Dot11KeyManager.py -> build/lib/impacket
      copying impacket/dpapi.py -> build/lib/impacket
      copying impacket/eap.py -> build/lib/impacket
      copying impacket/ese.py -> build/lib/impacket
      copying impacket/helper.py -> build/lib/impacket
      copying impacket/hresult_errors.py -> build/lib/impacket
      copying impacket/http.py -> build/lib/impacket
      copying impacket/ICMP6.py -> build/lib/impacket
      copying impacket/ImpactDecoder.py -> build/lib/impacket
      copying impacket/ImpactPacket.py -> build/lib/impacket
      copying impacket/IP6.py -> build/lib/impacket
      copying impacket/IP6_Address.py -> build/lib/impacket
      copying impacket/IP6_Extension_Headers.py -> build/lib/impacket
      copying impacket/mapi_constants.py -> build/lib/impacket
      copying impacket/mqtt.py -> build/lib/impacket
      copying impacket/NDP.py -> build/lib/impacket
      copying impacket/nmb.py -> build/lib/impacket
      copying impacket/ntlm.py -> build/lib/impacket
      copying impacket/nt_errors.py -> build/lib/impacket
      copying impacket/pcapfile.py -> build/lib/impacket
      copying impacket/pcap_linktypes.py -> build/lib/impacket
      copying impacket/smb.py -> build/lib/impacket
      copying impacket/smb3.py -> build/lib/impacket
      copying impacket/smb3structs.py -> build/lib/impacket
      copying impacket/smbconnection.py -> build/lib/impacket
      copying impacket/smbserver.py -> build/lib/impacket
      copying impacket/spnego.py -> build/lib/impacket
      copying impacket/structure.py -> build/lib/impacket
      copying impacket/system_errors.py -> build/lib/impacket
      copying impacket/tds.py -> build/lib/impacket
      copying impacket/uuid.py -> build/lib/impacket
      copying impacket/version.py -> build/lib/impacket
      copying impacket/winregistry.py -> build/lib/impacket
      copying impacket/wps.py -> build/lib/impacket
      copying impacket/__init__.py -> build/lib/impacket
      creating build/lib/impacket/dcerpc
      copying impacket/dcerpc/__init__.py -> build/lib/impacket/dcerpc
      creating build/lib/impacket/examples
      copying impacket/examples/ldap_shell.py -> build/lib/impacket/examples
      copying impacket/examples/logger.py -> build/lib/impacket/examples
      copying impacket/examples/os_ident.py -> build/lib/impacket/examples
      copying impacket/examples/remcomsvc.py -> build/lib/impacket/examples
      copying impacket/examples/rpcdatabase.py -> build/lib/impacket/examples
      copying impacket/examples/secretsdump.py -> build/lib/impacket/examples
      copying impacket/examples/serviceinstall.py -> build/lib/impacket/examples
      copying impacket/examples/smbclient.py -> build/lib/impacket/examples
      copying impacket/examples/utils.py -> build/lib/impacket/examples
      copying impacket/examples/__init__.py -> build/lib/impacket/examples
      creating build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/atsvc.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/bkrp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dcomrt.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dhcpm.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/drsuapi.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dssp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dtypes.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/enum.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/epm.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/even.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/even6.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/iphlp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/lsad.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/lsat.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/mgmt.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/mimilib.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/ndr.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/nrpc.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/nspi.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/oxabref.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/par.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rpch.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rpcrt.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rprn.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rrp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/samr.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/sasec.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/scmr.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/srvs.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/transport.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/tsch.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/wkst.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/__init__.py -> build/lib/impacket/dcerpc/v5
      creating build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/comev.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/oaut.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/scmp.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/vds.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/wmi.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/__init__.py -> build/lib/impacket/dcerpc/v5/dcom
      creating build/lib/impacket/krb5
      copying impacket/krb5/asn1.py -> build/lib/impacket/krb5
      copying impacket/krb5/ccache.py -> build/lib/impacket/krb5
      copying impacket/krb5/constants.py -> build/lib/impacket/krb5
      copying impacket/krb5/crypto.py -> build/lib/impacket/krb5
      copying impacket/krb5/gssapi.py -> build/lib/impacket/krb5
      copying impacket/krb5/kerberosv5.py -> build/lib/impacket/krb5
      copying impacket/krb5/keytab.py -> build/lib/impacket/krb5
      copying impacket/krb5/pac.py -> build/lib/impacket/krb5
      copying impacket/krb5/types.py -> build/lib/impacket/krb5
      copying impacket/krb5/__init__.py -> build/lib/impacket/krb5
      creating build/lib/impacket/ldap
      copying impacket/ldap/ldap.py -> build/lib/impacket/ldap
      copying impacket/ldap/ldapasn1.py -> build/lib/impacket/ldap
      copying impacket/ldap/ldaptypes.py -> build/lib/impacket/ldap
      copying impacket/ldap/__init__.py -> build/lib/impacket/ldap
      creating build/lib/impacket/examples/ntlmrelayx
      copying impacket/examples/ntlmrelayx/__init__.py -> build/lib/impacket/examples/ntlmrelayx
      creating build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/dcsyncclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/httprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/imaprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/ldaprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/mssqlrelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients      copying impacket/examples/ntlmrelayx/clients/rpcrelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/smbrelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/smtprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/__init__.py -> build/lib/impacket/examples/ntlmrelayx/clients
      creating build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/httprelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/rawrelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/smbrelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/socksserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/wcfrelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/__init__.py -> build/lib/impacket/examples/ntlmrelayx/servers
      creating build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/http.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/https.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/imap.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/imaps.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/mssql.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/smb.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/smtp.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/__init__.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      creating build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/config.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/enum.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/ssl.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/targetsutils.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/tcpshell.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/__init__.py -> build/lib/impacket/examples/ntlmrelayx/utils
      creating build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/dcsyncattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/httpattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/imapattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/ldapattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/mssqlattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/rpcattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/smbattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/__init__.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      creating build/lib/impacket/examples/ntlmrelayx/attacks/httpattacks
      copying impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks/httpattacks
      copying impacket/examples/ntlmrelayx/attacks/httpattacks/__init__.py -> build/lib/impacket/examples/ntlmrelayx/attacks/httpattacks
      running build_scripts
      creating build/scripts-3.11
      copying and adjusting examples/addcomputer.py -> build/scripts-3.11
      error: [Errno 22] Invalid argument: 'examples/atexec.py'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for impacket
  Running setup.py clean for impacket
  Building wheel for PyRoxy (setup.py) ... done
  Created wheel for PyRoxy: filename=PyRoxy-1.0b5-py3-none-any.whl size=2830019 sha256=5f244a5ac956718f756195bfeaa156f84c1bd41fd2c9d5ffc06ba084a4990792
  Stored in directory: /tmp/pip-ephem-wheel-cache-6yrxmmvn/wheels/c1/87/1a/254f8406b0ede627e0d8c584ca700bf46614c5b488e850052a
  Building wheel for maxminddb (setup.py) ... done
  Created wheel for maxminddb: filename=maxminddb-2.2.0-py2.py3-none-any.whl size=16338 sha256=594135c1e8146de99c45974c25f51bd667637e7acfcd53c6c2b367cd4746f230
  Stored in directory: /root/.cache/pip/wheels/8b/20/70/e055b6c76ddf6410c023b2cb00706ce7fa2d41d25fe7b05047
  Building wheel for future (setup.py) ... done
  Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492025 sha256=e99208aebb72634fb38c4868136a0f7e532e5cc60637ca120883876d46fac273
  Stored in directory: /root/.cache/pip/wheels/da/19/ca/9d8c44cd311a955509d7e13da3f0bea42400c469ef825b580b
Successfully built PyRoxy maxminddb future
Failed to build impacket
Installing collected packages: pyasn1, urllib3, six, pysocks, pyparsing, pycryptodomex, pycparser, psutil, multidict, maxminddb, MarkupSafe, ldap3, itsdangerous, idna, icmplib, future, dnspython, click, charset-normalizer, chardet, certifi, yarl, Werkzeug, requests, ldapdomaindump, Jinja2, cffi, requests-toolbelt, PyRoxy, flask, cryptography, pyOpenSSL, cloudscraper, impacket
  Running setup.py install for impacket ... error
  error: subprocess-exited-with-error

  × Running setup.py install for impacket did not run successfully.
  │ exit code: 1
  ╰─> [182 lines of output]
      running install
      /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      running build_py
      creating build
      creating build/lib
      creating build/lib/impacket
      copying impacket/cdp.py -> build/lib/impacket
      copying impacket/crypto.py -> build/lib/impacket
      copying impacket/dhcp.py -> build/lib/impacket
      copying impacket/dns.py -> build/lib/impacket
      copying impacket/dot11.py -> build/lib/impacket
      copying impacket/Dot11Crypto.py -> build/lib/impacket
      copying impacket/Dot11KeyManager.py -> build/lib/impacket
      copying impacket/dpapi.py -> build/lib/impacket
      copying impacket/eap.py -> build/lib/impacket
      copying impacket/ese.py -> build/lib/impacket
      copying impacket/helper.py -> build/lib/impacket
      copying impacket/hresult_errors.py -> build/lib/impacket
      copying impacket/http.py -> build/lib/impacket
      copying impacket/ICMP6.py -> build/lib/impacket
      copying impacket/ImpactDecoder.py -> build/lib/impacket
      copying impacket/ImpactPacket.py -> build/lib/impacket
      copying impacket/IP6.py -> build/lib/impacket
      copying impacket/IP6_Address.py -> build/lib/impacket
      copying impacket/IP6_Extension_Headers.py -> build/lib/impacket
      copying impacket/mapi_constants.py -> build/lib/impacket
      copying impacket/mqtt.py -> build/lib/impacket
      copying impacket/NDP.py -> build/lib/impacket
      copying impacket/nmb.py -> build/lib/impacket
      copying impacket/ntlm.py -> build/lib/impacket
      copying impacket/nt_errors.py -> build/lib/impacket
      copying impacket/pcapfile.py -> build/lib/impacket
      copying impacket/pcap_linktypes.py -> build/lib/impacket
      copying impacket/smb.py -> build/lib/impacket
      copying impacket/smb3.py -> build/lib/impacket
      copying impacket/smb3structs.py -> build/lib/impacket
      copying impacket/smbconnection.py -> build/lib/impacket
      copying impacket/smbserver.py -> build/lib/impacket
      copying impacket/spnego.py -> build/lib/impacket
      copying impacket/structure.py -> build/lib/impacket
      copying impacket/system_errors.py -> build/lib/impacket
      copying impacket/tds.py -> build/lib/impacket
      copying impacket/uuid.py -> build/lib/impacket
      copying impacket/version.py -> build/lib/impacket
      copying impacket/winregistry.py -> build/lib/impacket
      copying impacket/wps.py -> build/lib/impacket
      copying impacket/__init__.py -> build/lib/impacket
      creating build/lib/impacket/dcerpc
      copying impacket/dcerpc/__init__.py -> build/lib/impacket/dcerpc
      creating build/lib/impacket/examples
      copying impacket/examples/ldap_shell.py -> build/lib/impacket/examples
      copying impacket/examples/logger.py -> build/lib/impacket/examples
      copying impacket/examples/os_ident.py -> build/lib/impacket/examples
      copying impacket/examples/remcomsvc.py -> build/lib/impacket/examples
      copying impacket/examples/rpcdatabase.py -> build/lib/impacket/examples
      copying impacket/examples/secretsdump.py -> build/lib/impacket/examples
      copying impacket/examples/serviceinstall.py -> build/lib/impacket/examples
      copying impacket/examples/smbclient.py -> build/lib/impacket/examples
      copying impacket/examples/utils.py -> build/lib/impacket/examples
      copying impacket/examples/__init__.py -> build/lib/impacket/examples
      creating build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/atsvc.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/bkrp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dcomrt.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dhcpm.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/drsuapi.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dssp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/dtypes.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/enum.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/epm.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/even.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/even6.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/iphlp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/lsad.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/lsat.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/mgmt.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/mimilib.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/ndr.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/nrpc.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/nspi.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/oxabref.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/par.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rpch.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rpcrt.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rprn.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/rrp.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/samr.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/sasec.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/scmr.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/srvs.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/transport.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/tsch.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/wkst.py -> build/lib/impacket/dcerpc/v5
      copying impacket/dcerpc/v5/__init__.py -> build/lib/impacket/dcerpc/v5
      creating build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/comev.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/oaut.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/scmp.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/vds.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/wmi.py -> build/lib/impacket/dcerpc/v5/dcom
      copying impacket/dcerpc/v5/dcom/__init__.py -> build/lib/impacket/dcerpc/v5/dcom
      creating build/lib/impacket/krb5
      copying impacket/krb5/asn1.py -> build/lib/impacket/krb5
      copying impacket/krb5/ccache.py -> build/lib/impacket/krb5
      copying impacket/krb5/constants.py -> build/lib/impacket/krb5
      copying impacket/krb5/crypto.py -> build/lib/impacket/krb5
      copying impacket/krb5/gssapi.py -> build/lib/impacket/krb5
      copying impacket/krb5/kerberosv5.py -> build/lib/impacket/krb5
      copying impacket/krb5/keytab.py -> build/lib/impacket/krb5
      copying impacket/krb5/pac.py -> build/lib/impacket/krb5
      copying impacket/krb5/types.py -> build/lib/impacket/krb5
      copying impacket/krb5/__init__.py -> build/lib/impacket/krb5
      creating build/lib/impacket/ldap
      copying impacket/ldap/ldap.py -> build/lib/impacket/ldap
      copying impacket/ldap/ldapasn1.py -> build/lib/impacket/ldap
      copying impacket/ldap/ldaptypes.py -> build/lib/impacket/ldap
      copying impacket/ldap/__init__.py -> build/lib/impacket/ldap
      creating build/lib/impacket/examples/ntlmrelayx
      copying impacket/examples/ntlmrelayx/__init__.py -> build/lib/impacket/examples/ntlmrelayx
      creating build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/dcsyncclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/httprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/imaprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/ldaprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/mssqlrelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients      copying impacket/examples/ntlmrelayx/clients/rpcrelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/smbrelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/smtprelayclient.py -> build/lib/impacket/examples/ntlmrelayx/clients
      copying impacket/examples/ntlmrelayx/clients/__init__.py -> build/lib/impacket/examples/ntlmrelayx/clients
      creating build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/httprelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/rawrelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/smbrelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/socksserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/wcfrelayserver.py -> build/lib/impacket/examples/ntlmrelayx/servers
      copying impacket/examples/ntlmrelayx/servers/__init__.py -> build/lib/impacket/examples/ntlmrelayx/servers
      creating build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/http.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/https.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/imap.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/imaps.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/mssql.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/smb.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/smtp.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      copying impacket/examples/ntlmrelayx/servers/socksplugins/__init__.py -> build/lib/impacket/examples/ntlmrelayx/servers/socksplugins
      creating build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/config.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/enum.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/ssl.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/targetsutils.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/tcpshell.py -> build/lib/impacket/examples/ntlmrelayx/utils
      copying impacket/examples/ntlmrelayx/utils/__init__.py -> build/lib/impacket/examples/ntlmrelayx/utils
      creating build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/dcsyncattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/httpattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/imapattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/ldapattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/mssqlattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/rpcattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/smbattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      copying impacket/examples/ntlmrelayx/attacks/__init__.py -> build/lib/impacket/examples/ntlmrelayx/attacks
      creating build/lib/impacket/examples/ntlmrelayx/attacks/httpattacks
      copying impacket/examples/ntlmrelayx/attacks/httpattacks/adcsattack.py -> build/lib/impacket/examples/ntlmrelayx/attacks/httpattacks
      copying impacket/examples/ntlmrelayx/attacks/httpattacks/__init__.py -> build/lib/impacket/examples/ntlmrelayx/attacks/httpattacks
      running build_scripts
      creating build/scripts-3.11
      copying and adjusting examples/addcomputer.py -> build/scripts-3.11
      copying examples/atexec.py -> build/scripts-3.11
      copying and adjusting examples/dcomexec.py -> build/scripts-3.11
      copying and adjusting examples/dpapi.py -> build/scripts-3.11
      copying and adjusting examples/esentutl.py -> build/scripts-3.11
      copying and adjusting examples/exchanger.py -> build/scripts-3.11
      copying and adjusting examples/findDelegation.py -> build/scripts-3.11
      copying and adjusting examples/Get-GPPPassword.py -> build/scripts-3.11
      copying and adjusting examples/GetADUsers.py -> build/scripts-3.11
      copying and adjusting examples/getArch.py -> build/scripts-3.11
      copying and adjusting examples/GetNPUsers.py -> build/scripts-3.11
      copying and adjusting examples/getPac.py -> build/scripts-3.11
      copying and adjusting examples/getST.py -> build/scripts-3.11
      error: [Errno 22] Invalid argument: 'examples/getTGT.py'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> impacket

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Traceback (most recent call last):
  File "/usr/bin/pip", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 100, in main
    with self.main_context():
  File "/usr/lib/python3.11/contextlib.py", line 144, in __exit__
    next(self.gen)
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/command_context.py", line 19, in main_context
    with self._main_context:
  File "/usr/lib/python3.11/contextlib.py", line 589, in __exit__
    raise exc_details[1]
  File "/usr/lib/python3.11/contextlib.py", line 574, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/contextlib.py", line 144, in __exit__
    next(self.gen)
  File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 31, in global_tempdir_manager
    with ExitStack() as stack:
  File "/usr/lib/python3.11/contextlib.py", line 589, in __exit__
    raise exc_details[1]
  File "/usr/lib/python3.11/contextlib.py", line 574, in __exit__
    if cb(*exc_details):
       ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 156, in __exit__
    self.cleanup()
  File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 173, in cleanup
    rmtree(self._path)
  File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/__init__.py", line 328, in wrapped_f
    return self(f, *args, **kw)
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/__init__.py", line 408, in __call__
    do = self.iter(retry_state=retry_state)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/__init__.py", line 364, in iter
    raise retry_exc.reraise()
          ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/__init__.py", line 197, in reraise
    raise self.last_attempt.result()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/usr/lib/python3/dist-packages/pip/_vendor/tenacity/__init__.py", line 411, in __call__
    result = fn(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pip/_internal/utils/misc.py", line 129, in rmtree
    shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)
  File "/usr/lib/python3.11/shutil.py", line 732, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.11/shutil.py", line 660, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.11/shutil.py", line 683, in _rmtree_safe_fd
    onerror(os.unlink, fullname, sys.exc_info())
  File "/usr/lib/python3.11/shutil.py", line 681, in _rmtree_safe_fd
    os.unlink(entry.name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'atexec.py'

Additional context

No response

Your code

No response

yechielb2000 commented 1 year ago

while it tries to install the packages it tries to install impacket and fails because impacket depends on other packages and while installing them it crashes.. this fail mostly happens due to a version conflicts..