Search Criteria
Package Details: oci-cli 3.50.0-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.003139 |
First Submitted: | 2018-07-01 18:08 (UTC) |
Last Updated: | 2024-11-05 22:36 (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
1 2 Next › Last »
meanjollies commented on 2024-08-07 22:35 (UTC)
@MarsSeed Done - thanks! I suspect this will go away soon with the expectation that Oracle will replace it with the new oracledb module in a later release.
MarsSeed commented on 2024-08-07 19:08 (UTC)
@meanjollies, I'd like to ask you to please change the optdepend
python-cx_oracle
to python-cx-oracle.As the former package is long abandoned and fails to build in a clean chroot environment, whereas the latter is still maintained and builds fine.
hajime commented on 2024-05-13 07:33 (UTC) (edited on 2024-05-13 07:33 (UTC) by hajime)
thank you for supporting.
finaly I could follow what you are writing.
same to python-terminaltables.
then it's working now. thank you.
meanjollies commented on 2024-05-09 22:02 (UTC) (edited on 2024-05-09 22:02 (UTC) by meanjollies)
I'm not sure what your
aur
command is doing or where it comes from (possibly a helper?), but you need to make sure that the source it's building from is not cached. Clean up any cached build files first. You should be performing a clean build.hajime commented on 2024-05-09 10:27 (UTC)
I've tryed to done that "Rebuild and install any python 3.11 packages" but when i install package again, that package gose to
/urs/lib/python3.11
.Did i miss understand about "Rebuild and install".
could you give me some example command?
this is what I tryed
meanjollies commented on 2024-05-09 09:42 (UTC)
The other solution is my previous post. Rebuild and install any Python 3.11 packages.
hajime commented on 2024-05-09 09:39 (UTC)
I had same issue.
both of them installed to
/usr/lib/python3.11
. but my python version is 3.12.so ended up with this commands works.
I know it's not good. but I could not find other solution.
meanjollies commented on 2024-04-28 17:26 (UTC)
oci-cli appears to work fine with python 3.12. You likely need to rebuild all your python3-based packages from the AUR, including python-oci and oci-cli. Run
pacman -Qoq /usr/lib/python3.11
. Rebuild and reinstall each package output from that list.jthvai commented on 2024-04-28 03:57 (UTC) (edited on 2024-04-28 04:01 (UTC) by jthvai)
Edit: oci-cli does not support python 3.12, which is what the
python
package is now.A solution may be to explicitly depend on
python311
, but I'm not sure whether it would play nice with all the rebuilt libraries.After the python upgrade to 3.12 and many python libraries (239 on my system) being rebuit today, oci now fails with the stack trace below. Might this be an upstream issue?
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.
1 2 Next › Last »