You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/02 05:22:56 UTC

[GitHub] [arrow] edponce commented on issue #10564: Failed to install pyarrow module by using 'pip3.7 install pyarrow' in a docker container

edponce commented on issue #10564:
URL: https://github.com/apache/arrow/issues/10564#issuecomment-872724315


   The current default version in [PyPI of PyArrow is 4.0.1 for all available bdist wheels](https://pydigger.com/pypi/pyarrow) including for system environment corresponding to `cp37-cp37m-manylinux2014_x86_64`. The only way to download version 3.0.0 is if you specify it explicitly as such `pip install pyarrow==3.0.0`. Make sure that the Dockerfile is not pinning the PyArrow version if that is not desired.


-- 
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-unsubscribe@arrow.apache.org

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