-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
My "actual" problem:
~$ pip3 install duckdb==0.2.4
ERROR: Could not find a version that satisfies the requirement duckdb==0.2.4
ERROR: No matching distribution found for duckdb==0.2.4
I'm on an Apple Silicon Mac (pip 21.0.1, python 3.9.1), so would need a macosx_..._arm64
wheel. Unfortunately, I don't think pypi supports these, so I'm forced to install ~all python packages from source. The most recent duckdb version I'm able to install in this way is 0.2.2, which installs successfully.
Many projects offer install-from-source options in addition to wheels (see numpy for instance). It appears duckdb doesn't offer this for 0.2.4. Is this an accidental oversight? Or is there a good reason to not offer this installation option?
frankier
Metadata
Metadata
Assignees
Labels
No labels