NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
89 stars 48 forks source link

macos M1 install bug #477

Closed Daweigo closed 1 year ago

Daweigo commented 1 year ago

when i install the package as the Installation.doc, I also Copy the gencumulativesky executable (the one that does NOT end on .exe since that one is for Windows) from the repo’s /bifacial_radiance/data/ directory and copy into your Radiance install directory. This is typically found in /usr/local/radiance/bin/.

but i got a error when I run the tutorial1

_fullYear = True if fullYear: demo.genCumSky() # entire year. else: timeindex = metdata.datetime.index(pd.todatetime('2001-06-17 12:0:0 -7')) demo.gendaylit(timeindex) # Noon, June 17th (timepoint # 4020)

Loaded EPWs/metdata_temp.csv message: /bin/sh: /usr/local/bin/gencumulativesky: cannot execute binary file