edponce edited a comment on issue #10564: URL: https://github.com/apache/arrow/issues/10564#issuecomment-872724315
@wangmingzhiJohn 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
