Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: ram@zedat.fu-berlin.de (Stefan Ram) Newsgroups: de.comp.lang.python Subject: Re: =?utf-8?q?=5BPython-de=5D_install_duckdb_unter_Python_3=2E14?= Date: 16 Sep 2025 23:05:13 GMT Organization: Stefan Ram Lines: 11 Expires: 1 Jun 2026 11:59:58 GMT Message-ID: References: <68ebc371-647b-4430-bf5f-c107ec616de8@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de S34VlMCmCBBUFRsURRol2wGcydos4Jxi0/PchEZS1rmEXY Cancel-Lock: sha1:MbKZWDOee7vhHzo9/gIWZVq3GNA= sha256:fxcmi90OGMp67vw2CcYmaSixIZvYLBdIv5fcybpIORQ= X-Copyright: (C) Copyright 2025 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. X-No-Archive: Yes Archive: no X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. X-No-Html: yes Content-Language: de Xref: csiph.com de.comp.lang.python:6305 ram@zedat.fu-berlin.de (Stefan Ram) schrieb oder zitierte: >The newest wheels, like duckdb-1.4.0-cp313-cp313-win_amd64.whl, were >apparently built for Python 3.13 and they probably won't go in under >Python 3.14. You might be able to get duckdb on there if you try to >install from a source distribution like "duckdb-1.4.0.tar.gz". The PyPI page of duckdb explains how to use "uv" to build a duckdb wheel for a specific version of Python. This may not work yet for 3.14, but might be worth a try!