Skip to content

JVM DLL not found #9

@NishaGoyal1989

Description

@NishaGoyal1989

Describe the bug
FileNotFoundError: [Errno 2] JVM DLL not found: /Library/Java/JavaVirtualMachines/jdk-19.jdk/Contents/Home/lib/libjli.dylib

To Reproduce
from simplify.simplifiers import DiscourseSimplification
discourse = DiscourseSimplification()
complex_sentence_list=['Although she was considered smart, she failed all her exams.']
if name == 'main':
simple_output = discourse(complex_sentence_list)

Expected behavior
File should execute and should show the output

Screenshots

Screenshot 2023-06-02 at 12 37 58 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions