llama
llama
Noticed a [ci failure](https://buildkite.com/ankitects/anki-ci/builds/11883/steps/canvas?sid=019aab17-4dd3-4068-8cf0-e8a83c53133b) due to some new advisory-related format being used. This was fixed upstream (https://github.com/rustsec/advisory-db/pull/2479#issuecomment-3566539814), but is a stopgap. [[email protected]](https://github.com/EmbarkStudios/cargo-deny/releases/tag/0.18.6) now supports the new format EDIT: it has...
Closes #4151 Looked into why embedding statically/dynamically python would need version-scoped installers, and found that [PyConfig's layout](https://github.com/PyO3/pyo3/blob/67da00d07da5a5755344d101663e69e9209554bb/pyo3-ffi/src/cpython/initconfig.rs#L82) depends on the targetted version. If we went that route, we could use...
> I can reliably reproduce it by running rm -rf out/pyenv, rm -rf out/pylib and rm -rf out/pycache sequentially and then ./run https://forums.ankiweb.net/t/anki-build-failed-because-python-3-14-is-installed-on-my-system-in-addition-to-python-3-13/67484/8 Ninja tries to (re)generate `out/pylib/anki/_backend_generated.py` and `out/pylib/anki/_fluent.py`...
ref: https://forums.ankiweb.net/t/anki-build-failed-because-python-3-14-is-installed-on-my-system-in-addition-to-python-3-13/67484?u=llama Mirrors what we do in the launcher: https://github.com/ankitects/anki/blob/55691fc254a61e1d982873720b20ee6c4b852111/qt/launcher/src/main.rs?plain=1#L336-L346 before: ``` DEBUG Acquired lock for `/anki` DEBUG Ignoring Python version file at `.python-version` due to `--no-config` DEBUG Using Python...
To run, install tauri's [system dependencies](https://v2.tauri.app/start/prerequisites/#system-dependencies), [cli (cargo)](https://v2.tauri.app/reference/cli) and then, in the repo root, `cargo tauri dev` with `.\yarn ld` in another window - [ ] Error handling and display...