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
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'))
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: