Ubuntu Python3.9 安装 mayavi
Posted LiQiang33
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu Python3.9 安装 mayavi相关的知识,希望对你有一定的参考价值。
前言
mayavi的安装Window与Linux稍有不同,windows快捷安装https://blog.csdn.net/qq_44776065/article/details/127228620,安装方式参考官方安装文档:http://docs.enthought.com/mayavi/mayavi/installation.html
1 最新版mayavi安装,适用于Python3.x
conda activate my_env
pip install vtk
pip install mayavi
pip install pyQt5
直接安装即可完成
2 运行时遇到的问题
Could not load the Qt platform plugin "xcb" in "" even though it was found.
具体信息:
t.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.
解决: 安装xcb
sudo apt-get install libxcb-xinerama0
参考
官方文档:http://docs.enthought.com/mayavi/mayavi/index.html
Linux系统Python3.8安装Mayavi包: https://blog.csdn.net/weixin_47343723/article/details/127047656
Ubuntu 运行qt creator提示qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ https://blog.csdn.net/qq_37858386/article/details/128497981
以上是关于Ubuntu Python3.9 安装 mayavi的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Ubuntu 20.04 上为 Python 3.9 安装 pip
如何在 Azure VM 的 ubuntu 上将 python3.8 升级到 python3.9 并使用 cloud-init 安装 docker?
i.MX6ULL应用移植 | 基于ubuntu base 16.04搭建python3.9+pip3环境
i.MX6ULL应用移植 | 基于ubuntu base 16.04搭建python3.9+pip3环境
在 docker 镜像中安装 Python3.9 和 pip(而不是 python 3.8)
pip install py-find-1st 在 ubuntu20 和 centos 上使用 python3.9 失败