python - 由于microsoft visual c ++,pandas安装失败

问题描述 投票:-1回答:1

我正在使用anaconda运行我的python代码并安装了python 3.4。除此之外,我正在尝试使用pandas安装pip install pandas库。但它告诉我错误

python34.lib(python34.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\BIN\\link.exe' failed with exit status 1112

我安装了microsoft visual c ++ 2010 Express ENU。有人可以帮我安装吗?

python pandas anaconda
1个回答
0
投票

我喜欢用于此类事情的解决方法是使用预编译版本。

https://www.lfd.uci.edu/~gohlke/pythonlibs/

© www.soinside.com 2019 - 2024. All rights reserved.