Compatibility Notes¶
Useful notes about errors users may encounter when features cannot be supported on older versions of setuptools / pip / wheel.
setuptools¶
evaluate_marker¶
evaluate_markers may run into issues with the ‘>’, ‘>=’, ‘<’, and ‘<=’ operators if the installed version of setuptools is less than 17.1. Projects using these operators with markers should specify a minimum version of 17.1 for setuptools.