AppScale / appscale-tools

A set of command-line tools that can be used to interact with AppScale.
Other
51 stars 49 forks source link

Ensure an adequate setuptools version is installed #611

Closed cdonati closed 7 years ago

cdonati commented 7 years ago

The msrestazure source distribution requires at least setuptools 8 to be installed.

cdonati commented 7 years ago

https://ocd.appscale.com:8080/job/Daily%20Build/3073/

cdonati commented 7 years ago

@jeanleonov https://github.com/AppScale/appscale/blob/master/AppTaskQueue/appscale/__init__.py#L1 is one example. Last time I tried it, that was causing some serious breakage with setuptools 34 (pip wasn't even working). It may have been fixed with a newer setuptools.