Skip to content

Botocore requirements #43

Description

@zmabzug

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions