alice1017 / SelectMenu

SelectMenu is the input form to choose from menu by arrow keys.
MIT License
22 stars 10 forks source link

ModuleNotFoundError: No module named 'prompt_toolkit' #2

Closed andli closed 3 years ago

andli commented 4 years ago

Hi!

Cannot use pip to install SelectMenu, I think there may be some issue with the dependency to prompt_toolkit.

Python 3.6.5 in a venv.

siredmar commented 4 years ago

Same thing here.

cztrollolcz commented 3 years ago

Same thing

alice1017 commented 3 years ago

Please install prompt_toolkit.

$ cd SelectMenu
$ pip install -r ./requirements.txt