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

Import error on M1 #17

Open
RocketNinja15 opened this issue Sep 1, 2022 · 2 comments
Open

Import error on M1 #17

RocketNinja15 opened this issue Sep 1, 2022 · 2 comments

Comments

@RocketNinja15
Copy link

RocketNinja15 commented Sep 1, 2022

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'))
@scorpion81
Copy link
Owner

Hi, could you please test the latest release ? I included arm64 into the mac os fat binary there as well now.

@RocketNinja15
Copy link
Author

Hi, could you please test the latest release ? I included arm64 into the mac os fat binary there as well now.

Hey! I got it to work! Is there some type of tutorial?

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

2 participants