Pinned botocore / boto3 conflict
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
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100