FIX ModuleNotFoundError
Scope
This document is reconstructed as an English-maintained edition based on the current local codebase.
- File:
docs/internal/FIX_ModuleNotFoundError.md - Refresh date: 2026-04-01
- Focus: Internal troubleshooting notes aligned with current command and service behavior.
Code Anchors
src/opensynaptic/main.pysrc/opensynaptic/CLI/parsers/service.pysrc/opensynaptic/services/web_user/src/opensynaptic/services/env_guard/
Practical Verification
Use these commands to verify related behavior in the current workspace:
pip install -e .
python -u src/main.py plugin-test --suite component
python -u src/main.py plugin-test --suite stress --workers 8 --total 200
Related Documentation
docs/README.mddocs/INDEX.mddocs/QUICK_START.mdAGENTS.mdREADME.md
Notes
- This page is normalized to English and aligned with current local paths.
- For canonical runtime behavior, prefer source modules in
src/opensynaptic/.