-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python] Issue to install pyarrow and pandas together in a conda environment #41067
Comments
Can you show the output of This is probably a conda packaging issue. |
Hi. I believe the issue is related to new release of snappy 1.2.0 File "/homes/.../.conda/envs/.../lib/python3.10/site-packages/pyarrow/init.py", line 65, in |
If that was the issue, that should be solved now when recreating a fresh environment, see #41058 But, that issue should only have occurred since yesterday, and not for a "few days" (and it's also not a segmentation fault) |
Hi, |
The issue has been resolved, see #41058 |
Describe the bug, including details regarding any error messages, version, and platform.
Hi,
since a few days when I create a conda environment with pyarrow and pandas, I get a segmentation fault when loading pandas.
To replicate:
conda create -n test python pyarrow pandas
conda activate test
python
import pandas
This leads to a segmentation fault.
Component(s)
Python
The text was updated successfully, but these errors were encountered: