ChinaIceF / PyQt-SiliconUI

A powerful and artistic UI library based on PyQt5,基于 PyQt5 的UI框架,灵动、优雅而轻便
GNU General Public License v3.0
622 stars 67 forks source link

ModuleNotFoundError: No module named 'siui' #156

Closed 605037300 closed 3 weeks ago

605037300 commented 1 month ago

1.python setup.py install 安装过程有个err。

error: [Errno 2] No such file or directory: 'd:\bjc_workspace\vsprojects\bjcpractise\06pyside6frame\pyqt-siliconui\venv\lib\site-packages\PyQt_SiliconUI-1.0.1-py3.12.egg\siui\templates\application\components\layer\layer_left_global_drawer\pycache\layer_left_global_drawer.cpython-312.pyc.2622882953328'

2.看见venv已经有PyQt_SiliconUI-1.0.1-py3.12.egg就没管,继续python start.py ModuleNotFoundError: No module named 'siui'

605037300 commented 1 month ago

python3的版本换下就好了,今天解决了