Open RaquelMirraSantos opened 4 years ago
me too same problem here
Hi! I have the same issue.. I am using student version of Dynamo Revit.
Any solution for this case?
Running Revit 2021 with latest updates. Still the same issue. I do not know what to do about this. We tried installing Ladybug-Core with pip to see if that solved the issue, but no luck.
Ladybug is running fine in Rhino/Grasshopper on the same machine.
It's all about "import and prepare py code" node in all ladybug nodes, what dont find package *.py files correctly anymore. Made some sample node to fix it, put it in "ladybug-fixer" package.
@Babinoff Thanks for sharing it! I have tried your solution, however I am still getting Null out of ladybugfixer node. Could you tell me if I am missing something in my process?
I think it's all about the / signs in the file path, you used the \ sign, which needs to be escaped \\ inside the python syntax, try to use / like in my screens.
I downloaded the node from your package "ladybug-fixer", and it worked out :) thanks again!
@Babinoff Hey, Alex! Thanks for your solution. But in my case, it works for "import location", but not other nodes. I had no idea what's the problem.
Did`nt test on all nodes, but sunpath works fine. Maybe better to take Simon version - https://github.com/sbreslav/ladybug-dynamo/tree/simon-fix Arhiv of his files, to simply resave pacakge - https://1drv.ms/u/s!AvhRIUtKr8n2g9Mjq-HG8GEaWYsInA?e=pgAwYH Like this - https://youtu.be/je50RoDQeoQ?t=250
Thank you Alex. I'll test again!
@Babinoff Hey Alex. Sorry to bother you again. Thanks to your help, the sun path is working now. But it shows this warning when I'm trying to use Legend Parameters :
Any idea how to resolve it?
@Babinoff Hey Alex. Sorry to bother you again. Thanks to your help, the sun path is working now. But it shows this warning when I'm trying to use Legend Parameters :
Any idea how to resolve it? I think he's waiting list of API Color and you give him DSCore.Color, which did Colore Range node. https://www.revitapidocs.com/2019/3735f9b9-d477-09ea-25bd-67f34134595f.htm
Hi, I tried using the Ladybug 0.2.1 package for the first time in Revit 2020 with Dynamo 2.0.3, and the two nodes that I tried (Date Calculate HOY, and Import Location) were giving me the same error:
Could you provide me some guidance?