Ich bekomme beim Ausführen der PVForecasts.py aktuell folgenden Fehlermeldung
Code: Alles auswählen
/usr/local/lib/python3.9/dist-packages/pandas/core/computation/expressions.py:21: UserWarning: Pandas requires version '2.8.4' or newer of 'numexpr' (version '2.7.2' currently installed).
from pandas.core.computation.check import NUMEXPR_INSTALLED
--v2.11.04--------------- Start (config.ini at 2024-07-27, 08:28:04 - local)
processing MOSMIX_L
Error: Can't run MOSMIX_L - pvlib library installation missing or old version (required: >=0.9.0)
Terminating in method MOSMIX_L; review config file to fix error, or report issue on Github
Code: Alles auswählen
pip install --upgrade numexpr
Den zweiten Teil hatten wir schon mal ich versuche das mit StefaE zu klären
UPDATE:
Den zweiten Teil zu 'pvlib ' kann man so beheben
Code: Alles auswählen
pip install --upgrade h5py