I thought the idea of this builds was to be able to install without recompiling.
But when I do
pip install git+https://github.com/nwcell/psycopg2-windows.git@win64-py27#egg=psycopg2
I end up getting:
running build
running build_py
running build_ext
building 'psycopg2._psycopg' extension
error: Unable to find vcvarsall.bat
is this the expected behavior, or am I doing something wrong?
(Windows 8, 64bits, Python 2.7)
I thought the idea of this builds was to be able to install without recompiling.
But when I do
pip install git+https://github.com/nwcell/psycopg2-windows.git@win64-py27#egg=psycopg2
I end up getting:
is this the expected behavior, or am I doing something wrong?
(Windows 8, 64bits, Python 2.7)