question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

click-repl does not work with Click 8.0.0 anymore

See original GitHub issue

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"
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:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
regisbcommented, Jun 2, 2021

I think we can close this, now that v0.2.0 is out.

1reaction
anthraxxcommented, May 12, 2021

@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

Read more comments on GitHub >

github_iconTop 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 >
click-repl - PyPI
REPL plugin for Click.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found