prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.29k stars 715 forks source link

Issue with importing NestedCompleter #995

Open Max414141 opened 4 years ago

Max414141 commented 4 years ago

Hi,

I have the following problem when trying to use NestedCompleter: ImportError: cannot import name 'NestedCompleter' from 'prompt_toolkit.completion' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/prompt_toolkit/completion/__init__.py)

The package was installed in the following way:

pip3 install prompt_toolkit
Max414141 commented 4 years ago

Update, installing the package manually solves the problem.

arbitrary-dev commented 4 years ago

Had the same in 2.0.10, seems to be fixed in 3.0.5