Pinned botocore / boto3 conflict

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
aws, python
Domain
build-system

Research direction

Start with requirements.txt lines 1-2 and reproduce the reported dependency installation error. Review the pinned botocore and boto3 versions, then verify that installing the requirements completes without a dependency conflict.

Written by the indexing model from the issue text.

Description

There is a conflict in the versions specified in requirements.txt

https://github.com/aws/codeartifact-origin-control-toolkit/blob/9a6c23e11e769ee285f39849e110af24aa281d15/requirements.txt#L1-L2

ERROR: Cannot install -r requirements.txt (line 1) and botocore==1.27.8 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested botocore==1.27.8
    boto3 1.24.30 depends on botocore<1.28.0 and >=1.27.30

As boto3 internally specifies a botocore version the problem appears to be resolved by commenting botocore.

Dominant language
Python
Stars
7
Forks
4
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.