“OSError: [WinError 126] The specified module could not be found” using pvfactors library
问题 I started using the pvfactors tool in Python (which calculates the irradiance incident on surfaces of a photovoltaic arrays) following the website tutorial 1. import numpy as np import matplotlib.pyplot as plt from datetime import datetime import pandas as pd import warnings warnings.filterwarnings("ignore", category=RuntimeWarning) # Settings 'exec(%matplotlib inline)' np.set_printoptions(precision=3, linewidth=300) #Get timeseries inputs df_inputs = pd.DataFrame( {'solar_zenith': [20., 50.]