module not found

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/student-marks-prediction/app.py", line 3, in <module>
    from sklearn.linear_model import LinearRegression
1 Like

Hey @Abhi865625,

Thanks for sharing your question with the community! Check out our guidelines on how to post an effective question here and please update your post to include a code snippet, and links to your GitHub repo and app so we can reproduce the error

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