ubuntu上pylon无法启动

https://docs.baslerweb.com/knowledge/pylon-viewer-doesnt-start-on-linux#:~:text=pylon%20Viewer%3A%20To%20use%20the%20pylon%20Viewer%2C%20you,the%20following%20packages%3A%20libgl1-mesa-dri%2C%20libgl1-mesa-glx%2C%20libxcb-xinerama0%2C%20and%20libxcb-xinput0.

进入/opt/pylon/bin路径,运行./pylonviewer

会打印

bash 复制代码
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
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: minimal, eglfs, xcb, vnc, minimalegl, offscreen, wayland, vkkhrdisplay, wayland-egl, linuxfb.

Aborted (core dumped)

看上去像qt的问题

解决方法
https://stackoverflow.com/questions/77725761/from-6-5-0-xcb-cursor0-or-libxcb-cursor0-is-needed-to-load-the-qt-xcb-platform

复制代码
sudo apt-get install -y libxcb-cursor-dev
相关推荐
少妇的美梦1 小时前
logstash教程
运维
chen9452 小时前
k8s集群部署vector日志采集器
运维
chen9452 小时前
aws ec2部署harbor,使用s3存储
运维
轻松Ai享生活6 小时前
5 节课深入学习Linux Cgroups
linux
christine-rr7 小时前
linux常用命令(4)——压缩命令
linux·服务器·redis
三坛海会大神5557 小时前
LVS与Keepalived详解(二)LVS负载均衡实现实操
linux·负载均衡·lvs
東雪蓮☆7 小时前
深入理解 LVS-DR 模式与 Keepalived 高可用集群
linux·运维·服务器·lvs
qq_264220897 小时前
LVS负载均衡群集和LVS+Keepalived群集
运维·负载均衡·lvs
乌萨奇也要立志学C++7 小时前
【Linux】进程概念(二):进程查看与 fork 初探
linux·运维·服务器
雨落Liy7 小时前
Nginx 从入门到进阶:反向代理、负载均衡与高性能实战指南
运维·nginx·负载均衡