Open jcunniff23 opened 1 month ago
I've corrected an error in the notebook. Could you try again if the issue has been resolved?
I cloned a fresh version and tried again. Here is the full output for each cell:
I also tried creating a fresh notebook using the readme file and received the following:
Describe the bug When trying to run any query against the Revit variables, like when following the GetStarted.ipynb file, the following errors occur
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
Error:
warning CS8021: No value for RuntimeMetadataVersion found. No assembly containing System.Object was found nor was a value for RuntimeMetadataVersion specified through options. (8,14): error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?) (17,18): error CS0518: Predefined type 'System.Object' is not defined or imported (19,22): error CS0518: Predefined type 'System.Object' is not defined or imported (19,22): error CS0246: The type or namespace name 'EventHandler<>' could not be found (are you missing a using directive or an assembly reference?) (19,35): error CS0518: Predefined type 'System.Object' is not defined or imported (21,41): error CS0518: Predefined type 'System.Object' is not defined or imported (21,62): error CS0518: Predefined type 'System.Object' is not defined or imported (21,17): error CS0518: Predefined type 'System.String' is not defined or imported (21,25): error CS0518: Predefined type 'System.Object' is not defined or imported (21,16): error CS8179: Predefined type 'System.ValueTuple`2' is not defined or imported (28,29): error CS0518: Predefined type 'System.Object' is not defined or imported (28,16): error CS0518: Predefined type 'System.Void' is not defined or imported (19,53): error CS0518: Predefined type 'System.Void' is not defined or imported (19,53): error CS0518: Predefined type 'System.Void' is not defined or imported (17,28): error CS0518: Predefined type 'System.Object' is not defined or imported (17,28): error CS0012: The type '(, )' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (17,28): error CS0518: Predefined type 'System.Object' is not defined or imported (17,28): error CS0012: The type 'EventHandler<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (19,53): error CS0656: Missing compiler required member 'System.Delegate.Combine' (19,53): error CS0656: Missing compiler required member 'System.Delegate.Remove' (22,10): error CS0518: Predefined type 'System.Object' is not defined or imported (22,83): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (22,83): error CS0518: Predefined type 'System.Object' is not defined or imported (22,71): error CS0012: The type 'Dictionary<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (22,98): error CS0518: Predefined type 'System.String' is not defined or imported (22,44): error CS0518: Predefined type 'System.Object' is not defined or imported (22,43): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (22,121): error CS0518: Predefined type 'System.Object' is not defined or imported (22,121): error CS0518: Predefined type 'System.Void' is not defined or imported (22,151): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (22,151): error CS0518: Predefined type 'System.Object' is not defined or imported (22,166): error CS0518: Predefined type 'System.Object' is not defined or imported (22,159): error CS0518: Predefined type 'System.Type' is not defined or imported (22,117): error CS0012: The type 'Type' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (23,56): error CS0518: Predefined type 'System.Object' is not defined or imported (23,51): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (23,51): error CS0518: Predefined type 'System.Object' is not defined or imported (25,1): error CS0518: Predefined type 'System.Object' is not defined or imported (26,8): error CS8179: Predefined type 'System.ValueTuple`2' is not defined or imported (30,41): error CS0518: Predefined type 'System.Object' is not defined or imported (30,41): error CS0518: Predefined type 'System.Void' is not defined or imported (17,18): error CS1729: 'object' does not contain a constructor that takes 0 arguments error CS0518: Predefined type 'System.Attribute' is not defined or imported error CS0518: Predefined type 'System.Attribute' is not defined or imported error CS0518: Predefined type 'System.Int32' is not defined or imported error CS0656: Missing compiler required member 'System.AttributeUsageAttribute..ctor' error CS0656: Missing compiler required member 'System.AttributeUsageAttribute.AllowMultiple' error CS0656: Missing compiler required member 'System.AttributeUsageAttribute.Inherited'