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

support readline of windows? #60

Open
Freed-Wu opened this issue Dec 20, 2022 · 1 comment
Open

support readline of windows? #60

Freed-Wu opened this issue Dec 20, 2022 · 1 comment

Comments

@Freed-Wu
Copy link

readline has been transplanted to windows by MinGW: https://packages.msys2.org/base/mingw-w64-readline

Is it possible to let this python module support it?

I try to build the wheel but get this error:

  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.
@ludwigschwardt
Copy link
Owner

Currently I simply quit the build on Windows but I can give it a shot… I don’t have a Windows machine to test it on though, but with the help of Github Actions and some beta testers I might get there 🙂

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