WSL2下的PyQt5报错XCB找不到

前言

最近在WSL2上搬点砖,结果报xcb错误。

$ python test.py
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted

搜索了一篇文章:在Ubuntu(WSL2)上使用PyQt5时,GUI周围出现错误,写得比较清楚了。

略微有几个细节,记一下,免得下次找。

过程

整个过程与原Po的文章基本一样。

  1. export QT_DEBUG_PLUGINS=1
  2. ldd /path-to-lib/libqxcb.so | grep "not found"
  3. sudo apt install libxxxx0 libxxxx1

QT插件

QT的很多功能使用插件来实现的,也就是利用动态链接库实现特定功能的一种方式。

在插件开发时,声明一个接口,并把接口注册到QObject体系中。

ldd

ldd的帮助页上写:ldd - print shared object dependencies。

也就是列出动态链接库的依赖项。

例如名字libxcb-icccm.so.4对应的库就是libxcb-icccm4

最后那个数字就是版本号。

原文里面有0,1,4等。

安装的时候可以一次性安装。

结论

不要用WSL……直接装原生。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

大福是小强

除非你钱多烧得慌……

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值