vmware / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation failure error

GiridharaSPK opened this issue · comments

If it says "cargo not found" it means you have not installed Rust properly.

Thanks for pointing it out. I tried installing cargo too, but it is still throwing the same error.

Screenshot-sql-to-dbsp-error

Screenshot-sql-dbsp-error-2

The project is looking for some binary or library files but they are either not generated or not found

The only mentions of this error "package has already been annotated" I can find are from 10 years ago.
Can you make sure you are using at least java 8?
java --version?

I have pushed a change to main that is intended to fix the cargo error, but I don't know what to do about the Java error if you already have a new version of Java.