Skip to content
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

Kernel crashes when using fastparquet #9368

Closed
DonJayamanne opened this issue Mar 15, 2022 · 0 comments
Closed

Kernel crashes when using fastparquet #9368

DonJayamanne opened this issue Mar 15, 2022 · 0 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Mar 15, 2022

Running the following code is known to have caused kernels to crash:
dataframe.to_parquet()

Using pyarrow instead of fastparquet seems to have resolved this issue.

On a side note, when kernels crash, its most likely a package hasn't been installed correctly, hence re-installing the package would resolve the issue. Its also possible other dependent packages could cause the package to fall over, in such cases, its best to start out with a new environment.
Finally, when using Conda environments, please avoid using pip to install packages.

Originally filed here #9347 (comment)

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug kernel-crash labels Mar 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

1 participant