Bug 269348 - databases/duckdb: fails on import
Summary: databases/duckdb: fails on import
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-05 20:03 UTC by Huskers
Modified: 2024-04-07 05:39 UTC (History)
3 users (show)

See Also:
fernape: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Huskers 2023-02-05 20:03:48 UTC
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
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2023-03-27 00:09:15 UTC
(In reply to Huskers from comment #0)

Hi Huskers,

Does 'import duckdb' succeed when no pyarrow is installed?

Yuri