WillAyd commented on issue #1080: URL: https://github.com/apache/arrow-adbc/issues/1080#issuecomment-1726782796
Hmm are there actually wheels there? Might be looking in the wrong place but only see source distributions. Getting an error on pip install ```sh $ pip install -i https://repo.fury.io/arrow-adbc-nightlies/ adbc_driver_postgresql --no-build-isolation Looking in indexes: https://repo.fury.io/arrow-adbc-nightlies/ Collecting adbc_driver_postgresql Downloading https://repo.fury.io/arrow-adbc-nightlies/-/ver_1IJtuO/adbc_driver_postgresql-0.0.0%2Bg9f3c283.tar.gz (10 kB) Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [13 lines of output] Traceback (most recent call last): File "/home/willayd/mambaforge/envs/pandas-dev/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> main() File "/home/willayd/mambaforge/envs/pandas-dev/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/home/willayd/mambaforge/envs/pandas-dev/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 149, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "/home/willayd/mambaforge/envs/pandas-dev/lib/python3.10/site-packages/setuptools/build_meta.py", line 380, in prepare_metadata_for_build_wheel self.run_setup() File "/home/willayd/mambaforge/envs/pandas-dev/lib/python3.10/site-packages/setuptools/build_meta.py", line 338, in run_setup exec(code, locals()) File "<string>", line 43, in <module> ValueError: Must provide ADBC_POSTGRESQL_LIBRARY [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
