-
Notifications
You must be signed in to change notification settings - Fork 11
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
ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator' #733
Comments
Current workaround:
See Pylons/pyramid_openapi3#173 Next issue is
Workaround, require:
|
How did you install? The latest version (1.2.0) has openapi-spec-validator==0.4.0 in the requirements file. Did you try a different version? |
@koenedaele, I installed as documented on
There are slight differences between both documentations. I had to add these in order to run:
I assume the problem is that the docs refer to https://github.com/OnroerendErfgoed/atramhasis_demo_cookiecutter and there these dependencies are still missing in https://github.com/OnroerendErfgoed/atramhasis_demo_cookiecutter/blob/main/%7B%7Bcookiecutter.repo%7D%7D/setup.py |
@Wim-De-Clercq Is this still an issue with v2? |
The v2 branch has this feature #784 so the However, due to Pylons/pyramid_openapi3#206 we may want to already restrict it to |
When running the python server the following error is thrown:
The text was updated successfully, but these errors were encountered: