Error installing requirements -

Hello Everyone !

I have an the error : " Error installing requirements."

I tried to change versions of my requirements.txt file, to delete all libraries not essential, to delete python build-in functions… none of this worked !

image

Does anyone have the solution? :pray:

Look at your app’s console to see the detailed error message. (From your app, click on manage app in the lower right.)

I can see offhand the streamlit_echarts should be streamlit-echarts. You want each item in your requirements file to be the string that you would pip install and you want to make sure you don’t put any built-in modules in it.

1 Like

Hi @mathcatsand , thanks for your answer.
Finally I just removed python from the requirements file and it worked !

1 Like

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