-
Notifications
You must be signed in to change notification settings - Fork 382
Pydantic Schema Validation Errors - on import #439
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
I've encountered this problem, have you solved it? |
i solved it. |
@phbst Thanks for sharing your solution, mine was giving up in importing the package as an external package :D |
Just to confirm, is upgrading from 2.10.4 to 2.10.6 is what solving this for you? (2.10.4 is what we currently install). @Raziel90 , if you are still running into this, do you mind doing:
It should print your current version. |
I had this same issue, upgraded pydantic to 2.10.6, and the problem was solved. |
Hello!
I have been trying to use
openpi
as a package using the instructions provided.Everytime iI try to import
I get the following problems:
what seems to be the problem:
numpydantic seems not to be able to validate the class in
openpi.shared.normalize.py
How I made it work
The text was updated successfully, but these errors were encountered: