Skip to content

Backport a fix for older versions of Python

Compare
Choose a tag to compare
@mdmintz mdmintz released this 30 Sep 23:44
· 4953 commits to master since this release
5422bc0

Backport a fix for older versions of Python

  • pathlib2>=2.3.5;python_version<"3.5"

This will fix the following issue on systems running an older version of Python:
error: pathlib2 2.3.2 is installed but pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32" is required by set(['virtualenv'])