Error with setuptools-34.3.3
stuartz-VernonCo opened this issue · 1 comments
stuartz-VernonCo commented
Alpine 3.4
setuptools-34.3.3 causes an error with
File "/nginx-amplify-agent/amplify/packaging/requirements.py", line 59, in
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: call() takes exactly 2 arguments (1 given)
doesn't happen with setuptools-33.1.1
http://stackoverflow.com/a/42035091/1516104
OR setting File "/nginx-amplify-agent/amplify/packaging/requirements.py", line 59 as
MARKER_EXPR = originalTextFor(MARKER_EXPR(""))("marker")
allows for successful completion
nkashiv commented
@stuartz-VernonCo If you are still facing this problem, please create an issue in the NGINX Amplify Agent repo