You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this command :
python ifc2json.py -i model.ifc -o model.json --compact
gives errors :
File "/Users/a.delforges/Documents/Dev/ifcJSON-master/file_converters/ifc2json.py", line 31, in <module>
import ifcjson
File "/Users/a.delforges/Documents/Dev/ifcJSON-master/file_converters/ifcjson/__init__.py", line 1, in <module>
from ifcjson.ifc2json4 import IFC2JSON4
File "/Users/a.delforges/Documents/Dev/ifcJSON-master/file_converters/ifcjson/ifc2json4.py", line 29, in <module>
import ifcopenshell
ModuleNotFoundError: No module named 'ifcopenshell'
Am I forget something obvious ?
Testing device : Mac M1
The text was updated successfully, but these errors were encountered:
Hello,
Tried to follow the instructions to test ifcJSON with the conda environnement :
Using this command :
python ifc2json.py -i model.ifc -o model.json --compact
gives errors :
Am I forget something obvious ?
Testing device : Mac M1
The text was updated successfully, but these errors were encountered: