Open daelba opened 1 month ago
@daelba Sorry for the late reply. That was a bug introduced by a recent commit. Fixed now by 466df71d110135925439afc26da1b27d931c823a . Please reinstall using pip install --upgrade qlever
or git pull
if you have have cloned https://github.com/ad-freiburg/qlever-control
Thanks for your reply. Now I have:
$ pip show qlever
Name: qlever
Version: 0.5.8
Summary: Script for using the QLever SPARQL engine.
Home-page:
Author:
Author-email: Hannah Bast <bast@cs.uni-freiburg.de>
License: Apache-2.0
Location: /usr/local/lib/python3.12/dist-packages
Requires: argcomplete, psutil, termcolor
Required-by:
But the result is still the same.
I have similar issue to #41.
meta-data.json
is not created.Ubuntu 24.04.1 LTS
pip show qlever
:docker --version
:Qleverfile
:Where Q31519.ttl was downloaded from https://www.wikidata.org/wiki/Special:EntityData/Q31519.ttl. It is small file with few triples, so there can't be any memory issue.
qlever index
:dir
:Is there any problem in the Qleverfile, or is it qlever bug? Thanks.