Blender-Molecular-Script icon indicating copy to clipboard operation
Blender-Molecular-Script copied to clipboard

Import error on M1

Open carterlasalle opened this issue 1 year ago • 2 comments

Screenshot 2022-09-01 at 2 19 53 PM Screenshot 2022-09-01 at 2 20 15 PM

I am on a m1 mac, and I have a problem when importing because it is requiring an architecture that I don't have. @scorpion81

Traceback (most recent call last):
  File "/Applications/Blender.app/Contents/Resources/3.4/scripts/modules/addon_utils.py", line 369, in enable
    mod.register()
  File "/Users/Rocket1/Library/Application Support/Blender/3.4/scripts/addons/molecular/__init__.py", line 42, in register
    from . import properties, ui, operators
  File "/Users/Rocket1/Library/Application Support/Blender/3.4/scripts/addons/molecular/operators.py", line 7, in <module>
    from . import simulate, core
ImportError: dlopen(/Users/Rocket1/Library/Application Support/Blender/3.4/scripts/addons/molecular/core.cpython-310-darwin.so, 0x0002): tried: '/Users/Rocket1/Library/Application Support/Blender/3.4/scripts/addons/molecular/core.cpython-310-darwin.so' (fat file, but missing compatible architecture (have 'x86_64,arm64e', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/Rocket1/Library/Application Support/Blender/3.4/scripts/addons/molecular/core.cpython-310-darwin.so' (no such file), '/Users/Rocket1/Library/Application Support/Blender/3.4/scripts/addons/molecular/core.cpython-310-darwin.so' (fat file, but missing compatible architecture (have 'x86_64,arm64e', need 'arm64'))

carterlasalle avatar Sep 01 '22 21:09 carterlasalle