ovito :qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found.
生活随笔
收集整理的這篇文章主要介紹了
ovito :qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
centos 安裝ovito運行時,報錯:
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, offscreen, vnc, xcb.Aborted (core dumped)網上的解決辦法:
sudo apt-get install libxcb-xinerama0所以我使用了
yum install libxcb-xinerama0結果發現并沒有這個包!!最終在ovito的官方手冊找到了解決辦法!
# On CentOS/RHEL systems: sudo yum install libxcb xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm另外手冊還介紹了其他常見的問題,詳情請見:https://www.ovito.org/docs/current/installation.html
總結
以上是生活随笔為你收集整理的ovito :qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: turbo码
- 下一篇: Java Web ——基于Jsp+Ser