-
Notifications
You must be signed in to change notification settings - Fork 236
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
Add support for Python version 3.10 #190
Comments
I am getting this error when trying to import PyInquirer module, apparently related to the lack of support for Python 3.10
Any expectation for a fix ? |
It's not clear from your (missing) backtrace, but as far as I can see, this is due to an old version of prompt_toolkit being used. The fix (newer version) is already in the repo. A release covering this fix would be nice, though. |
same error here |
It's good to note that someone already mentioned a solution by changing the import statement. See here #181 (comment) Hopefully an update will be immediately released But if you would prefer to have convenient solution rather than the tricky one. You can take a look to another library InquirerPy, which is has similar features. |
No description provided.
The text was updated successfully, but these errors were encountered: