Skip to content

RuntimeError: Can't find org.jpype.jar support library #1306

@IPLCZAT

Description

@IPLCZAT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions