Talk:IfcOpenShell code examples

From Wiki.OSArch

Hi there,

it is really helpful this kind of tutorial. however, when I try to follow the examples, I face some problems. I believe these problems may be related to package installation although I have installed it using conda ($ conda install -c conda-forge -c oce -c dlr-sc -c ifcopenshell ifcopenshell). for example:

1. when I want to import Selector:

import ifcopenshell.util from ifcopenshell.util.selector import Selector


I get this error:

ModuleNotFoundError: No module named 'lark'

2. when I try to access property sets:

import ifcopenshell.util.pset from ifcopenshell import util


I get this error:

ModuleNotFoundError: No module named 'ifcopenshell.util.pset'

I am using Jupiter, my python version is 3.8.10