-
Notifications
You must be signed in to change notification settings - Fork 814
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
ImportError: Package 'textual.widgets' has no class 'agm' #5077
Comments
This also breaks the Python test suite. Running the test suite without Memray:
Running the test suite with Memray:
|
Merged
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Thanks a lot for the quick response and the fix. Already tried it and the issue does not happen anymore! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you checked closed issues? https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed -> yes
I want to profile a FastAPI based application, and use
memray run -o memory.log /usr/local/bin/uvicorn ...
to run the application.However, memray stops by throwing the following exception:
I do not use the package
textual
, but the packageskops.io
seems to get a hold onagm
, which it can not import.I reported the issue on the Memray project (Issue), but got the response that it is an textual issue. However, running the FastAPI application does not lead to this issue.
Textual Diagnostics
Versions
Python
Operating System
Terminal
Rich Console options
The text was updated successfully, but these errors were encountered: