t3l3machus / hoaxshell

A Windows reverse shell payload generator and handler that abuses the http(s) protocol to establish a beacon-like reverse shell.
BSD 2-Clause "Simplified" License
2.98k stars 473 forks source link

package gnureadline not installing on windows python 3.10 #51

Closed ViCrack closed 1 year ago

ViCrack commented 1 year ago
pip3 install gnureadline==8.1.2
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting gnureadline==8.1.2
  Using cached https://mirrors.aliyun.com/pypi/packages/f2/e8/48c0162a732522c7b4568da35ed07d0db07d725f640676b4c9a8ec874d1a/gnureadline-8.1.2.tar.gz (3.1 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      Error: this module is not meant to work on Windows (try pyreadline instead)
      [end of output]

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

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

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

ModuleNotFoundError: No module named 'gnureadline'

t3l3machus commented 1 year ago

remove gnureadline from the requirements.txt and try again