我已成功通过pyenv安装了Python 3.12.1,并且也成功通过pip安装了pyside6。然而,当我尝试通过运行pyside6-designer
启动设计师时,遇到了以下错误:
Error: dyld[28253]: 终止执行,因为插入的dylib 'libpython3.12.dylib' 无法加载:尝试了下列路径:
'libpython3.12.dylib'(文件不存在),
'/System/Volumes/Preboot/Cryptexes/OS/libpython3.12.dylib'(文件不存在),
'libpython3.12.dylib'(文件不存在),
'/Users/xxx123/libpython3.12.dylib'(文件不存在),
'/System/Volumes/Preboot/Cryptexes/OS/Users/xxx123/libpython3.12.dylib'(文件不存在),
'/Users/xxx123/libpython3.12.dylib'(文件不存在)
在执行'/Users/xxx123/.pyenv/versions/3.12.1/lib/python3.12/site-packages/PySide6/Designer.app/Contents/MacOS/Designer'时发生上述错误。
我正在使用的操作系统是Mac OS X 14.2.1 (23C71)。
如何解决这个问题?