首先,如果这是一个错误的地方,我很抱歉,但我默认使用StackOverflow来解决Python问题。如果在其他地方得到解答,我会做一些谷歌搜索,在Python源代码中搜索,并在这里搜索无果而道歉。
我已经在相当全新的Fedora 25安装中安装了Mayavi 4.5.0。我通过su
并跟随their instructions升级到超级用户来安装存储库中的SciPy堆栈,然后使用{{1因为Mayavi装置似乎要求它们,所以和redhat-rpm-config
一样。然后我用vtk-python
安装了Mayavi(和依赖项)。 (同样,所有人都是超级用户,如果相关的话。)
现在,每当我从Mayavi导入mlab时,我都会收到错误消息
pip install mayavi
在绘制脚本时,一切看起来仍然完美无缺。任何想法来自何处或如何解决它?就目前而言,这不是一个问题,只是令人恼火。另外,我没有收到$ python -c "from mayavi import mlab"
Error in file(paste(tempdir(), "/Routput.txt", sep = ""), open = "wt+") :
cannot open the connection
In addition: Warning message:
In file(paste(tempdir(), "/Routput.txt", sep = ""), open = "wt+") :
cannot open file '/tmp/Rtmpzdb1bt/Routput.txt': No such file or directory
的错误。