Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upst2client could not be installed when setuptools>=50.0.0 #5036
Comments
|
@LeoQuote Thanks for the report! However having st2client working in that environment would be just a matter of time requirement. |
|
I'll pick this up early next week. |
SUMMARY
Provide a quick summary of your bug report.
STACKSTORM VERSION
not relevant
OS, environment, install method
not relevant
Steps to reproduce the problem
docker run --rm -it --entrypoint=sh python:3.7pip install setuptools>=50.0.0pip install st2client==3.2.0however, when setuptools<50.0.0 was installed, st2client can be installed.
Expected Results
exceted st2client can be installed.
Actual Results
error occurs when installing