Search Criteria
Package Details: duckdb 1.1.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 |
Upstream URL: | https://duckdb.org |
Licenses: | MIT |
Conflicts: | duckdb-git |
Submitter: | grawlinson |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 5 |
Popularity: | 0.009533 |
First Submitted: | 2021-10-30 06:37 (UTC) |
Last Updated: | 2024-11-02 14:45 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libutf8proc (libutf8proc-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (make)
- python-pandas (make)
- python-pip (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
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:fourier commented on 2023-11-27 00:16 (UTC)
Apart from that it is failing
fourier commented on 2023-11-26 23:42 (UTC)
This has an extremely long compilation process, isn't it possible to provide a binary? Thanks