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

incompatible architecture (have 'x86_64', need 'arm64') - M1 Mac #235

Open
brunodeangelis opened this issue Sep 19, 2023 · 0 comments
Open

Comments

@brunodeangelis
Copy link

Hey, thanks for the great addon :)

I'm getting an incompatible architecture issue when pressing the checkbox to enable the addon. M1 Max, macOS Ventura 13.5.1

Traceback (most recent call last):
  File "/Applications/Blender.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 333, in enable
    mod = __import__(module_name)
  File "/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/__init__.py", line 31, in <module>
    from . import frontend
  File "/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/frontend.py", line 10, in <module>
    from .CyclesLightData import CyclesLightData
  File "/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/CyclesLightData.py", line 9, in <module>
    from .LightData import LightData
  File "/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/LightData.py", line 7, in <module>
    from .ScrapersManager import ScrapersManager
  File "/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/ScrapersManager.py", line 26, in <module>
    from .Scrapers.AbstractScraper import AbstractScraper
  File "/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/Scrapers/AbstractScraper.py", line 31, in <module>
    from lxml import etree
ImportError: dlopen(/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/site-packages/arm/lxml/etree.cpython-310-darwin.so, 0x0002): tried: '/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/site-packages/arm/lxml/etree.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/site-packages/arm/lxml/etree.cpython-310-darwin.so' (no such file), '/Users/bruno/Library/Application Support/Blender/3.6/scripts/addons/LilySurfaceScraper/site-packages/arm/lxml/etree.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
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