Conversation
Member
|
@waghanza thx |
Collaborator
Author
|
@taoufik07 The full stack trace is Traceback (most recent call last):
File "/usr/src/app/server.py", line 6, in <module>
import responder
File "/usr/local/lib/python3.9/site-packages/responder/__init__.py", line 1, in <module>
from .core import *
File "/usr/local/lib/python3.9/site-packages/responder/core.py", line 1, in <module>
from .api import API
File "/usr/local/lib/python3.9/site-packages/responder/api.py", line 25, in <module>
from .ext.schema import Schema as OpenAPISchema
File "/usr/local/lib/python3.9/site-packages/responder/ext/schema/__init__.py", line 4, in <module>
import apistar
File "/usr/local/lib/python3.9/site-packages/apistar/__init__.py", line 11, in <module>
from apistar.core import docs, validate
File "/usr/local/lib/python3.9/site-packages/apistar/core.py", line 7, in <module>
from apistar.schemas.autodetermine import AUTO_DETERMINE
File "/usr/local/lib/python3.9/site-packages/apistar/schemas/__init__.py", line 1, in <module>
from apistar.schemas.openapi import OpenAPI
File "/usr/local/lib/python3.9/site-packages/apistar/schemas/openapi.py", line 6, in <module>
from apistar.schemas.jsonschema import JSON_SCHEMA
File "/usr/local/lib/python3.9/site-packages/apistar/schemas/jsonschema.py", line 3, in <module>
definitions = typesystem.SchemaDefinitions()
AttributeError: module 'typesystem' has no attribute 'SchemaDefinitions'This seems related to |
|
@waghanza Seems like |
|
@waghanza This will fix it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/cc @dominikzogg