Christoph Gohlke 网站上车轮文件名符号中的所有缩写是什么意思? [英] What is the meaning of all abbreviations in wheel filename notation on Christoph Gohlke's website?

查看:35
本文介绍了Christoph Gohlke 网站上车轮文件名符号中的所有缩写是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想按照 教程,但我在 Christoph Gohlke 的网站 上遇到了 numpy 版本符号 的问题,更准确地说,例如

I wanted to install OpenCV for Python3 on my machine following this tutorial, but I'm faced with a problem of numpy version notation on Christoph Gohlke's website, more precisely what does for example

numpy-1.14.2+mkl-cp36-cp36m-win32.whl

numpy‑1.14.2+mkl‑cp36‑cp36m‑win32.whl

notation 的意思是,我不明白我必须下载什么版本.这里列出了哪个版本根据我的系统规格安装?

notation mean, I don't understand what version I have to download. Which one of versions listed here do I install based on my system specs?

我已经阅读了 Christoph Gohlke 网站上的标题介绍,但没有找到任何解释.

I've read through the header introduction on Christoph Gohlke's website but didn't find any explanation.

推荐答案

numpy-1.14.2+mkl-cp36-cp36m-win32.whl

numpy‑1.14.2+mkl‑cp36‑cp36m‑win32.whl

numpy——好吧,显然
1.14.2 — NumPy
的版本mkl — 使用英特尔数学内核库
编译cp36‑cp36m — 用于 CPython 3.6 版
win32 — 用于 Windows 上的 32 位 Python(Windows 可以是 32 位或 64 位)
win_amd64 — 用于 Windows 上的 64 位 Python(Windows 必须是 64 位)
pp360 — PyPy3 6.0 版.

numpy — well, obviously
1.14.2 — version of NumPy
mkl — compiled with Intel Math Kernel Library
cp36‑cp36m — for CPython version 3.6
win32 — for 32-bit Python on Windows (Windows could be 32- or 64-bit)
win_amd64 — for 64-bit Python on Windows (Windows must be 64-bit)
pp360 — PyPy3 version 6.0.

要查看您安装的 Python,请运行

To see what Python you've installed run

python.exe -c "from pip._internal import pep425tags; print(pep425tags.get_supported())"

输出将类似于

[('cp27', 'cp27mu', 'linux_aarch64'), ('cp27', 'none', 'linux_aarch64'), ('py2', 'none', 'linux_aarch64'), ('cp27', 'none', 'any'), ('cp2', 'none', 'any'), ('py27', 'none', 'any'), ('py2', 'none', 'any'), ('py26', 'none', 'any'), ('py25', 'none', 'any'), ('py24', 'none', 'any'), ('py23', 'none', 'any'), ('py22', 'none', 'any'), ('py21', 'none', 'any'), ('py20', 'none', 'any')]

这篇关于Christoph Gohlke 网站上车轮文件名符号中的所有缩写是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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