[Bug 269348] databse/duckdb Duckdb fails on import

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Feb 2023 20:03:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269348

            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

-- 
You are receiving this mail because:
You are the assignee for the bug.