Error deploying app: Could not install packages due to an OSError

Hey all, I’m getting an error when deploying a Streamlit app. This is the error I’m getting:

Using standard pip install.

Processing /home/conda/feedstock_root/build_artifacts/archspec_1699370045702/work (from -r /mount/src/cs224v-final-project/requirements.txt (line 5))

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/conda/feedstock_root/build_artifacts/archspec_1699370045702/work'



[notice] A new release of pip is available: 24.0 -> 24.3.1

[notice] To update, run: pip install --upgrade pip

Checking if Streamlit is installed


────────────────────────────────────────────────────────────────────────────────────────


[17:04:28] ❗️ installer returned a non-zero exit code

[17:04:28] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

[17:06:02] ❗️ Streamlit server consistently failed status checks

[17:06:02] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

My app is hosted at https://cs224vlecturebot.streamlit.app/, and the repo is here. It runs fine locally, and the requirements.py file is fully updated. I’m using Python 3.10.13 and Streamlit 1.40.0

App seems to be working now. Please confirm.

please i am having same issue,the app link https://crop-type-predictor.streamlit.app/ and link to the repo here


Having same issue, please help : https://reviewapp-6d82gwb2jufs2gb68apmxj.streamlit.app/

Remove pywin32 from your requirements.txt file.
pywin32 is a Windows-only library. Streamlit Community Coud runs on Linux