Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install requirements for Windows #2

Open
DomRotbart opened this issue Jul 13, 2024 · 1 comment
Open

Can't install requirements for Windows #2

DomRotbart opened this issue Jul 13, 2024 · 1 comment

Comments

@DomRotbart
Copy link

As the documentation says you should build the implant with pyinstaller on the target OS.
Sadly this doesn't work, because the installation of the requirements failing for readline:

Collecting readline
  Downloading readline-6.2.4.1.tar.gz (2.3 MB)
     ---------------------------------------- 2.3/2.3 MB 10.5 MB/s eta 0:00:00
  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
      [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.

Is there a way to solve this, I'm not thinking about in this moment?
Pyinstaller itself is no cross-compiler, so I don't think it will work this way.

kind regards

@vaughnw128
Copy link
Owner

Hmmm I'll take a look into this. Truthfully this was developed entirely on Mac and deployed solely to Linux. I'm not certain the implant itself will be fully functional on Windows, but I'll test it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants