amoeba commented on issue #4578:
URL: https://github.com/apache/arrow-adbc/issues/4578#issuecomment-5062478663

   The various manylinux nightly libraries look like they're present (versioned 
as `1.12.0.dev0`): 
https://gemfury.com/arrow-adbc-nightlies/python:adbc-driver-manager/versions. 
gemfury's UI makes this take extra clicks. So I think the nightly packaging job 
is working and nightlies are available.
   
   However I think there is an issue but I'm not sure what caused it. When I 
try to install a nightly on an aarch64 Linux vm, I get an error about a 
metadata mismatch on the 1.12.0 wheels:
   
   ```
   (venv) bryce@ubuntu:~$ pip install       --pre       --extra-index-url 
https://repo.fury.io/arrow-adbc-nightlies       adbc-driver-manager
   Looking in indexes: https://pypi.org/simple, 
https://repo.fury.io/arrow-adbc-nightlies
   Collecting adbc-driver-manager
     Downloading 
https://repo.fury.io/arrow-adbc-nightlies/-/ver_2dItbi/adbc-driver-manager-1.12.0.tar.gz
 (217 kB)
     Installing build dependencies ... done
     Getting requirements to build wheel ... done
     Preparing metadata (pyproject.toml) ... done
   Discarding 
https://repo.fury.io/arrow-adbc-nightlies/-/ver_2dItbi/adbc-driver-manager-1.12.0.tar.gz#sha256=35656e729fdb1e310ff3be242cc974450922c0a417ceb8da3eff375e8e217ef3
 (from https://repo.fury.io/arrow-adbc-nightlies/adbc-driver-manager/) 
(requires-python:>=3.10): Requested adbc-driver-manager from 
https://repo.fury.io/arrow-adbc-nightlies/-/ver_2dItbi/adbc-driver-manager-1.12.0.tar.gz#sha256=35656e729fdb1e310ff3be242cc974450922c0a417ceb8da3eff375e8e217ef3
 has inconsistent version: expected '1.12.0', but metadata has '1.12.0.dev0'
     Downloading 
https://repo.fury.io/arrow-adbc-nightlies/-/ver_1iETn3/adbc_driver_manager-1.12.0.dev0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
 (4.7 MB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 13.7 MB/s eta 
0:00:00
   Collecting typing-extensions (from adbc-driver-manager)
     Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB)
   Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB)
   Installing collected packages: typing-extensions, adbc-driver-manager
   Successfully installed adbc-driver-manager-1.12.0.dev0 
typing-extensions-4.16.0
   ```
   
   That might be worth looking into.
   
   Separately, the [release published 
yesterday](https://github.com/apache/arrow-adbc/releases/tag/apache-arrow-adbc-24-rc1)
 is just an RC but it does include what looks like the right set of manylinux 
wheels as release artifacts. If you see any issues with any of those release 
assets let us know. You can also help verify the release on the mailing list: 
https://lists.apache.org/thread/zo2lty7b25lk1jq9z1mro6og0w28y9sf.
   


-- 
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]

Reply via email to