Installing oci-cli on RHEL 7 failing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
When trying to install oci-cli using offline method, the installation is failing with below error:
Url 'cli-deps/python36' is ignored. It is either a non-existing path or lacks specific scheme.
Could not find a version that satisfies the requirement oci_cli (from versions: )
No matching distribution found for oci_cli
We already have python36 installed. Below is the full command used to install :
bash install.sh --offline-install
There is no internet connectivity from the machine trying to install, hence performing an offline install.
Kindly help on this urgently.
Thanks,
Umesh
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
Read install.sh and start with the --offline-install path on RHEL 7 with Python 3.6, focusing on how cli-deps/python36 is interpreted. Done means the offline command completes without internet access and installs oci_cli without the reported requirement errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100