如何在没有Internet连接的Windows XP计算机上安装Python psutil库?

时间:2015-02-11 09:06:00

标签: python windows psutil

我有一台Windows XP计算机,我尝试使用没有互联网连接的自动脚本进行部署。我的Python脚本的一部分需要pymodbus3库,虽然我设法安装了许多必需的软件包,但我很难理清psutil

如果我尝试从源代码安装它,我会收到以下错误消息:

D:\ZP300\Scripts\Z300Diagnostics>easy_install psutil-2.2.1.tar.gz
Processing psutil-2.2.1.tar.gz
Writing c:\docume~1\admini~1\locals~1\temp\easy_install-lgcclk\psutil-2.2.1\setup.cfg
Running psutil-2.2.1\setup.py -q bdist_egg --dist-dir c:\docume~1\admini~1\locals~1\temp\easy_install-lgcclk\psutil-2.2.1\egg-dist-tmp-x_z0ii
warning: no previously-included files matching '*' found under directory 'docs\_build'
error: Setup script exited with error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).

如果我尝试使用Windows安装程序,似乎无法在不启动GUI的情况下运行安装程序。

有没有办法在没有visual studio 2010的情况下从源代码安装,或者在不需要用户的情况下启动Windows安装程序?

1 个答案:

答案 0 :(得分:1)

找到a solution here on SO,它实际上比我想象的要容易:

easy_install psutil-2.2.1.win32-py3.3.exe