ad-freiburg / qlever-control

Apache License 2.0
26 stars 13 forks source link

Empty Qleverfile file. Anything wrong? #23

Open leonqli opened 1 year ago

leonqli commented 1 year ago
$. ../../qlever/qlever-control/qlever olympics

...
Setting up bash autocompletion ...
Done, number of completions: 35

Creating new Qleverfile ...
sed: -e expression #1, char 34: unknown option to `s'
Copied pre-configured Qleverfile for "olympics" into current directory.

Setup is complete
Type qlever and use autocompletion to see which actions are available. Add a
"show" in the end to see what an action does without executing it (for example,
qlever index show). Edit your local Qleverfile to change settings. A typical
sequence of actions if you have used a preconfigured Qleverfile is:

qlever get-data
qlever index
qlever start
qlever example-query
hannahbast commented 1 year ago

@leonqli Please switch to the branch python-qlever (git checkout python-qlever in the folder with your working copy of the qlever script) and try again.

leonqli commented 1 year ago

Thanks @hannahbast!