-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I'm running Python 2.7 on Windows 7 64 bit. After installing this package through pip, I still don't have psycopg2 installed in the virtualenv (module can't be found). Looking in the Lib/site-packages folder after installing, I have a folder named "psycopg2-2.5.2-py2.7.egg-info" containing the following files:
dependency_links.txt
installed-files.txt
PKG-INFO
SOURCES.txt
top_level.txt
I've attached the pip install output below.
E:\devlink\python\pgtest>Scripts\pip.exe -v -v -v install git+https://github.com
/nwcell/psycopg2-windows.git@win64-py27#egg=psycopg2
Downloading/unpacking psycopg2 from git+https://github.com/nwcell/psycopg2-windo
ws.git@win64-py27
Cloning https://github.com/nwcell/psycopg2-windows.git (to win64-py27) to e:\d
evlink\python\pgtest\build\psycopg2
Found command 'git' at 'D:\Program Files (x86)\Git\cmd\git.exe'
Running command "D:\Program Files (x86)\Git\cmd\git.exe" clone -q https://gith
ub.com/nwcell/psycopg2-windows.git E:\devlink\python\pgtest\build\psycopg2
Running command "D:\Program Files (x86)\Git\cmd\git.exe" show-ref
(Omitted Git logs)
Running command "D:\Program Files (x86)\Git\cmd\git.exe" rev-parse HEAD
5698844
Running command "D:\Program Files (x86)\Git\cmd\git.exe" checkout -q 9248495
a04d00895986e9161f945330ceb190d
Running setup.py (path:E:\devlink\python\pgtest\build\psycopg2\setup.py) egg_i
nfo for package psycopg2
Running command python setup.py egg_info
running egg_info
creating pip-egg-info\psycopg2.egg-info
writing pip-egg-info\psycopg2.egg-info\PKG-INFO
writing top-level names to pip-egg-info\psycopg2.egg-info\top_level.txt
writing dependency_links to pip-egg-info\psycopg2.egg-info\dependency_links.
txt
writing manifest file 'pip-egg-info\psycopg2.egg-info\SOURCES.txt'
D:\Python27\Lib\distutils\dist.py:267: UserWarning: Unknown distribution opt
ion: 'summary'
warnings.warn(msg)
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info\psycopg2.egg-info\SOURCES.txt'
writing manifest file 'pip-egg-info\psycopg2.egg-info\SOURCES.txt'
Source in e:\devlink\python\pgtest\build\psycopg2 has version 2.5.2, which sat
isfies requirement psycopg2 from git+https://github.com/nwcell/psycopg2-windows.
git@win64-py27
Installing collected packages: psycopg2
Running setup.py install for psycopg2
Running command E:\devlink\python\pgtest\Scripts\python.exe -c "import setup
tools, tokenize;file='E:\devlink\python\pgtest\build\psycopg2\setup.py
';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n',
'\n'), file, 'exec'))" install --record c:\users\admin\appdata\local\temp\pi
p-_cqnrn-record\install-record.txt --single-version-externally-managed --compile
--install-headers E:\devlink\python\pgtest\include\site\python2.7
running install
running build
running install_egg_info
running egg_info
creating psycopg2.egg-info
writing psycopg2.egg-info\PKG-INFO
writing top-level names to psycopg2.egg-info\top_level.txt
writing dependency_links to psycopg2.egg-info\dependency_links.txt
writing manifest file 'psycopg2.egg-info\SOURCES.txt'
D:\Python27\Lib\distutils\dist.py:267: UserWarning: Unknown distribution opt
ion: 'summary'
warnings.warn(msg)
warning: manifest_maker: standard file '-c' not found
reading manifest file 'psycopg2.egg-info\SOURCES.txt'
writing manifest file 'psycopg2.egg-info\SOURCES.txt'
Copying psycopg2.egg-info to E:\devlink\python\pgtest\Lib\site-packages\psyc
opg2-2.5.2-py2.7.egg-info
running install_scripts
writing list of installed files to 'c:\users\admin\appdata\local\temp\pip-_c
qnrn-record\install-record.txt'
Successfully installed psycopg2
Cleaning up...
Removing temporary dir E:\devlink\python\pgtest\build...