-
Notifications
You must be signed in to change notification settings - Fork 3.9k
missing pandas
when using isinstance
#2056
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
Comments
same on version 1.60.2 |
pandas
when using isinstancepandas
when using isinstance
Thanks for the report, is there any way to tell this library to just not inspect certain symbols / paths? This is eagerly importing internal helpers and then trying to inspect them in ways which breaks assumptions about how the helpers should be used. |
Hmm, this is a library for memory debugging. I didn't manage to find a way to disable inspecting specific types. |
same here. I was using pympler to profile my project and show the same error. |
… on LazyProxy subclasses Fix openai#2056
… on LazyProxy subclasses Fix openai#2056
… on LazyProxy subclasses Fix openai#2056
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
To Reproduce
Code snippets
OS
macos
Python version
3.12.6
Library version
1.13.3
The text was updated successfully, but these errors were encountered: