我需要帮助在服务器版本Microsoft server 2012 R2上安装peewee。在这个服务器中,我需要使用IIS。
我创建了一个API,使用peewee来处理远程数据库。 在服务器中,我通过microsolft plateform安装程序安装了python 3.4.2和wgfastgci:
安装Python时,我使用了pip list我刚安装了setuptools和pip。 要安装peewee,我做了: pip安装peewee 但我有这个错误:
Peewee install error: unable to find vcvarsall.bat
我尝试过这些步骤,但没有奏效:
https://teamtreehouse.com/community/peewee-install-error-unable-to-find-vcvarsallbat
https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/
当我使用pip升级setuptools时,错误改变如下:
error : Microsoft Visual c++ 10.0 i srequired. get it with "Microsoft Windows SDK 7.1" : www.microsoft.com/download/details.aspx?id=8279
所以我试着这样做:
但所有链接都不兼容Windows Server 2012 R2 ...我不想在服务器中安装SDK。所以我在微软网站上搜索了其他版本,但我得到了这些版本,但它没有用。
我需要帮助来解决此错误。
答案 0 :(得分:1)