Should I take care of "could not determine Graal.Python's *** path"? #535
Replies: 2 comments
-
It's definitely a problem, but you shouldn't set the paths manually, GraalPy should be able to find them. How do you execute GraalPy and how did you create the virtualenv? And what GraalPy version is this? |
Beta Was this translation helpful? Give feedback.
-
Thanks. Good to know. I already thought that graalpy should be able to figure out the paths.
And I execute the Java project with graalvm-ce-23.0.2. I setup the engine and the context manually in my project. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I enable verbose logging, I see the following lines:
I wonder If I should worry about and set the paths explicitly? And which paths are those?
Beta Was this translation helpful? Give feedback.
All reactions