Akhil-77 opened a new issue, #43126: URL: https://github.com/apache/arrow/issues/43126
### Describe the usage question you have. Please include as many useful details as possible. I am trying to load datasets library from Hugging Face but it gives me this error. > ImportError: The pyarrow installation is not built with support for the Parquet file format (DLL load failed while importing _parquet: The specified procedure could not be found.) so I tried the following, ``` import pyarrow.parquet as pq ``` Which gave me the same error. My pip is up to date and PyArrow is also up to date so why am I facing this issue. Can anyone help me with this?? ### Component(s) Parquet -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org