【发布时间】:2018-01-19 04:02:02
【问题描述】:
当我使用 Nuitka 编译我的 python 项目时,出现了一个错误:
python36.lib(python36.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'x86'
我正在使用Windows 10 64bit、Nuitka 0.5.28.1 Python3.6 64 bit、Visual Studio 2017 Community 和Python 3.6.3 |Anaconda custom (64-bit)|。
我想构建一个x64 exe 文件。
我在互联网上搜索过Configuration Properties、Target Machine。但是,我在使用Nuitka时没有VS项目,所以不知道在哪里配置。
【问题讨论】:
标签: python visual-studio compiler-errors architecture nuitka