opensourceBIM / python-mvdxml

A mvdXML checker and w3c SPARQL converter, as an IfcOpenShell submodule or stand-alone.
GNU Lesser General Public License v3.0
33 stars 12 forks source link

importError: cannot import ifcopenshell_wrapper #9

Closed ESiham closed 3 years ago

ESiham commented 3 years ago

I tried running this with python 3.9, but I got this error: ImportError: cannot import name 'ifcopenshell_wrapper' from partially initialized module 'ifcopenshell' (most likely due to o circular import). Have any suggestions about this error ?

johltn commented 3 years ago

I've just tested it on a 3.9 anaconda environment and it worked fine.

I suggest you to :

ESiham commented 3 years ago

Thank you so much @johltn for your response! Also, my apologies for the late reply. I tried to do what you suggested and it works perfectly.