-
|
How do I fix this Windows heap error that is getting returned? |
Beta Was this translation helpful? Give feedback.
Answered by
JHByte
May 27, 2025
Replies: 1 comment
-
|
Only PyCharm was showing the heap error. In other systems it just crashed Python, the issue was jpype. For some reason when running it one line at a time, it complains about jpype not being installed, but if you run tabula.read_pdf(pdf) a second time, it works correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JHByte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only PyCharm was showing the heap error. In other systems it just crashed Python, the issue was jpype.
I uninstalled tabula-py and reinstalled it without the jpype extra.
For some reason when running it one line at a time, it complains about jpype not being installed, but if you run tabula.read_pdf(pdf) a second time, it works correctly.