We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The goal is to run the app in Streamlit cloud.
requirements.txt
environment.yml
The text was updated successfully, but these errors were encountered:
chore: simplify python environment
9f9bb45
Fixes #5
The following
streamlit-idealista/requirements.txt
Lines 1 to 14 in 18e87d2
manages to install all the packages needed in python 3.12, for Streamlit Cloud.
Then, the error is, of course, that the data files are not available
FileNotFoundError: [Errno 2] No such file or directory: '/mount/src/streamlit-idealista/data/processed/dtypes-coupled.json'
Sorry, something went wrong.
consider migrating to environment.txt and deprecate/delete environment.yml
environment.txt
See #14
pareyesv
No branches or pull requests
The goal is to run the app in Streamlit cloud.
requirements.txt
(instead ofenvironment.yml
)The text was updated successfully, but these errors were encountered: