Hello! I’m trying to deploy my app but when I attempt to create a requirements.txt file, happen an error like this:
edit: I have just fixed the file name but it continuos running an error
What can I do?
Hello! I’m trying to deploy my app but when I attempt to create a requirements.txt file, happen an error like this:
edit: I have just fixed the file name but it continuos running an error
What can I do?
Can I do this manually? like:
streamlit==0.62.9
pandas==1.0.5
numpy==1.18.1
scikit-learn==0.22.1
Ok, it was an encoding error, then I just removed the characters that can’t be compiled.
Hey @victoresende19,
Welcome to the Community!

So glad you figured out your problem! I will mark this as the solution for you! Also, to answer your question yes you can generate the requirements.txt file manually (I do this all the time). You can specify a specific package version or you can leave it open (there are pros and cons to each)!
Happy Streamlit-ing!
Marisa