Downloading pytz-2020.5-py2.py3-none-any.whl (510 kB)
ERROR: Could not find a version that satisfies the requirement pywin32==300
ERROR: No matching distribution found for pywin32==300
[manager] Python dependencies were installed from requirements.txt using pip.
[manager] Processed dependencies!
2021-04-06 16:53:49.562 An update to the [server] config option section was detected. To have these changes be reflected, please restart streamlit.
2021-04-06 16:53:49.643 Uncaught app exception
Traceback (most recent call last):
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/script_runner.py", line 333, in _run_script
exec(code, module.__dict__)
File "/app/mlwebapp/webapp.py", line 5, in <module>
from sklearn.metrics import accuracy_score
ModuleNotFoundError: No module named 'sklearn'
this was the log I saw during this error