click-repl does not work with Click 8.0.0 anymore
See original GitHub issueClick 8.0.0 removed an internal name which click-repl depends upon:
E.g. on Python 3.8 on macOS:
$ python -c "import click; import click_repl"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/maiera/virtualenvs/pywbemtools38/lib/python3.8/site-packages/click_repl/__init__.py", line 6, in <module>
import click._bashcomplete
ModuleNotFoundError: No module named 'click._bashcomplete'
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Developers - click-repl does not work with Click 8.0.0 anymore -
Click 8.0.0 removed an internal name which click-repl depends upon: E.g. on Python 3.8 on macOS: $ python -c "import click; import click_repl"...
Read more >Changes — Click Documentation (8.1.x)
Fixed an issue with bash completion not working properly for commands with non ASCII characters or dashes. Added a way to manually update...
Read more >'pip install' fails for every package ("Could not find a version ...
I have tried many. Even pip install django doesnt work. It always worked earlier. – Anupam. Apr 10, 2018 at 7:46.
Read more >Changelog - Streamlit Docs
This page lists highlights, bug fixes, and known issues for official ... Clicks on elements below st.balloons and st.snow don't get blocked anymore...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we can close this, now that v0.2.0 is out.
@andy-maier that doesnt really work for all t he distro packages. with no click 8 support this will make a major problem for the click-repl distro package