-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
Bug: ModuleNotFoundError: No module named 'jsonschema.compat' #843
Comments
Getting the same error too, it started 9hrs ago import python_jsonschema_objects as jso |
I do not know if this is related or not to python-openapi/openapi-spec-validator#130, another openapi validator that stopped working when upgrading to jsonschema 4.0.0. |
I've created a PR that added compact.py back in with a warning |
This looks a different issue, but also related to the release of 4.0.0 |
Hi all.
So it's unfortunate some downstream packages used things from it anyhow, but it's not covered by the deprecation policy. These packages should remove their use of it and use |
I'm currently getting the error - ModuleNotFoundError: No module named 'jsonschema.compat'
I think this first started today
I get this on python 3.9.7, when running
import neptune
This could be an error with 'swagger_spec_validator'
See error here
For reference I have also created a big report here: Yelp/swagger_spec_validator#149
The text was updated successfully, but these errors were encountered: