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
prompt_toolkit version 1.0.14 is compatible with pyinquirer however it breaks the ipython and ipykernel packages as they require version 3.0.39 which causes the following error File "C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pynav-1.0.0-py3.10.egg\pynav\cli_tool.py", line 5, in <module> File "C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pyinquirer-1.0.3-py3.10.egg\PyInquirer\__init__.py", line 6, in <module> from prompt_toolkit.token import Token ImportError: cannot import name 'Token' from 'prompt_toolkit.token' (C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\prompt_toolkit\token.py)
please release a Pyinquirer version compatible with the current versions of prompt_toolkit cause the only fix for this I know currently is to force install prompt_toolkit version 1.0.14
The text was updated successfully, but these errors were encountered:
prompt_toolkit version 1.0.14 is compatible with pyinquirer however it breaks the ipython and ipykernel packages as they require version 3.0.39 which causes the following error
File "C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pynav-1.0.0-py3.10.egg\pynav\cli_tool.py", line 5, in <module> File "C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pyinquirer-1.0.3-py3.10.egg\PyInquirer\__init__.py", line 6, in <module> from prompt_toolkit.token import Token ImportError: cannot import name 'Token' from 'prompt_toolkit.token' (C:\Users\Manith\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\prompt_toolkit\token.py)
please release a Pyinquirer version compatible with the current versions of prompt_toolkit cause the only fix for this I know currently is to force install prompt_toolkit version 1.0.14
The text was updated successfully, but these errors were encountered: