Closed wlinna closed 2 years ago
Ok, I guess some of the dependencies are not correctly articulated, I had a hard time getting something to work without a ton of conflicts.
Installing IfcOpenShell was a good move, but the code here is compiled against the conda-forge version. Could you try
conda install -c conda-forge ifcopenshell
instead?
I ran
conda uninstall -c ifcopenshell ifcopenshell
conda install -c conda-forge ifcopenshell
~/Software/mambaforge/envs/voxelization/bin/voxec --help
And it works. Thanks for the quick response!
Cool, thanks for reporting, updated the readme https://github.com/opensourceBIM/voxelization_toolkit/blob/master/README.md#installation
I wanted to try voxelization_toolkit, but after installing. The steps I tried:
conda create --name voxelization
conda activate voxelization
conda install -c ifcopenshell voxelization_toolkit
~/Software/mambaforge/envs/voxelization/bin/voxec
Result:
error while loading shared libraries: libboost_regex.so.1.74.0: cannot open shared object file: No such file or directory
I figured out I could try installing
ifcopenshell
(should probably be documented).conda install -c ifcopenshell ifcopenshell
~/Software/mambaforge/envs/voxelization/bin/voxec
Result
voxec: symbol lookup error: /home/william/Software/mambaforge/envs/voxelization/bin/voxec: undefined symbol: _ZNK16Standard_Failure14GetStackStringEv
Do I need to install something else? Or is this a wrong way to run it?
I'm on Pop!_OS 22.04 (similar to Ubuntu 22.04) , conda 22.9.0, Python 3.10.