honeybee
honeybee copied to clipboard
lacking modules for "genBSDF", "objview", "light"
Hi Mostapha,
I am testing all modules in this package, found three of them ( "genBSDF", "objview", "light") are unable to be imported, because of lacking other modules, which are "getbbox", "pyRad", "_materialbase".
But I do find these module exist in the folder, don't know why it failed to be loaded.
honeybee.radiance.command.genBSDF: -No module named getbbox honeybee.radiance.command.objview: -No module named pyRad honeybee.radiance.material.light: -No module named _materialbase
@MingboPeng I believe this is an issue with relative import. This commit should address this issue. Give it a try and let me know if the issue persists.