使用Anaconda 3.6安装VTK [英] Install VTK with anaconda 3.6

查看:970
本文介绍了使用Anaconda 3.6安装VTK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在Ubuntu 16上安装VTK和mayavi.我有带有Python 3.6的Anaconda.如果我运行:

I need to install VTK and mayavi on Ubuntu 16. I have Anaconda with Python 3.6. If I run:

conda install -c menpo vtk=7.0.0 vtk

我得到:

Fetching package metadata ...........
Solving package specifications: .


    UnsatisfiableError: The following specifications were found to be in conflict:
      - python 3.6*
      - vtk 7.0.0* -> python 3.5* -> openssl 1.0.1*
      - vtk 7.0.0* -> python 3.5* -> xz 5.0.5
    Use "conda info <package>" to see the dependencies for each package.

显然,我需要带有Python3.5的Anaconda,但没有提供.任何的想法? :)

Apparently, I need Anaconda with Python3.5, but it's not availabe. Any idea? :)

推荐答案

您还可以使用以下方法: https://anaconda.org/clinicalgraphics/vtk VTK是7.1.0版本,并且是基于python 3.6构建的; D

You can also use this: https://anaconda.org/clinicalgraphics/vtk The VTK is the 7.1.0 ones and was built to python 3.6 ;D

如今,anaconda存储库具有最新版本(8.1.1)

Nowadays the anaconda repository has the latest version (8.1.1)

要执行此操作的代码是:

The code to do that is:

conda install -c anaconda vtk

这篇关于使用Anaconda 3.6安装VTK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆