You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tapipy appears to have broken with the 0.5.0 release of openapi-spec-validator, which is a valid version from the pip requirements. The resulting error is:
Traceback (most recent call last):
File "/home/georgia/Projects/research/seismic/exp-repo/.tapis/util/create_credential.py", line 2, in <module>
from tapipy.tapis import Tapis
File "/home/georgia/.conda/envs/tapis-env/lib/python3.9/site-packages/tapipy/tapis.py", line 9, in <module>
from openapi_core import create_spec
File "/home/georgia/.conda/envs/tapis-env/lib/python3.9/site-packages/openapi_core/__init__.py", line 3, in <module>
from openapi_core.shortcuts import (
File "/home/georgia/.conda/envs/tapis-env/lib/python3.9/site-packages/openapi_core/shortcuts.py", line 3, in <module>
from openapi_spec_validator import default_handlers
ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator' (/home/georgia/.conda/envs/tapis-env/lib/python3.9/site-packages/openapi_spec_validator/__init__.py)
Manually downgrading openapi-spec-validator to 0.4.0 works just fine. This error occurs on the line
fromtapipy.tapisimportTapis
The text was updated successfully, but these errors were encountered:
tapipy appears to have broken with the 0.5.0 release of
openapi-spec-validator
, which is a valid version from the pip requirements. The resulting error is:Manually downgrading
openapi-spec-validator
to 0.4.0 works just fine. This error occurs on the lineThe text was updated successfully, but these errors were encountered: