Hi everyone,
In the recent two days, there is an issue I have when using HB[+]:
Whatever geometry input gets connected with HBSurface, there is an error: 1. Solution exception:‘module’ object has no attribute ‘isplus’
(related topic can be found here: Geo connecting with HBSurface shows error in HB[+])
Then I checked HBSurface code:
But hbsurface.py is in the folder mentioned in the above screenshot:
The versions of HB, LB, HB[+] that I have are up to the latest ones: Ladybug 0.0.68 and Honeybee 0.0.65 [Legacy Plugins], Honeybee[+] 0.0.04.
It seems my situation is very similar to this one:
So I am trying to follow this post to create a python component on the canvas with:
import honeybee
from honeybee.hbsurface import HBSurface
However, I am not quite familiar with python in grasshopper.
So I appreciate any suggestions, solutions, or directions to the similar problem which happened before.