lazlop

Results 9 comments of lazlop

Hmm, I see how this can kind of be done using inline dependencies. Sorry for potentially silly issues, still figuring it out! However, with inline dependencies it seems that optional...

We are getting other confusing text. The below validation error was caused by the properties of a heat pump being defined incorrectly, without having the class s223:Property. ``` "urn:ex/Heat_Pump_1_6 needs...

Python version: 3.11.4 macOS Version: 14.6.1 Error: In file included from src/lxml/etree.c:858: src/lxml/includes/etree_defs.h:14:10: fatal error: 'libxml/xmlversion.h' file not found #include "libxml/xmlversion.h" ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. Compile failed: command '/usr/bin/clang' failed...

I was looking to install it as a developer (mostly because I wanted to use the most updated branch rather than what is on pypi).

The command I used was: poetry install --with dev

Both `poetry install` and `poetry install --with dev` had the same lxml issue

Yes confirmed, I have the libxml header files

[templates.yaml](https://github.com/user-attachments/files/23063068/templates.yaml) I have a directory named "templates" with this file in it. If I run ``` bm = BuildingMOTIF("sqlite://") templates = Library.load(directory='templates') ``` then templates will be empty. I do...