Error on Deploy

Dear All,

On deploy show this error and not work.

Using standard pip install.
Processing /C:/b/abs_1c1a_vjay2/croot/aiobotocore_1682537737724/work (from -r /mount/src/calculo_carne_leao/requirements.txt (line 1))
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/C:/b/abs_1c1a_vjay2/croot/aiobotocore_1682537737724/work'

Checking if Streamlit is installed

Someone can help me.

Regards,

Hi @Watson_Silva. For the local you mentioned the path some thing in your system. But when you are deploying on the cloud, you need to maintain a folder in your GitHub that what do you need and add that path in your code. Also cloud is based debian os.

For example, if you have a requirements.txt file in the following location of your system:-

C:/users/xx/requirements.txt

If you want to use that requirements.txt file then in your GitHub account then that requirement.txt file should in the root directory as follows:-

Waston_Silva
   - requirements.txt
   - app.py
   - xxx

I hope you understood things. Feel free to ask if you have any further information.

Happy Streamlit-ing :balloon:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.