matthewfeickert commented on issue #40216:
URL: https://github.com/apache/arrow/issues/40216#issuecomment-2325558620

   I haven't looked at this closely and will be offline tomorrow for travel but 
while there are files (`v18.0.0.dev236`) on the index 
(https://anaconda.org/scientific-python-nightly-wheels/pyarrow/files), their 
metadata isn't getting properly picked up:
   
   ```console
   $ docker run --rm -ti python:3.12 /bin/bash
   root@2131275711b3:/# python -m venv venv && . venv/bin/activate
   (venv) root@2131275711b3:/# python -m pip index --pre --index-url 
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple versions 
pyarrow
   WARNING: pip index is currently an experimental command. It may be 
removed/changed in a future release without prior warning.
   ERROR: No matching distribution found for pyarrow
   (venv) root@2131275711b3:/# python -m pip install --pre --upgrade 
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple 
pyarrow
   Looking in indexes: 
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
   ERROR: Could not find a version that satisfies the requirement pyarrow (from 
versions: none)
   ERROR: No matching distribution found for pyarrow
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to