vividfog / nordpool-predict-fi

A Python app and ML model that predicts spot prices for the Nordpool FI market.
https://sahkovatkain.web.app/
MIT License
68 stars 8 forks source link

package seaborn is missing from requirements #4

Closed Teme-V closed 7 months ago

Teme-V commented 7 months ago

Looks a like seaborn is missing from requirements.txt

(venv) teme@HooPee:~/nordpool-predict-fi$ python nordpool_predict_fi.py --foreca Traceback (most recent call last): File "/home/teme/nordpool-predict-fi/nordpool_predict_fi.py", line 13, in <module> from util.eval import eval File "/home/teme/nordpool-predict-fi/util/eval.py", line 4, in <module> import seaborn as sns ModuleNotFoundError: No module named 'seaborn' manual installation pip install seaborn did fix the issue

vividfog commented 7 months ago

Thanks, fixed