Can some please tell us what’s the python version equivalent of python3.7-slim-buster as used in docker.
Getting a pyarrow build error.
Error:
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly
As we do pip install requirements_all_ds.txt we are getting the following error. As going through blogs and forums, we came to a conclusion to use python3.7.12 and pip==20.2.4, but still pyarrow is not building. So that’s the reason I asked the version of python. Or if you can suggest any other solution or alternative.
Error:
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly
as were we are using certain data source types, so we are installing additional dependencies from requirements_all_ds.txt and as we do pip install -r requirements_all_ds.txt it throws the pyarrow failed to build error. pls suggest. thanks