This repository contains implementations of photovoltaic models to calculate electricity generation from a pv installation based on given solar radiation. Furthermore it contains all necessary pre-calculations.
MIT License
102
stars
44
forks
source link
load_open_FRED_weather_data example not working (feedinlib==0.1.0rc4) #68
I have created a new environment and installed feedinlib==0.1.0rc4, and when I try to load weather data for a single location using the example 'load_open_fred_weather_data', I receive the following error:
from . import h5 as _h5 File "h5py\h5.pyx", line 1, in init h5py.h5 ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Which versions of feedinlib and e.g. pvlib, geopandas etc. will allow for the example to work?
I have created a new environment and installed feedinlib==0.1.0rc4, and when I try to load weather data for a single location using the example 'load_open_fred_weather_data', I receive the following error:
from . import h5 as _h5 File "h5py\h5.pyx", line 1, in init h5py.h5 ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Which versions of feedinlib and e.g. pvlib, geopandas etc. will allow for the example to work?