Search Criteria
Package Details: python-duckdb 1.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/duckdb.git (read-only, click to copy) |
---|---|
Package Base: | duckdb |
Description: | An in-process SQL OLAP database management system (Python API) |
Upstream URL: | https://duckdb.org |
Licenses: | MIT |
Conflicts: | python-duckdb-git |
Submitter: | grawlinson |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 11 |
Popularity: | 2.40 |
First Submitted: | 2021-10-30 06:37 (UTC) |
Last Updated: | 2025-04-14 22:15 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- python (python37AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libutf8proc (libutf8proc-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (make)
- python-pandas (make)
- python-pip (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (optional)
- python-pandas (optional)
Required by (3)
- harlequin
- marimo (optional)
- python-ibis (optional)
Latest Comments
1 2 Next › Last »
Dominiquini commented on 2025-04-29 17:31 (UTC) (edited on 2025-04-29 17:35 (UTC) by Dominiquini)
@gds506: Sorry. I meant to try this:
I think this program needs to be compiled inside a working git directory!
gds506 commented on 2025-04-29 15:21 (UTC)
Thanks @Dominiquini I changed the source and b2sums to:
But still get the setuptools_scm related error when compiling:
Dominiquini commented on 2025-04-25 21:00 (UTC)
@gds506 I was able to install downloading the PKGBUILD and change the source to point to the git repo with the correct tag!
gds506 commented on 2025-04-25 19:00 (UTC)
Has anyone been able to install the current version? If that's the case please share with us how you did it.
darose commented on 2025-03-14 00:47 (UTC)
Below issue is probably related to these messages I see when I build:
darose commented on 2025-03-14 00:38 (UTC)
FYI, I ran into some issues with this package. Although I was able to finally get it to build (by overriding the env variable mentioned below) it somehow built with a version number of "v0.0.1 0123456789". This prevented the app from being able to download extensions, as it was getting a 403 when it attempted to download from the extensions web site. I didn't know how to correct this, and wound up having to install the duckdb-bin package instead. I'd rather install this one though, as I need to install python-duckdb as well, and this package takes care of 2 birds with one stone. If you know how to fix this versioning issue, please advise.
darose commented on 2025-02-11 23:02 (UTC) (edited on 2025-02-11 23:05 (UTC) by darose)
I'm running into a build error:
Any idea what the issue might be?
reed1 commented on 2024-09-17 14:47 (UTC)
@seschwar, add
SETUPTOOLS_SCM_PRETEND_VERSION=1.1.0
below pkgver or pkgrel
seschwar commented on 2024-06-25 12:21 (UTC)
The package doesn't build:
Why does this PKGBUILD try to use GitHub tarballs when the software clearly tells you to not do so?
akhenakh commented on 2024-02-19 15:55 (UTC) (edited on 2024-02-19 16:42 (UTC) by akhenakh)
Same issue with 0.10.0, even after downgrading python-setuptools-scm
I made it compile using SETUPTOOLS_SCM_PRETEND_VERSION
full diff
1 2 Next › Last »