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
Traceback (most recent call last):
File "/Users/admin/Library/Python/3.8/bin/tidevice", line 5, in <module>
from tidevice.__main__ import main
File "/Users/admin/Library/Python/3.8/lib/python/site-packages/tidevice/__init__.py", line 7, in <module>
from ._device import BaseDevice as Device
File "/Users/admin/Library/Python/3.8/lib/python/site-packages/tidevice/_device.py", line 30, in <module>
from PIL import Image
File "/Users/admin/Library/Python/3.8/lib/python/site-packages/PIL/Image.py", line 94, in <module>
from . import _imaging as core
ImportError: dlopen(/Users/admin/Library/Python/3.8/lib/python/site-packages/PIL/_imaging.cpython-38-darwin.so, 2): no suitable image found. Did find:
/Users/admin/Library/Python/3.8/lib/python/site-packages/PIL/_imaging.cpython-38-darwin.so: mach-o, but wrong architecture
/Users/admin/Library/Python/3.8/lib/python/site-packages/PIL/_imaging.cpython-38-darwin.so: mach-o, but wrong architecture
m1 上安装各种问题啊,希望可以优化解决下
执行安装脚本
pip3 install -U "tidevice[openssl]"
Pillow
报错,解决方案参考: 苹果Macbook Pro 13 M1芯片安装Pillow的正确姿势手动安装
Pillow
,之后再执行安装脚本,安装成功,最终提示成功 如下:执行
tidevice version
报错:查看
_imaging.cpython-38-darwin.so
架构输出结果
The text was updated successfully, but these errors were encountered: