Error to install the latest version 3.79.0
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Hello, I had a problem installing the latest version of oci-cli and looking at the requirements.txt file I noticed that it requires urllib3==1.26.20; python_version < '3.10'
Looking at the project, the latest version of urllib3 is 2.6.3 and the previous version is 2.6.2.
https://pypi.org/project/urllib3/#history
The error was exactly in the lib file urllib3==1.26.20.
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.
Research direction
Start with requirements.txt and the reported urllib3==1.26.20 constraint, then reproduce the installation failure for the affected Python version. Check the compatible urllib3 range and update the dependency declaration if appropriate; verify installation succeeds across the supported Python versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100