-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot support windows due to the use of readline
module
#6
Comments
I tried to replace Possible alternatives are:
I haven't tried any of them, but I am sure that all of them would require at least some level of rework. |
Though I gotta ask, do you use the multiline input method often? I haven't found myself using it a single time (at least now that the Perhaps the multiline does not need to be supported? Well this is only my opinion anyways. Of course, there is not a lot of harm in supporting it. |
Yes, it makes sense to remove the previous implementation of supporting reading multiple lines if we already have the |
I find an alternative for Windows, |
Yes that is true haha.
Ah nice, I only saw |
Though I am a little confused, it seems like we are still using Or is |
Do you mean the You can see the updated dependency in |
Yes that's exactly what I mean. I thought you would need to do something like |
Looking great! |
Error message:
When I try installing it directly with
pip install readline
, another error occurs:So, it is clear that Python on Windows just does not support the library
readline
, we may need to use other alternatives for this functionality.The text was updated successfully, but these errors were encountered: