compas-dev / compas-actions.ghpython_components

Trying to make Grasshopper development version-control friendlier since 1337.
MIT License
39 stars 6 forks source link

Cannot find GH_IO Assembly! Aborting #3

Closed Marco-Pellegrino closed 2 years ago

Marco-Pellegrino commented 3 years ago

Hello :)

I am running the componentize from my machine and it looks like that GH_IO needs to be inside the folder ./lib I would suggest to look for the GH_IO in the same folder where the .py is runned.

Marco-Pellegrino commented 3 years ago

This folder structure seems to work but we should probably specify it in the repository

image

gonzalocasas commented 2 years ago

Starting now, when the action is run locally, it will no longer try to find a local version of GH_IO.dll and instead (if not manually specified), it will automatically download it from NuGet. I hope this makes it easier to use!