I am experiencing a persistent ModuleNotFoundError for 'flask' and 'sib_api_v3_sdk' in my web app.
- My libraries are confirmed to be installed in
/home/dailydachshunds26/.virtualenvs/clean-venv/lib/python3.13/site-packages. - My WSGI file is configured with
site.addsitedirandsys.path.insert, but my diagnostic logs show my web app is running using/usr/local/bin/uwsgiand is ignoring my configured Virtualenv path entirely.
It appears my web app configuration is locked to the system interpreter and is not honoring my assigned Virtualenv. Could you please investigate and reset the environment binding for my web app? My account is dailydachshunds26.