Deploy a project to streamlit

how to solve this problem

[04:29:58] ❗️ installer returned a non-zero exit code
[04:29:58] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[04:31:34] ❗️ Streamlit server consistently failed status checks
[04:31:34] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

this is my github link GitHub - Y0hanesI/project-analisis-data
this is my requirements.txt
altair==5.2.0

annotated-types==0.6.0

asgiref==3.7.2

asttokens==2.4.1

attrs==23.2.0

backcall==0.2.0

beautifulsoup4==4.12.3

bleach==6.1.0

blinker==1.7.0

blis==0.7.11

cachetools==5.3.3

catalogue==2.0.10

certifi==2023.11.17

charset-normalizer==3.3.2

click==8.1.7

cloudpathlib==0.16.0

colorama==0.4.6

comm==0.2.0

confection==0.1.4

contourpy==1.0.7

cycler==0.11.0

cymem==2.0.8

debugpy==1.8.0

decorator==5.1.1

defusedxml==0.7.1

Django==4.2.5

docopt==0.6.2

executing==2.0.1

fastjsonschema==2.19.1

fonttools==4.38.0

gitdb==4.0.11

GitPython==3.1.42

idna==3.6

importlib-metadata==7.0.1

ipykernel==6.27.1

ipython==8.12.3

jedi==0.19.1

Jinja2==3.1.2

joblib==1.2.0

jsonschema==4.21.1

jsonschema-specifications==2023.12.1

jupyter_client==8.6.0

jupyter_core==5.5.0

jupyterlab_pygments==0.3.0

kiwisolver==1.4.4

langcodes==3.3.0

markdown-it-py==3.0.0

MarkupSafe==2.1.3

matplotlib==3.7.1

matplotlib-inline==0.1.6

mdurl==0.1.2

mistune==3.0.2

murmurhash==1.0.10

mysqlclient==2.2.1

nbclient==0.9.0

nbconvert==7.16.1

nbformat==5.9.2

nest-asyncio==1.5.8

nltk==3.8.1

numpy==1.24.2

packaging==23.0

pandas==1.5.3

pandocfilters==1.5.1

parso==0.8.3

patsy==0.5.3

pickleshare==0.7.5

Pillow==9.4.0

pipreqs==0.5.0

platformdirs==4.1.0

preshed==3.0.9

prompt-toolkit==3.0.43

protobuf==4.25.3

psutil==5.9.6

pure-eval==0.2.2

pyarrow==15.0.0

pydantic==2.5.3

pydantic_core==2.14.6

pydeck==0.8.1b0

Pygments==2.17.2

pyparsing==3.0.9

python-dateutil==2.8.2

pytz==2022.7.1

pywin32==306

pyzmq==25.1.2

referencing==0.33.0

regex==2023.12.25

requests==2.31.0

rich==13.7.1

rpds-py==0.18.0

scikit-learn==1.2.1

scipy==1.10.1

seaborn==0.12.2

six==1.16.0

smart-open==6.4.0

smmap==5.0.1

soupsieve==2.5

spacy==3.7.2

spacy-legacy==3.0.12

spacy-loggers==1.0.5

sqlparse==0.4.4

srsly==2.4.8

stack-data==0.6.3

statsmodels==0.13.5

streamlit==1.31.1

tenacity==8.2.3

thinc==8.2.2

threadpoolctl==3.1.0

tinycss2==1.2.1

toml==0.10.2

toolz==0.12.1

tornado==6.4

tqdm==4.66.1

traitlets==5.14.0

typer==0.9.0

typing_extensions==4.9.0

tzdata==2023.3

tzlocal==5.2

urllib3==2.1.0

validators==0.22.0

wasabi==1.1.2

watchdog==4.0.0

wcwidth==0.2.12

weasel==0.3.4

webencodings==0.5.1

yarg==0.1.9

zipp==3.17.0

Hi @Y0hanesI

The app seems to be in a subfolder Dashboard and in there, no requirements.txt was found.

Also it would be recommended to move the app file to the root folder and also have a requirements.txt file as well. Also the app file seems to use only a few libraries while the mentioned long list of libraries is provided in this post, thus I’d recommend to trim it down to only the necessities (only those used in the app file).

Could you try this and re-deploy the app.

Hope this helps!

I am getting an error when I try to deploy my app, any feedback will be appriciated(This is the first time I am trying this app) Nehma425/Citibike (github.com)