Python SetupTools Error

I seem to be experiencing this error: https://github.com/Shippable/support/issues/3316

It seems like setuptools version 34.0.1 or 34.0.2 is toxic to pip working properly, so I cannot install, e.g., awsebcli. I’m working through various workarounds now, but it seems like an issue that just sprouted yesterday.

Anyone have any thoughts?

Looks like it’s 34.0.2 that is toxic. I was able to work around the issue by using:

machine:
    pre:
        - sudo pip install setuptools==34.0.1
        - sudo pip install awsebcli
1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.