Skip to content

Commit

Permalink
pyrsistent install fails on py2.7
Browse files Browse the repository at this point in the history
The python2.7 installation of pyresistent (a jsonschema dependency)
fails with the following error message:

"pyrsistent requires Python '>=3.5' but the running Python is 2.7.15"

Pyrsistent reportedly dropped python2.7 support [1]. Py2.7 installs
of jsonschema must pin the latest pyresistent version with python2.7
support (pyrsistent-0.16.1) to avoid an installation error.

[1] tobgu/pyrsistent#208
  • Loading branch information
crungehottman committed Feb 1, 2021
1 parent ee15610 commit 0bac363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
@@ -1,3 +1,4 @@
pytest
pyrsistent==0.16.1
jsonschema
PyYAML

0 comments on commit 0bac363

Please sign in to comment.