-
Notifications
You must be signed in to change notification settings - Fork 3.7k
PyArrow ArrowMemoryError in 0.10 #2549
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
Comments
The pyarrow version is |
This means that your system does not have enough memory left to convert the Table to a Pandas DataFrame. |
@dmadeka if you get the error reproducibly in 0.10.0 but not 0.8.0 could you please open a JIRA issue |
@wesm sounds good. But I also updated a bunch of C++ libraries to install some new simd stuff. I need to backtrace that in my virtual image |
Or it could be a system thing - I need to deep dive it a bit to reproduce it meaningfully |
Hello, do you fixed the problem? i have the same problem. (pyarrow.lib.ArrowMemoryError) |
@Warfront if you can offer a reproducible example please open a JIRA issue |
@wesm the problem was that EC2 instance has not enought RAM memory.. i upgraded ram memory and Ready! (I forget that i was working on a EC2 instance and i saw the ram memory of my pc and I did not find any problem) Sorry for my english |
When I try to read a table and convert it to pandas, I get a strange error I haven't seen before:
The text was updated successfully, but these errors were encountered: