Search Criteria
Package Details: python-duckdb 1.2.1-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: | 8 |
Popularity: | 1.52 |
First Submitted: | 2021-10-30 06:37 (UTC) |
Last Updated: | 2025-03-13 22:11 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- python (python37AUR, python311AUR, python310AUR)
- cmake (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 »
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
nixit commented on 2024-02-11 04:24 (UTC)
@fourier, after downgrading like you suggest, I get this error when trying to install python-duckdb
any suggestions?
fourier commented on 2023-12-21 02:03 (UTC)
As explained here, the problem is with
setuptools_scm
version 8. Downgrading to version 7.1.0.4 withsolves the problem
fourier commented on 2023-12-21 00:29 (UTC)
@skogsmaskin I reinstalled
python-setuptools-scm
and I'm still getting the same error...skogsmaskin commented on 2023-12-17 10:56 (UTC) (edited on 2023-12-17 11:54 (UTC) by skogsmaskin)
I removed (reinstalled)
python-setuptools-scm
before upgrading this package to get rid of the error mentioned by @fourier:1 2 Next › Last »