BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
43 stars 7 forks source link

Add trouble shooting for installation #619

Open veronikarichter opened 5 months ago

veronikarichter commented 5 months ago

Add a section in the documentation on trouble shooting (and best practises) for installation issues.

Please install C++ build tools. Otherwise the installation won't work. If you do not have C++ build tools installed anyways, please download the developer tools here: https://visualstudio.microsoft.com/de/visual-cpp-build-tools/ and install Desktop development tools. If you get in trouble with building a wheel for sparse-dot-topn-for-blocks, this solution may help: https://github.com/ParticularMiner/sparse_dot_topn_for_blocks/issues/3#issuecomment-1645488025

For python > 3.9: make sure that the correct geomeppy is installed (using requirements.txt in the plugin): in this fork of geomeppy, we fixed the imports working from python >= 3.10: https://github.com/BIM2SIM/geomeppy