-
-
Notifications
You must be signed in to change notification settings - Fork 595
Closed
Description
From what I was able to understand jsonschema 3.2.0 is using a lib called pyrsistent that uses Python 3 synthax, which makes jsonschema not able to work in python 2.7.
Traceback (most recent call last):
File "schema_validator.py", line 3, in <module>
import jsonschema
File "/.../Python/2.7/lib/python/site-packages/jsonschema/__init__.py", line 21, in <module>
from jsonschema._types import TypeChecker
File "/.../Python/2.7/lib/python/site-packages/jsonschema/_types.py", line 3, in <module>
from pyrsistent import pmap
File "/.../Python/2.7/lib/python/site-packages/pyrsistent/__init__.py", line 3, in <module>
from pyrsistent._pmap import pmap, m, PMap
File "/.../Python/2.7/lib/python/site-packages/pyrsistent/_pmap.py", line 98
) from e
Metadata
Metadata
Assignees
Labels
No labels