Date: Sun, 05 Feb 2023 20:03:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269348] databse/duckdb Duckdb fails on import Message-ID: <bug-269348-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269348 Bug ID: 269348 Summary: databse/duckdb Duckdb fails on import Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: Huskers2012@outlook.com Import duckdb fails with the following error pyarrow._dataset not being available. pyarrow has been installed using pip and is available. Python 3.9.16 (main, Dec 18 2022, 01:15:32) Type 'copyright', 'credits' or 'license' for more information IPython 8.5.0 -- An enhanced Interactive Python. Type '?' for help. -> In [1]: import duckdb ImportError Traceback (most recent call last) Cell In [1], line 1 ----> 1 import duckdb ImportError: Invalid Input Error: Required module 'pyarrow.dataset' failed = to import --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269348-7788>