We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Suddenly started getting this error using 0.14.2...
0.14.2
>>> from openapi_core import create_spec Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/alan/opt/anaconda3/lib/python3.7/site-packages/openapi_core/__init__.py", line 3, in <module> from openapi_core.shortcuts import ( File "/Users/alan/opt/anaconda3/lib/python3.7/site-packages/openapi_core/shortcuts.py", line 3, in <module> from openapi_core.spec.shortcuts import create_spec File "/Users/alan/opt/anaconda3/lib/python3.7/site-packages/openapi_core/spec/shortcuts.py", line 3, in <module> from openapi_spec_validator import ( ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator' (/Users/alan/opt/anaconda3/lib/python3.7/site-packages/openapi_spec_validator/__init__.py)
I managed to get around the problem by updating to 0.14.4
0.14.4
The text was updated successfully, but these errors were encountered:
Duplicate of #402 dance closing
Sorry, something went wrong.
No branches or pull requests
Suddenly started getting this error using
0.14.2
...I managed to get around the problem by updating to
0.14.4
The text was updated successfully, but these errors were encountered: