ladybug-tools / butterfly-plus

Butterfly[+] plugins...
GNU General Public License v3.0
13 stars 11 forks source link

Running Butterfly on DynamoForRevit v2.3 returns "Invalid Literal for float(): DynamoForRevit" #9

Open julianzpe opened 4 years ago

julianzpe commented 4 years ago

Hi,

Please find attached the error, I have executed Revit as an administrator and followed carefully all the steps.

image

Close up:

image

julianzpe commented 4 years ago

Ok, just figured out that the issue is related to this: https://github.com/ladybug-tools/honeybee-dynamo/pull/104

Still, after replacing that line within the python node "import and prepare py code," I keep getting the same error.

image

Any advice?

mostaphaRoudsari commented 4 years ago

@julianzpe this is something that we're waiting for the Dynamo team to resolve. Finding the Dynamo version and where the folders are has been a challenge and it should be fixed inside the Dynamo not by us. Related: https://github.com/DynamoDS/DynamoWishlist/issues/71

julianzpe commented 4 years ago

Thanks for your answer @mostaphaRoudsari! any advice on how to fix this manually (without having to downgrade dynamo)? I'd really like to be able to use all ladybug tools in Dynamo as soon as possible.

mostaphaRoudsari commented 4 years ago

@julianzpe, what is the current full-path for DynamoForRevit installation?

julianzpe commented 4 years ago

DynamoForRevit installation path: C:\Program Files\Autodesk\Revit 2020\AddIns\DynamoForRevit package path: D:\JZ-ROG\G Drive\0. JZ BIM\_dyn\_pkgs

Any chance of running Butterfly on Dynamo Sandbox/Core? If so, these are the paths for it: DynamoCoreRuntime installation path: D:\0. OneDrive\OneDrive - University of Toronto\TargetGHG\0. Dynamo\_core\DynamoCoreRuntime2.5.1 package path: D:\JZ-ROG\G Drive\0. JZ BIM\_dyn\_pkgs

Thank you so much!