简体   繁体   English

安装适用于Python 3.7.3的vtk工具包

[英]Install vtk toolkit for Python 3.7.3

I'm setting up a new Windows 10 PC at work. 我正在安装一台新的Windows 10 PC。 I'm facing issues in trying to install vtk 8.1.2 for Python 3.7.3, which is the only version there is on my PC. 我在尝试为Python 3.7.3安装vtk 8.1.2时遇到问题,这是PC上唯一的版本。

This is what I get trying with pip 19.1.1 and wget: 这是我尝试使用pip 19.1.1和wget进行的操作:

C:\Users\staff>pip install vtk
Collecting vtk
  ERROR: Could not find a version that satisfies the requirement vtk (from 
versions: none)
ERROR: No matching distribution found for vtk


C:\Users\staff>wget https://files.pythonhosted.org/packages/6b/55/.../vtk-8.1.2-cp37-cp37m-win_amd64.whl
--2019-06-20 08:52:49--  
https://files.pythonhosted.org/packages/6b/55/.../vtk-8.1.2-cp37-cp37m-win_amd64.whl
Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.29.63
Connecting to files.pythonhosted.org 
(files.pythonhosted.org)|151.101.29.63|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24390482 (23M) [binary/octet-stream]
Saving to: 'vtk-8.1.2-cp37-cp37m-win_amd64.whl'

vtk-8.1.2-cp37-cp37m-win_amd6 100% 
[==========================>]  23.26M  52.7MB/s    in 0.4s

2019-06-20 08:52:50 (52.7 MB/s) - 'vtk-8.1.2-cp37-cp37m-win_amd64.whl' saved 
[24390482/24390482]


C:\Users\staff>pip install vtk-8.1.2-cp37-cp37m-win_amd64.whl
ERROR: vtk-8.1.2-cp37-cp37m-win_amd64.whl is not a supported wheel on this 
platform.

I omit the full wget link for formatting purposes. 我省略了完整的wget链接以进行格式化。 I would prefer to keep the PC without virtual environments and multiple Python versions to avoid mess. 为了避免混乱,我宁愿让PC没有虚拟环境和多个Python版本。 Do you have any suggestion? 你有什么建议吗?

Your Python is 32-bit and vtk only provides 64-bit builds. 您的Python是32位的,而vtk仅提供 64位的构建。 Install 64-bit Python and retry. 安装64位Python,然后重试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM