You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 🙂
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:
The text was updated successfully, but these errors were encountered: