Skip to content

pip install -e .[dev] installs tons of versions of awscli #560

Description

@dfilan

Bug description

When installing dependencies in master, seemingly every version of awscli is being installed. See here for illustration.

Steps to reproduce

Run the following:

git clone git@github.com:HumanCompatibleAI/imitation.git
cd imitation/
virtualenv venv
. venv/bin/activate
pip install -e .[dev]

Environment

  • Operating system and version: Ubuntu 22.04.1 LTS
  • Python version: 3.8.13 and 3.10.5 (tried both)
  • Output of pip freeze --all: pip==22.2.2 setuptools==65.0.2 wheel==0.37.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions