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
Fix faiss ModuleNotFoundError and scripts resolution
- ML_VENV_DIR/ML_VENV_PYTHON now always point to ~/.auto_note/venv/
instead of DATA_DIR/venv/ — in dev mode DATA_DIR=PROJECT_DIR so the
old path never existed, leaving PYTHON as system python3 (no faiss)
- PYTHON is now set to the venv at module init time (not deferred to
_load_python_from_config) so it is correct before any command runs
- Replace SCRIPTS dict literals with _script() helper that falls back
to PROJECT_DIR when SCRIPTS_DIR/name doesn't exist — fixes dev-mode
where scripts live in the project root, not a scripts/ subdirectory
0 commit comments