Closed chenkasirer closed 1 year ago
The problem is the plugin system, it's trying to enumerate stuff over site-packages
and basically triggering hell.
Do you think there's anything we could do about this or it's fully up to GH plugin behavior? Also why is Ladybug downloading its own instance of python? did you get what's it using it for?
There appears to be some conflict related to COMPAS
Artist
and the Ladybug plugin.Steps to reproduce the behavior:
ghpython
component in Grasshopper.For example:
Which produces the following errors:
Expected behavior Drawing of the box.
Desktop (please complete the following information):
Additional context The Ladybug plugin seems to download CPython3.7 and add its
site-packages
directory to its search path as part of its installation.