Untitled

 avatar
unknown
plain_text
5 months ago
1.2 kB
4
Indexable
(base) fizzausman@FizzasMacBook desktop % python3 PA4_X.py          
Traceback (most recent call last):
  File "/Users/fizzausman/Desktop/PA4_X.py", line 10, in <module>
    table = pysubdisc.loadDataFrame(data)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pysubdisc/interface.py", line 6, in loadDataFrame
    ensureJVMStarted()
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pysubdisc/java.py", line 20, in ensureJVMStarted
    jpype.startJVM(classpath=[extraClassPath()])
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/jpype/_core.py", line 219, in startJVM
    jvmpath = getDefaultJVMPath()
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/jpype/_jvmfinder.py", line 74, in getDefaultJVMPath
    return finder.get_jvm_path()
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/jpype/_jvmfinder.py", line 212, in get_jvm_path
    raise JVMNotFoundException("No JVM shared library file ({0}) "
jpype._jvmfinder.JVMNotFoundException: No JVM shared library file (libjli.dylib) found. Try setting up the JAVA_HOME environment variable properly.
Editor is loading...
Leave a Comment