1 Star 0 Fork 1

jory.d / onnxruntime

forked from xxl1j2n / onnxruntime 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Python_Dev_Notes.md 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pranav Sharma 提交于 2018-11-19 16:48 . Initial bootstrap commit.

Python Dev Notes

Each Python version uses a specific compiler version. In most cases, you should use the same compiler version for building python extensions.

Which Microsoft Visual C++ compiler to use with a specific Python version ?

Visual C++ CPython
2015, 2017 3.7
2015 3.5,3.6
2010 3.3,3.4
2008 2.6, 2.7, 3.0, 3.1, 3.2

Currently, ONNXRuntime only supports Visual C++ 2017. Therefore, Python 3.7 seems to be the best choice.

CPython 3.7 is distributed with a VC++ 2017 runtime. Unlike the earlier VC++ version, VC++ 2017 Runtime is binary backward compatible with VC++ 2015. Which means you could build your application with VC++ 2015 then run it with VC++ 2017 runtime.

1
https://gitee.com/dangxusheng/onnxruntime.git
git@gitee.com:dangxusheng/onnxruntime.git
dangxusheng
onnxruntime
onnxruntime
master

搜索帮助