JamesTev commented on issue #33950:
URL: https://github.com/apache/arrow/issues/33950#issuecomment-1410627456

   @jorisvandenbossche thanks very much for your quick response.
   
   Strangely enough, it doesn't seem to pick up that pre-compiled wheel. When I 
run `pip install pyarrow --only-binary :all:` it returns 
   ```zsh
   ERROR: Could not find a version that satisfies the requirement pyarrow (from 
versions: none)
   ERROR: No matching distribution found for pyarrow
   ```
   I also tried 
   ```zsh
   pip install 
https://files.pythonhosted.org/packages/51/6b/218aa314c8ee3776cf1c91d338c5dfc2f940f233925a2e518419f66f9783/pyarrow-11.0.0-cp311-cp311-macosx_11_0_arm64.whl
   ```
   but got the error
   ```zsh
   ERROR: pyarrow-11.0.0-cp38-cp38-macosx_11_0_arm64.whl is not a supported 
wheel on this platform.
   ```
   
   Also, yes, I had `apache-arrow` installed on my system through brew. I 
looked to update it now but it seems `10.0.1` is the latest stable version 
listed [there](https://formulae.brew.sh/formula/apache-arrow).  Any further 
ideas? Not sure if I'm doing something silly.


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