oracle / oracle/oci-cli

Error to install the latest version 3.79.0

Open
#1,069 1 comment 0 reactions 0 assignees View on GitHub

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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.