bonsai_unstable_repo
Hi,
What is the latest alpha that you can install by these instructions:
https://docs.bonsaibim.org/guides/development/installation.html#unstable-installation
I can only see this through my current repository:
https://raw.githubusercontent.com/IfcOpenShell/bonsai_unstable_repo/main/index.json
currently at bonsai-0.8.4-alpha250910?
But:
https://github.com/IfcOpenShell/IfcOpenShell/releases/tag/bonsai-0.8.4-alpha2509192038
?
Comments
250910 is the last build that successfully passed enough of the CI build pipeline. If you are on Linux do not attempt to manually go newer, as it is fundamentally broken, and will segfault out when trying to enable the extension. There's a couple of bugs in github pointing to this, and people have asked in the chat channel, but so far no one who has the necessary skills has taken a look. (I did my best, but I ran in to so many issues trying to compile the shared wrapper library with symbols that I gave up.)
Ref: https://github.com/IfcOpenShell/IfcOpenShell/issues/7131
You might be able to run newer Windows or Mac. These are building, i.e. the 2509192038, but these are not tested as part of of the CI build pipeline. If it works great, if it doesn't then you need to downgrade to an older version.
@sjb007 Thanks for explaining!