Search Criteria
Package Details: oci-cli 3.50.3-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-2.0 OR UPL-1.0 |
Submitter: | meanjollies |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 7 |
Popularity: | 0.001635 |
First Submitted: | 2018-07-01 18:08 (UTC) |
Last Updated: | 2024-12-11 19:02 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-arrow
- python-certifi
- python-click
- python-cryptography
- python-dateutil
- python-idna
- python-jmespath
- python-ociAUR
- python-prompt_toolkit
- python-pyopenssl
- python-pytz
- python-retrying
- python-six
- python-terminaltablesAUR (python-terminaltables-gitAUR)
- python-wcwidth
- python-yaml (python-yaml-gitAUR)
- python-setuptools (make)
- python-cx-oracleAUR (optional) – Used by the database service
Latest Comments
« First ‹ Previous 1 2
meanjollies commented on 2024-03-19 13:52 (UTC)
Are you using an AUR helper that could be mangling the PKGBUILD? If not, you must have modified the PKGBUILD unintentionally. I cannot reproduce this, and can confirm that there are no colons, slashes, or hyphens in pkgver.
laasonen commented on 2024-03-19 12:34 (UTC)
I'm getting this error:
meanjollies commented on 2023-02-16 17:40 (UTC)
@Omar007 This should be good now. Oracle re-released 3.23.0 that included changes.
Omar007 commented on 2023-02-16 17:11 (UTC) (edited on 2023-02-16 17:13 (UTC) by Omar007)
I'm getting a checksum mismatch with PKGBUILD at commit 87d381bc16ab (latest as of writing). The sha256sum for
oci-cli-3.23.0.tar.gz
on my end is4786d4b0df43a22ff5224664477d2a3c4e8e04bc3815f48ff976cc8eb943794b
. Can anyone confirm this mismatch?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 !
« First ‹ Previous 1 2