Bonsai to show different error for Python 3.12 users #5704

This commit is contained in:
Andrej730
2024-11-07 15:20:48 +05:00
parent cc15e6b3c1
commit d9186bce11
2 changed files with 19 additions and 2 deletions
@@ -80,6 +80,17 @@ can `report a bug <https://github.com/ifcopenshell/ifcopenshell/issues>`_ or
distro's package repositories, then you may be missing some modules like
``numpy``. Try installing it manually like ``apt install python-numpy``.
4. **I get an error saying "Bonsai installed for wrong Python version."**"
If you have Python >=3.12 then installation from the Blender extensions platform
is not supported and you need to download and install Python 3.12 build from
`Github Releases <https://github.com/IfcOpenShell/IfcOpenShell/releases>`__.
If you have Python 3.11, then you probably downloaded build for wrong Python
version by accident. To fix it uninstall it and download Python 3.11 build
from `Github Releases <https://github.com/IfcOpenShell/IfcOpenShell/releases>`__
or from Blender extensions platform.
Saving and loading blend files
------------------------------