-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Importing is very slow #453
Comments
This is know one :( and comes from pydantic #441 |
Try “from atproto import models”. Should be the same bad result. Client itself is not a problem |
Ah, sorry, I didn't realised there was a Discussions section in the repo as well. |
I have also noticed this. On my very fast dev system it takes 1.3 seconds, and on my raspberry pi 5, it takes about 4 seconds. That's crazy slow. |
In my dev environment (Macbook Pro 2020 i7) importing
atproto
takes over 3 seconds with Python 3.10, 3.11 and 3.12.I couldn't find mentions of this in the issue tracker, so I assume this is not as expected?
The Python 3.12 venv pip list output:
The text was updated successfully, but these errors were encountered: