It appears that a fresh install of python and dependencies for the api is giving a jsonschema that errors.
Error message:
"
...
File "/home/sb/anaconda3/envs/Boost/lib/python3.8/site-packages/connexion/json_schema.py", line 65, in validate_type
yield ValidationError(_utils.types_msg(instance, types))
AttributeError: module 'jsonschema._utils' has no attribute 'types_msg'
"
See "solution" here: python-jsonschema/jsonschema@00031cb
It appears that a fresh install of python and dependencies for the api is giving a jsonschema that errors.
Error message:
"
...
File "/home/sb/anaconda3/envs/Boost/lib/python3.8/site-packages/connexion/json_schema.py", line 65, in validate_type
yield ValidationError(_utils.types_msg(instance, types))
AttributeError: module 'jsonschema._utils' has no attribute 'types_msg'
"
See "solution" here: python-jsonschema/jsonschema@00031cb