-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Labels
Description
With the new release 1.6.0 which was published today on PyPI we are getting this error
File /local_disk0/.ephemeral_nfs/envs/pythonEnv-a6dc78f6-b3ef-4e69-9692-0bb7cf74df10/lib/python3.11/site-packages/jpype/_core.py:357, in
startJVM(jvmpath, classpath, ignoreUnrecognized, convertStrings, interrupt, *jvmargs)
355 prior = [locale.getlocale(i) for i in categories]
356 # Start the JVM
--> 357 _jpype.startup(jvmpath, tuple(jvm_args + extra_jvm_args),
358 ignoreUnrecognized, convertStrings, interrupt, tmp)
359 # Collect required resources for operation
360 initializeResources()
RuntimeError: Can't find org.jpype.jar support library
when running
jpype.startJVM()
It works with 1.5.2
lovetoken, afrendeiro, peter-pela and renehszMishco, lovetoken and peter-pela