The venv had dependencies installed but not the sensorpajen package itself, causing 'No module named sensorpajen' errors when running. Changes: - After installing dependencies from requirements.txt - Now also runs 'pip install --no-deps .' to install sensorpajen - Uses --no-deps to avoid re-installing already-installed dependencies - Installed in /opt/sensorpajen where pyproject.toml exists Fixes: ModuleNotFoundError: No module named 'sensorpajen'
5.9 KiB
Executable File
5.9 KiB
Executable File