Skip to content

Dependency Problem: pyrsistent dropped python 2 support #747

Closed
@ipichris

Description

@ipichris

in setup.cfg the dependency is defined as:
pyrsistent >= 0.14.0

Using Python 2.7 i can no longer install jsonschema:
ERROR: pyrsistent requires Python '>=3.5' but the running Python is 2.7.2

Suggested Fix:
pyrisistent >=0.14.0,<0.17

Workaround:
Install pyrsistent in version 0.16.x before installing jsonschema or any project that uses jsonschema (like i.e. flask-restx)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions