Please Help in an error regarding installing packages

Hi,
can you guys can help me with this error:
Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘/home/ktietz/src/ci/alabaster_1611921544520/work’

Couldn’t find it on google too

This is too little information.
Please a share a link to your public github repo.

Hi,
this is my repo

Where did you try to install packages? Locally? How? Or on Streamlit Cloud?

On streamlit cloud I suppose

Ok, then please cleanup your requirements.txt file, it is crammed with unnecessary packages.
You only need:

numpy
pandas
plotly
streamlit

Thank You very much

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