gbarrospfrmwk opened a new issue, #38749: URL: https://github.com/apache/arrow/issues/38749
### Describe the usage question you have. Please include as many useful details as possible. **Issue:** After updating pyarrow from v12.0.1 to v14.0.1 the import error is thrown when I try to use the geopandas `read_parquet` function **Error** `ImportError: Missing optional dependency 'pyarrow.parquet'. pyarrow is required for Parquet support. "` **Env:** AWS Python Lambda 3.10 This error occurs only in the AWS Lambda environment, locally the project runs fine, and I already updated every possible library, checking the version with `poetry show -o ` **pyproject.toml** ``` [tool.poetry.dependencies] python = "^3.10" boto3 = "^1.29.1" geopandas = "^0.14.1" pyarrow = "^14.0.1" psycopg2-binary = "^2.9.9" sqlalchemy = "^2.0.23" requests = "^2.31.0" tox = "^4.11.3" tenacity = "^8.2.3" memoization = "^0.4.0" pydantic = "^2.5.1" urllib3 = "1.26.18" certifi = "2023.7.22" tomlkit = "^0.12.3" virtualenv = "^20.24.6" pandas = "^2.1.3" ``` ### Component(s) Parquet, Python -- 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]
