Priler / jarvis

Voice assistant made as an experiment using neural networks for things like STT/TTS/Wake Word/NLU etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ошибка, arch linux

Cosangeles55 opened this issue · comments

User
error[E0425]: cannot find function metadata in this scope
--> src/tauri_commands/fs.rs:21:28
|
21 | let new_path = match metadata(&path).unwrap().is_dir() {
| ^^^^^^^^ not found in this scope

Еще в импорте fs.rs не хватает use std::path::PathBuf;

Как поставить патч я не понял: // see https://gitlab.freedesktop.org/dbus/dbus/-/issues/76

Поставил вроде патч. ошибка та же

patching file tools/dbus-send.c
Hunk #1 FAILED at 143.
1 out of 1 hunk FAILED -- saving rejects to file tools/dbus-send.c.rej

А, патч не приминился( без него вообще никак?