I’m trying to deploy my app, but I’m getting these errors:
Processing /home/ktietz/src/ci/alabaster_1611921544520/work
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/ktietz/src/ci/alabaster_1611921544520/work'
WARNING: You are using pip version 22.0.3; however, version 22.2.2 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
────────────────────────────────────────────────────────────────────────────────────────
[00:27:59] ❗️ installer returned a non-zero exit code
[00:27:59] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
The github repo is here: GitHub - ghedrick76/analyzer_app: An application to build a better portfolio.
Can anybody help?