Upon installing questionary, I lose functionality in my terminal to my radian package for r development due to conflicting dependencies on differing versions of prompt_toolkit. Can this requirement be updated to allow for prompt_toolkit version 3.0.48 be used?
Error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
questionary 2.0.1 requires prompt_toolkit<=3.0.36,>=2.0, but you have prompt-toolkit 3.0.48 which is incompatible.
Upon running 'pip install --upgrade questionary':
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ipython 8.28.0 requires prompt-toolkit<3.1.0,>=3.0.41, but you have prompt-toolkit 3.0.36 which is incompatible.
radian 0.6.13 requires prompt-toolkit<3.1,>=3.0.41, but you have prompt-toolkit 3.0.36 which is incompatible.
Error within integrated terminal regarding radian package.
Return to cmd prompt and 'pip install --upgrade radian'
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
questionary 2.0.1 requires prompt_toolkit<=3.0.36,>=2.0, but you have prompt-toolkit 3.0.48 which is incompatible.
Return to cmd prompt and 'pip install --upgrade questionary'
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ipython 8.28.0 requires prompt-toolkit<3.1.0,>=3.0.41, but you have prompt-toolkit 3.0.36 which is incompatible.
radian 0.6.13 requires prompt-toolkit<3.1,>=3.0.41, but you have prompt-toolkit 3.0.36 which is incompatible.
Expected behaviour
No error seen in regards to using either package.
Latest version
[X] I have checked that this issue occurs on the latest version of questionary.
Describe the bug
Upon installing questionary, I lose functionality in my terminal to my radian package for r development due to conflicting dependencies on differing versions of prompt_toolkit. Can this requirement be updated to allow for prompt_toolkit version 3.0.48 be used?
Error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. questionary 2.0.1 requires prompt_toolkit<=3.0.36,>=2.0, but you have prompt-toolkit 3.0.48 which is incompatible.
Upon running 'pip install --upgrade questionary':
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. ipython 8.28.0 requires prompt-toolkit<3.1.0,>=3.0.41, but you have prompt-toolkit 3.0.36 which is incompatible. radian 0.6.13 requires prompt-toolkit<3.1,>=3.0.41, but you have prompt-toolkit 3.0.36 which is incompatible.
Example
Steps to reproduce
Expected behaviour
No error seen in regards to using either package.
Latest version
Questionary version
2.0.1
Prompt Toolkit version
3.0.48
Operating System
Windows