Search Criteria
Package Details: python-replicate-git 1.0.7+2.r288.20250826.d2956ff-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-replicate-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-replicate-git |
| Description: | A library to run machine learning models in the cloud from your own code, without having to set up any servers. |
| Upstream URL: | https://replicate.com/ |
| Licenses: | Apache |
| Conflicts: | python-replicate |
| Provides: | python-replicate |
| Submitter: | dreieck |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-04-09 09:50 (UTC) |
| Last Updated: | 2025-10-19 17:52 (UTC) |
Dependencies (16)
- python
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-pydantic
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-packaging (check)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-recordingAUR (check)
- python-responses (check)
- python-respx (check)
Latest Comments
dreieck commented on 2025-10-19 17:54 (UTC)
Ahoj @quest,
Thanks for noting.
Did you got real issues while using this package without those dependencies installed, or whas this just a report from
namcap? (Are the-pytest--packages really needed in runtime? Ispython-respxreally needed, or only used when present?)For me it seems that they were just missing in the
checkdepends()array, but not for runtime.I unset it in the
PKGBUILDnow.Regards!
quest commented on 2025-09-19 06:00 (UTC) (edited on 2025-09-19 06:00 (UTC) by quest)
This is missing some dependencies.
Also would be nice to have a comment that you should unset REPLICATE_API_KEY before installing this package. =)