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
Copy file name to clipboardExpand all lines: INSTALL.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,3 +209,9 @@ This error can be savely ignore. The `colorreload-gtk-module` is used for themin
209
209
### error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it
210
210
211
211
You ran Nix flakes without having enabled it. Either enable it by adding the extra parameters to the call as indicated in the error message, or stick to the non-experimental nix commands as described above (recommended).
212
+
213
+
### Exception in thread "main" java.nio.file.NoSuchFileException: data/examples/simple_v1.txt
214
+
215
+
The demo could not find one of this input files.
216
+
This likely happened because you ran the demo from a working directory that is not the top level of this repository in the terminal (i.e, the directory containing this INSTALL.md file).
217
+
To fix, navigate to the root directory of this repository in your terminal and run the demo again.
0 commit comments