-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[REQUEST] add attribute __version__ #1754
Comments
Did I solve your problem? Consider sponsoring the ongoing work on Rich and Textual. Or buy me a coffee to say thanks. |
The link is empty. I also could not find information on the __version request. |
Search issues for version |
Solution I found (I'm sorry I wasted my time on this). It's not worth it.
9.5.0 I don't want to take this approach (it's slow and resource-intensive). I'm not even sure if it worked on my system, it might not work for others. |
The rich api changes frequently, requires access to the current version of lib rich (print (rich .__ version__)) from the python interpreter itself.
AttributeError: module 'rich' has no attribute '__version__'
The text was updated successfully, but these errors were encountered: