Search Criteria
Package Details: oci-cli 3.22.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oci-cli.git (read-only, click to copy) |
---|---|
Package Base: | oci-cli |
Description: | Command line interface for Oracle Cloud Infrastructure |
Upstream URL: | https://github.com/oracle/oci-cli |
Licenses: | Apache |
Submitter: | meanjollies |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 5 |
Popularity: | 0.025300 |
First Submitted: | 2018-07-01 18:08 (UTC) |
Last Updated: | 2023-01-19 23:16 (UTC) |
Dependencies (19)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- python-arrow
- python-certifi (python-certifi-system-store)
- python-click
- python-cryptography
- python-dateutil
- python-idna
- python-jmespath
- python-oci
- python-prompt_toolkit
- python-pyopenssl
- python-pytz
- python-retrying
- python-six
- python-terminaltables (python-terminaltables-git)
- python-wcwidth
- python-yaml (python-yaml-git)
- python-setuptools (make)
- python-cx_oracle (optional) – Used by the database service
Latest Comments
meanjollies commented on 2021-12-30 20:06 (UTC)
The python-click 8.x issue should be resolved for now, thanks to this proposed workaround.
meanjollies commented on 2021-10-17 18:22 (UTC)
Pinning python-click to < 8 will not solve this, as [community] does not contain any 7.x releases. This is solely on Oracle to properly support python-click 8.x, which has been out for a year now. A PKGBUILD for a 7.x release can be found here. The concern with using this is that there are many other packages that depend on python-click that may be expecting at least one feature introduced in the 8.x release. It's a messy situation, and I'm not entirely sure how to resolve this, so I would be open to ideas.
jpetazzo commented on 2021-10-17 13:21 (UTC)
The dependency on Click should be pinned; the upstream setup.py file pins it to 7.1.2, but the latest version is 8.X, which is incompatible with the OCI CLI code.
This causes errors like the following:
ERROR: Profile '<DEFAULT>' not found in config file /home/.../.oci/config
See https://github.com/oracle/oci-cli/issues/440 for details.
Thank you!
Cirelli94 commented on 2021-01-02 17:42 (UTC)
Thanks. I rebooted, reinstalled and the dependency problem it's solved.
meanjollies commented on 2020-12-31 16:06 (UTC) (edited on 2020-12-31 16:07 (UTC) by meanjollies)
@Cirelli94, you need to have the
python-oci
package installed as a dependency.Cirelli94 commented on 2020-12-31 15:02 (UTC)
Hi! Is someone having a problem like:
Thanks to the mantainer @meanjollies !