[
https://issues.apache.org/jira/browse/ARROW-9745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17270118#comment-17270118
]
Maximilian Speicher commented on ARROW-9745:
--------------------------------------------
For me the same error persists even after doing a clean reinstall of Python and
recreating the venv. It somehow seems to be related to snappy compression, as
it works fine when using gzip as the compression.
> [Python] Reading Parquet file crashes on windows - python3.8
> ------------------------------------------------------------
>
> Key: ARROW-9745
> URL: https://issues.apache.org/jira/browse/ARROW-9745
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 1.0.0
> Environment: Installation done with pip:
> pip install pyarrow pandas
> for python3.8 on a windows machine running windows 10 Enterprise (v1809). The
> resulting wheel is:
> pyarrow-1.0.0-cp38-cp38-win_amd64.whl
> Reporter: Dylan Modesitt
> Priority: Major
> Labels: parquet
>
> {code:java}
> import pandas
> import numpy
> df = pd.DataFrame(np.random.randint(0, 100, size=(100, 4)),
> columns=list("1234"))
> df.to_parquet("the.parquet")
> pd.read_parquet("the.parquet") # fails here
> {code}
> fails with
> {code:java}
> Process finished with exit code -1073741795 (0xC000001D)
> {code}
> {code:java}
> pyarrow.parquet.read_pandas(pyarrow.BufferReader(...)).to_pandas()
> {code}
> also fails with the same exit message. Has this been seen before? Is there a
> known solution? I experienced the same issue installing the pyarrow nightlies
> as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)