-
Is tabula-py compatible with Python 3.12? I haven't been able to install it using pip on Windows 11. I followed multiple leads across the web. Please let me know if I'm missing something obvious or if I just need to wait for a minor update. I have the following installed:
I have Visual Studio Build Tools 2022 - 17.7.6 with "Desktop development with C++" and Visual Studio Community 2022 - 17.6.7 with "Python development", "Node.js development", "Desktop development with C++", and "Linux and embedded development with C++ The error while installing tabula-py is the following:
This may be related to similar issues installing packages with Python 3.12, or something else with compiling in C++:
Any suggestions to work the issue or requests for additional information are welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for reporting. It looks like jpype doesn't support 3.12 yet. I believe once jpype supports 3.12, it will be fixed. |
Beta Was this translation helpful? Give feedback.
-
I released v2.9.0rc0 to avoid jpype installation error on Python 3.12. https://pypi.org/project/tabula-py/2.9.0rc0/ Please try it and give me any feedback 😄 |
Beta Was this translation helpful? Give feedback.
I released v2.9.0rc0 to avoid jpype installation error on Python 3.12. https://pypi.org/project/tabula-py/2.9.0rc0/ Please try it and give me any feedback 😄