You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, so I tried building Sempre with Java 17 for REGEL project but I am having trouble. Firstly, I am using Java 17 and IntelliJ Idea as the IDE. Starting from, building I did the dependencies pull (./pull-dependencies ...) and they installed perfectly. Altho, once I start building regex for semparse I run into multiple errors of
error: package org.omg.PortableInterceptor does not exist
but since they are not used anywhere I simply solved it by commenting it. And once I again run it, I face an error of ClassNotFoundException.
cd sempre/
./pull-dependencies core \
./pull-dependencies corenlp \
./pull-dependencies tables \
./pull-dependencies freebase
cd ..
python3 synthesize_benchmark.py
This might throw an error of file not found its because sempre couldn't finish up the subprocess. But for forwards steps it produces the necessary file. For more logs you can try:
cd sempre/
python3 py_scripts/test.py --dataset _tmp --model_dir pretrained_models/pretrained_so --topk 25
This is the command that throws an error.
Hoping to find a way out Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey, so I tried building Sempre with Java 17 for REGEL project but I am having trouble. Firstly, I am using Java 17 and IntelliJ Idea as the IDE. Starting from, building I did the dependencies pull (
./pull-dependencies ...
) and they installed perfectly. Altho, once I start building regex for semparse I run into multiple errors ofbut since they are not used anywhere I simply solved it by commenting it. And once I again run it, I face an error of
ClassNotFoundException
.At first, I thought this might be a Java 17 issue but I guess Java is backward compatible and could work with java 1.8? (correct me if I am wrong?) .
Steps to reproduce
This might throw an error of
file not found
its because sempre couldn't finish up the subprocess. But for forwards steps it produces the necessary file. For more logs you can try:cd sempre/ python3 py_scripts/test.py --dataset _tmp --model_dir pretrained_models/pretrained_so --topk 25
This is the command that throws an error.
Hoping to find a way out Thanks in advance
The text was updated successfully, but these errors were encountered: