Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing MAC M1 - No module found #16

Open
Pourfex opened this issue Jun 7, 2023 · 0 comments
Open

Testing MAC M1 - No module found #16

Pourfex opened this issue Jun 7, 2023 · 0 comments

Comments

@Pourfex
Copy link

Pourfex commented Jun 7, 2023

Hello,
Tried to follow the instructions to test ifcJSON with the conda environnement :

  • Clone this repository
  • Conda env(create, activate install forge & ifcopenshell)
  • cd to ./file-converters

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant