由于自己的疏忽,导致安装浪费了大量的时间。
事后证明这完全是自己的问题,记录下来,以此来警示自己。
其实,经过1,2,3三个步骤你基本可以解决问题。
要安装模块的系统是python2.7.X windows7 64位。
事情的经过大概是这样的:
1.下载了psycopg2-latest.tar.gz之后,解压,cmd进入解压后的文件夹,运行python setup.py install。报错:error: Unable to find vcvarsall.bat
于是乎按照网上的教程在setup.cfg这个文件中加入了,pg_config=path_to_postgres\pg_config.exe问题依然没有解决。
2.在http://www.stickpeople/projects/python/win-psycopg/下载了对应的版本的安装文件,双击运行,期待问题解决,下一步,报错:
Python 2.7 required but was not found in the registry
3.在http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg下载了psycopg安装文件xxx-xxx-win_amd64.whl
cmd运行 pip install xxx-xxx-win_amd64.whl 又报错:UnsupportedWheel: psycopg2-2.6.1-cp27-none-win_amd64.whl is not a supported wheel on this platform.
在c:\user\xxx\pid\pid.log中保存了该错误日志。
4.这个方法感觉相当扯。把第2步的exe文件改成了zip文件,打开将psy
由于自己的疏忽,导致安装浪费了大量的时间。
事后证明这完全是自己的问题,记录下来,以此来警示自己。
其实,经过1,2,3三个步骤你基本可以解决问题。
要安装模块的系统是python2.7.X windows7 64位。
事情的经过大概是这样的:
1.下载了psycopg2-latest.tar.gz之后,解压,cmd进入解压后的文件夹,运行python setup.py install。报错:error: Unable to find vcvarsall.bat
于是乎按照网上的教程在setup.cfg这个文件中加入了,pg_config=path_to_postgres\pg_config.exe问题依然没有解决。
2.在http://www.stickpeople/projects/python/win-psycopg/下载了对应的版本的安装文件,双击运行,期待问题解决,下一步,报错:
Python 2.7 required but was not found in the registry
3.在http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg下载了psycopg安装文件xxx-xxx-win_amd64.whl
cmd运行 pip install xxx-xxx-win_amd64.whl 又报错:UnsupportedWheel: psycopg2-2.6.1-cp27-none-win_amd64.whl is not a supported wheel on this platform.
在c:\user\xxx\pid\pid.log中保存了该错误日志。
4.这个方法感觉相当扯。把第2步的exe文件改成了zip文件,打开将psy