-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup failure #136
Comments
Hi Alexis, I want to ask have you solved this problem? I also met this issue. Weiqing |
Hi Weiqing, I couldn't make it work. I'm looking at other implementations advised by http://rdf2vec.org/#implementations |
Tracing down the issue: To "solve" the issue: note that this is no fix. the actual fix should be removing the underscores in the request header names because "_" and "-" are both mapped to "_" by standard in request headers. To avoid ambiguity, variables with underscores are ignored by many frameworks entirely. |
Hello,
I would like to try jRDF2Vec for an open source project leveraging RDF embeddings. To make somes tests I wanted to use it through command-line interface. It fails when I check the installation using
java -jar jrdf2vec-1.3-SNAPSHOT.jar -checkInstallation
.Python and Java are both installed with versions matching the docs, and I tried on both Windows and Mac computers with similar errors.
jRDF2Vec version : 1.3
OS : Mac & Windows
Java version : tried with 11 & 1.8.0_291
Python version : 3.12.1
1. pkg_resources is missing
Installing the
setuptools
dependency fixed it2. It looks like the requirements_file is absent from the request headers.
Python server logs :
3. The check fails with error 500
Command output :
Do you have any idea of what could be missing?
Thank you for your support and sorry for the long post,
Alexis
The text was updated successfully, but these errors were encountered: