Closed leechuck closed 1 year ago
After building from source, this works, but I then get:
java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: org.mowl.Parsers
There does not seem to be a jar file built from the scala files.
Minor nit... the failure point for this error shows this package is using an outdated pattern of directly calling startJVM with -Djava.class.path
rather than using the classpath keyword argument. As formulated it is not portable as Windows uses ; and unix uses :. Please place an issue upstream to revise the start command. Sending a list of paths will automatically join with the proper separator.
Hello,
I installed mowl using
pip
according to the instructions on the website, but when I try to run the first example I get:Do I need to install another package?