Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

这是一个新问题,我使用源码运行后报错(这是一个PySide6的Fluent UI问题) #5

Open
xianmovo opened this issue Oct 21, 2023 · 2 comments

Comments

@xianmovo
Copy link

QQmlApplicationEngine failed to load component
qrc:/example/qml/App.qml:5:1: 无法加载库 D:\Python3913\lib\site-packages\FluentUI\qml\FluentUI\fluentuiplugin.dll:找不到指定的程序。

@zhuzichu520
Copy link
Owner

zhuzichu520 commented Oct 21, 2023

估计pyside6的Qt版本与PySide6-FluentUI-QML的Qt版本不一致导致的,目前PySide6最新版的Qt是6.6.0,对应PySide6-FluentUI-QML的版本是1.6.1(PySide6-FluentUI-QML 1.6.1版本是Qt6.6.0)

@BleethNie
Copy link

BleethNie commented Oct 21, 2023

我在git pull 拉取新版本的时候遇到同样问题

  1. 我的解决办法是将python 环境删除然后重新安装(我用conda管理python环境)
  2. 更新FluentUI目录
    image
    清空FluentUI目录,从https://github.com/zhuzichu520/PySide6-FluentUI-QML 项目中重新下载FluentUI文件夹中的内容,替换本地项目FluentUI目录

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants