ladybug-tools / honeybee-dynamo

:honeybee: :blue_book: Honeybee library and plugin for Dynamo
GNU General Public License v3.0
17 stars 8 forks source link

Could not CHMOD executable #98

Closed flanaganthemanagan closed 5 years ago

flanaganthemanagan commented 5 years ago

Trying to perform a Solar Access Radiance Analysis on façade components. Following ERRReport is generated:

Traceback (most recent call last): File "", line 36, in File "C:\Users\Student\AppData\Roaming\Dynamo\Dynamo Revit\1.3\packages\Honeybee\extra\honeybee\radiance\recipe\solaraccess\gridbased.py", line 341, in write oc = Oconv(project_name) File "C:\Users\Student\AppData\Roaming\Dynamo\Dynamo Revit\1.3\packages\Honeybee\extra\honeybee\radiance\command\oconv.py", line 62, in init RadianceCommand.init(self) File "C:\Users\Student\AppData\Roaming\Dynamo\Dynamo Revit\1.3\packages\Honeybee\extra\honeybee\radiance\command_commandbase.py", line 19, in init self.radbin_path = config.radbin_path File "C:\Users\Student\AppData\Roaming\Dynamo\Dynamo Revit\1.3\packages\Honeybee\extra\honeybee\radiance\command_commandbase.py", line 53, in radbin_path self.__check_executable(radbin_path=path, raise_exception=True) File "C:\Users\Student\AppData\Roaming\Dynamo\Dynamo Revit\1.3\packages\Honeybee\extra\honeybee\radiance\command_commandbase.py", line 157, in _RadianceCommand__check_executable raise ValueError('Could not CHMOD executable: {}'.format(errmsg)) ValueError: Could not CHMOD executable: [Errno 2] file does not exist: oconv.exe

image

ManiakManiak commented 5 years ago

You have to instal radiance software at: C:\radiance

flanaganthemanagan commented 5 years ago

Thank you!