Error while build & install cheroot & CherryPy from sources #23
-
Hi, I'm trying to build & intall CherryPy 10.2.1 from sources . For doing that, I've already installed However, when i tried finally to build the cheroot and cherrypy modules I got the following error : "error in CherryPy setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers." "error in cheroot setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers." cheroot sources : cheroot-5.3.0.tar.gz I'll be glad for any help , |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
You need a later version of Setuptools that supports environment markers in requires directives. |
Beta Was this translation helpful? Give feedback.
-
@jaraco can we add minimum setuptools version to |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, no. |
Beta Was this translation helpful? Give feedback.
You need a later version of Setuptools that supports environment markers in requires directives.