-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ModuleNotFoundError
when importing rich.markdown
#2979
Comments
Hey, I'm also hitting this issue when running
|
Yeah it looks like a fix is already on the way per 1176f81. |
Please try v13.4.1 |
Works like a charm for me, @willmcgugan! Thanks! |
@willmcgugan After updating I no longer see the failure when running |
I hope we solved your problem. If you like using Rich, you might also enjoy Textual |
Describe the bug
I ran into this issue in a dependent projects (ansible-lint), but I believe this bug was introduced in #2977 and pushed out with v13.4.0. A package dependency was incorrectly implemented which results in failure when this package is used with Markdown.
Click to expand
I see the following error in ansible-lint:
This is because
rich/rich/markdown.py
Line 7 in cf13882
rich/rich/emoji.py
Lines 10 to 13 in cf13882
rich/poetry.lock
Line 359 in cf13882
I could be mistaken but that seems to be the most likely cause of this failure.
The text was updated successfully, but these errors were encountered: