Closed ahmednrana closed 4 months ago
Hi @ahmednrana, you need to download the jvm standalone version. For windows that is graalpy-jvm-24.0.1-windows-amd64.zip
from the release page
Thanks. This ran the script. I have another question. Does pycharm / vscode works in autocompletion? Is there a way to use a debugger with it using these IDEs
Yes, in PyCharm when you set up the project, you can select creating a new virtualenv and use the bin/python
binary in the graalpy directory as the base interpreter. Then everything should just work, including the debugger. Although some things can be quite slow, especially the initial indexing. I believe vscode should work too, but I haven't tried it recently.
I was unable to use it with pycharm. Debugger or the autocomplete when it invovolves java. Thanks
I am trying out python but whenever I try to access Java from it. It throws error.
It gives the following error
I am using Pycharm.