@rappdw asked me to document this: dockerutils is incompatible with botocore<1.10.80 (they renamed a module in 1.10.80). This issue had previously surfaced when trying to use dockerutils from within our "phishing" virtual environment.
The issue appears fixed as long as we're downloading packages from our internal pypi. Specifically:
- phishing requires boto3==1.7.24
- boto3==1.7.24 requires botocore<1.11.0,>=1.10.24
- dockerutils doesn't work with botocore<1.10.80 (that's when they changed the module name)
Currently, the only compliant botocore version in our internal pypi is 1.10.84, so all new phishing installations from our internal pypi will be compatible with dockerutils.
@rappdw asked me to document this: dockerutils is incompatible with botocore<1.10.80 (they renamed a module in 1.10.80). This issue had previously surfaced when trying to use dockerutils from within our "phishing" virtual environment.
The issue appears fixed as long as we're downloading packages from our internal pypi. Specifically:
Currently, the only compliant botocore version in our internal pypi is 1.10.84, so all new phishing installations from our internal pypi will be compatible with dockerutils.