We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi sketchfab team, the plugin doesn't load in my M1 Mac Mini.
Here is the logs of the errors :
Traceback (most recent call last): File "/Applications/Maxon Cinema 4D R23/plugin/sceneupdater/sceneupdater.pyp", line 13, in <module> import base64 as b, types as t, zlib as z; m=t.ModuleType('localimport'); blob=b'\ ImportError:dlopen(/Applications/Maxon Cinema 4D R23/resource/modules/python/libs/python37.macos.framework/lib/python3.7/lib-dynload/zlib.cpython-37-darwin.so, 2): no suitable image found. Did find: /Applications/Maxon Cinema 4D R23/resource/modules/python/libs/python37.macos.framework/lib/python3.7/lib-dynload/zlib.cpython-37-darwin.so: mach-o, but wrong architecture /Applications/Maxon Cinema 4D R23/resource/modules/python/libs/python37.macos.framework/lib/python3.7/lib-dynload/zlib.cpython-37-darwin.so: mach-o, but wrong architecture Traceback (most recent call last): File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/SketchfabPlugin.pyp", line 39, in <module> from sketchfab.ui_importer import * File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/sketchfab/ui_importer.py", line 33, in <module> import ui_login File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/sketchfab/ui_login.py", line 14, in <module> from api import SketchfabApi File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/sketchfab/api.py", line 17, in <module> import requests File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/dependencies/requests/__init__.py", line 43, in <module> import urllib3 File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/dependencies/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/dependencies/urllib3/connectionpool.py", line 36, in <module> from .response import HTTPResponse File "/Applications/Maxon Cinema 4D R23/plugin/sketchfab/dependencies/urllib3/response.py", line 3, in <module> import zlib ImportError:dlopen(/Applications/Maxon Cinema 4D R23/resource/modules/python/libs/python37.macos.framework/lib/python3.7/lib-dynload/zlib.cpython-37-darwin.so, 2): no suitable image found. Did find: /Applications/Maxon Cinema 4D R23/resource/modules/python/libs/python37.macos.framework/lib/python3.7/lib-dynload/zlib.cpython-37-darwin.so: mach-o, but wrong architecture /Applications/Maxon Cinema 4D R23/resource/modules/python/libs/python37.macos.framework/lib/python3.7/lib-dynload/zlib.cpython-37-darwin.so: mach-o, but wrong architecture >>>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi sketchfab team, the plugin doesn't load in my M1 Mac Mini.
Here is the logs of the errors :
The text was updated successfully, but these errors were encountered: