ModuleError

hi i enccontered this error while trying to deploy and i have the sklearn in my requirements.txt file already.

ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

Traceback:

File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)File "/app/stock-price-assessment/try.py", line 72, in <module>
    from sklearn.preprocessing import MinMaxScaler

Hi @awesome_david, welcome to the forum! Please read these guidelines about how to post a question in the forum, and then add additional details to this post so that our community can try and help resolve the issue you’re facing.

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