Giter Site home page Giter Site logo

psycopg2-windows's People

Contributors

nwcell avatar robi-wan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

psycopg2-windows's Issues

installer for 2.6.1 failing

This is Windows 7 on a 64-bit core i5, Python 3.4.4rc1.

I tried running the installer
psycopg2-2.6.1.win-amd64-py3.4-pg9.4.4-release.exe
it hung, after clicking next on the "Ready to install" step, with a dialog saying "funktionioniern nicht mehr" -- that is, "no longer working".

Install error Windows 7 32bit

Pip works in general, but this doesn't seem to work:

(venv) C:\rob\djangotest>pip install git+https://github.com/nwcell/psycopg2-windows.git@win32-py34#egg=psycopg2
Downloading/unpacking psycopg2 from git+https://github.com/nwcell/psycopg2-windows.git@win32-py34
Cleaning up...
Exception:
Traceback (most recent call last):
File "C:\rob\Python34\lib\shutil.py", line 370, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'C:\Users\rgrant\AppData\Local\Temp\pip_build_RGRANT\psycopg2.git\objects\pack\pack-6d3b0935968841c7fd3ba9ffabefdf24b0836531.idx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\rob\Python34\lib\site-packages\pip\basecommand.py", line 122, in main

status = self.run(options, args)

File "C:\rob\Python34\lib\site-packages\pip\commands\install.py", line 278, in
run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundl
e=self.bundle)
File "C:\rob\Python34\lib\site-packages\pip\req.py", line 1197, in prepare_fil
es
do_download,
File "C:\rob\Python34\lib\site-packages\pip\req.py", line 1360, in unpack_url
unpack_vcs_link(link, loc, only_download)
File "C:\rob\Python34\lib\site-packages\pip\download.py", line 344, in unpack_
vcs_link
vcs_backend.unpack(location)
File "C:\rob\Python34\lib\site-packages\pip\vcs__init__.py", line 239, in unp
ack
rmtree(location)
File "C:\rob\Python34\lib\site-packages\pip\util.py", line 43, in rmtree
onerror=rmtree_errorhandler)
File "C:\rob\Python34\lib\shutil.py", line 477, in rmtree
return _rmtree_unsafe(path, onerror)
File "C:\rob\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "C:\rob\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "C:\rob\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "C:\rob\Python34\lib\shutil.py", line 372, in _rmtree_unsafe
onerror(os.unlink, fullname, sys.exc_info())
File "C:\rob\Python34\lib\site-packages\pip\util.py", line 53, in rmtree_error
handler
(exctype is PermissionError and value.args[3] == 5) #python3.3
IndexError: tuple index out of range

Storing debug log for failure in C:\Users\rgrant\pip\pip.log

pip install using cygwin

Not sure if anyone has managed to get this working in cygwin.

error message you get is shown below.

I'd wager that the issue has something to do with how cygwin exposes the windows file system through it's own file paths (I've seen these sorts of issues before).

Collecting psycopg2 from git+https://github.com/nwcell/psycopg2-windows.git@win64-py27#egg=psycopg2
Cloning https://github.com/nwcell/psycopg2-windows.git (to win64-py27) to /tmp/pip-build-DP9HQ2/psycopg2
Error [Errno 2] No such file or directory: '/tmp/pip-build-DP9HQ2/psycopg2' while executing command "/cygdrive/c/Program Files (x86)/git/cmd/git" show-ref
Exception:
Traceback (most recent call last):
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/basecommand.py", line 232, in main
status = self.run(options, args)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/commands/install.py", line 339, in run
requirement_set.prepare_files(finder)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/req/req_set.py", line 355, in prepare_files
do_download, session=self.session,
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/download.py", line 765, in unpack_url
unpack_vcs_link(link, location, only_download)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/download.py", line 468, in unpack_vcs_link
vcs_backend.unpack(location)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/vcs/init.py", line 282, in unpack
self.obtain(location)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/vcs/git.py", line 122, in obtain
rev_options = self.check_rev_options(rev, dest, rev_options)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/vcs/git.py", line 69, in check_rev_options
revisions = self.get_refs(dest)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/vcs/git.py", line 146, in get_refs
show_stdout=False, cwd=location)
File "/cygdrive/f/taras/programming/mycronjobs/venv/lib/python2.7/site-packages/pip/utils/init.py", line 707, in call_subprocess
cwd=cwd, env=env)
File "/usr/lib/python2.7/subprocess.py", line 710, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory: '/tmp/pip-build-DP9HQ2/psycopg2'

error while installing psycopg2

I am a beginner and I am facing issue in psycopg2 installation in my pycharm (venv) on my windows. How to solve it...

error

(venv) C:\Users\Vishal\PycharmProjects\website>pip install psycopg2
Collecting psycopg2
Using cached https://files.pythonhosted.org/packages/84/d7/6a93c99b5ba4d4d22daa3928b983cec66df4536ca50b22ce5dcac65e4e71/psycopg2-2.8.4.tar.gz
Complete output from 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 dependency_links to pip-egg-info\psycopg2.egg-info\dependency_links.txt
writing top-level names to pip-egg-info\psycopg2.egg-info\top_level.txt
writing manifest file 'pip-egg-info\psycopg2.egg-info\SOURCES.txt'

Error: pg_config executable not found.

pg_config is required to build psycopg2 from source. Please add the directory
containing pg_config to the $PATH or specify the full executable path with the
option:

python setup.py build_ext --pg-config /path/to/pg_config build ...

or with the pg_config option in 'setup.cfg'.

If you prefer to avoid building psycopg2 from source, please install the PyPI
'psycopg2-binary' package instead.

For further information please check the 'doc/src/install.rst' file (also at
http://initd.org/psycopg/docs/install.html).


Command "python setup.py egg_info" failed with error code 1 in C:\Users\Vishal\AppData\Local\Temp\pip-install-yhws7zqc\psycopg2\

Installation OK, error during cleanup

The installation went OK, but i got an error during cleanup phase. Here is the output of the installation:

(venv) C:\Users\ggherardi\Sources\heroku-python-bottle>pip install git+https://github.com/nwcell/psycopg2-windows.git@win32-py34#egg=psycopg2
Downloading/unpacking psycopg2 from git+https://github.com/nwcell/psycopg2-windows.git@win32-py34
  Cloning https://github.com/nwcell/psycopg2-windows.git (to win32-py34) to c:\users\ggherardi\sources\heroku-python-bottle\venv\build\psycopg2
  Running setup.py (path:C:\Users\ggherardi\Sources\heroku-python-bottle\venv\build\psycopg2\setup.py) egg_info for package psycopg2
    C:\Python34\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'summary'
      warnings.warn(msg)

Installing collected packages: psycopg2
  Running setup.py install for psycopg2
    C:\Python34\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'summary'
      warnings.warn(msg)

Successfully installed psycopg2
Cleaning up...
  Exception:
Traceback (most recent call last):
  File "C:\Python34\lib\shutil.py", line 370, in _rmtree_unsafe
    os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ggherardi\\Sources\\heroku-python-bottle\\venv\\build\\psycopg2\\.git\\objects\\pack\\pack-be4d3da4a06b4c9ec4c06040dbf6685eeccca068.idx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\basecommand.py", line 122, in main
    status = self.run(options, args)
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\commands\install.py", line 302, in run
    requirement_set.cleanup_files(bundle=self.bundle)
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\req.py", line 1333, in cleanup_files
    rmtree(dir)
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\util.py", line 43, in rmtree
    onerror=rmtree_errorhandler)
  File "C:\Python34\lib\shutil.py", line 477, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 372, in _rmtree_unsafe
    onerror(os.unlink, fullname, sys.exc_info())
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\util.py", line 53, in rmtree_errorhandler
    (exctype is PermissionError and value.args[3] == 5) #python3.3
IndexError: tuple index out of range

  Storing debug log for failure in C:\Users\ggherardi\pip\pip.log

and here is the contento of the mentioned C:\Users\ggherardi\pip\pip.log file:

------------------------------------------------------------
C:\Users\ggherardi\Sources\heroku-python-bottle\venv\Scripts\pip run on 12/30/14 14:22:13
Downloading/unpacking psycopg2 from git+https://github.com/nwcell/psycopg2-windows.git@win32-py34
  Cloning https://github.com/nwcell/psycopg2-windows.git (to win32-py34) to c:\users\ggherardi\sources\heroku-python-bottle\venv\build\psycopg2
  Found command 'git' at 'C:\\Program Files (x86)\\Git\\cmd\\git.exe'
  Running command "C:\Program Files (x86)\Git\cmd\git.exe" clone -q https://github.com/nwcell/psycopg2-windows.git C:\Users\ggherardi\Sources\heroku-python-bottle\venv\build\psycopg2
  Running command "C:\Program Files (x86)\Git\cmd\git.exe" show-ref
  5698844286001962f3eeeab58164301898ef48e9 refs/heads/master
  5698844286001962f3eeeab58164301898ef48e9 refs/remotes/origin/HEAD
  5698844286001962f3eeeab58164301898ef48e9 refs/remotes/origin/master
  4200a3866f92b4b7bb07701f8f4d0e221f006d72 refs/remotes/origin/win32-py25
  d988177bec98ff1aa5aa593ab3fed876e30c303a refs/remotes/origin/win32-py26
  e341ef8e3b93daf670a99baef05a4b3bcc729ce6 refs/remotes/origin/win32-py27
  47a1b79f23f17e067b3a3b444c0070d4b6dee5d5 refs/remotes/origin/win32-py32
  c54c13f6b156b9965d9876bd9fd28428d0a10f1f refs/remotes/origin/win32-py33
  02d0abb3dc219d8fd5e141fffcb4e5ce0caf680e refs/remotes/origin/win32-py34
  2ee452cfe79731861e159341a484ddab4b686f7e refs/remotes/origin/win64-py26
  924849520a04d00895986e9161f945330ceb190d refs/remotes/origin/win64-py27
  691710e8efc39d26fef6cbc693f2a74a4f5fc9a8 refs/remotes/origin/win64-py32
  9e81d60836eb6b892781943d7277fbafaae6300d refs/remotes/origin/win64-py33
  4039d982152492453abdfb72d0054230fcb42c30 refs/remotes/origin/win64-py34
  e476d8bdc15e862325752da46f9d23a76411a940 refs/tags/0.1.0
  ef3b15d8ed1633c9df76a0fbb87503caf4bcce3a refs/tags/win32-py25-psycopg2-252
  9c16b6cf7479394178d5d32f7b4a104c6d32245e refs/tags/win32-py25-psycopg2-253
  034c30f84b441a0cc2d6140ed385ccdfcd507acc refs/tags/win32-py26-psycopg2-252
  51d9bcfbfe4a99639c16dd9eff5a0fca8abf6761 refs/tags/win32-py26-psycopg2-253
  6356f08b3498d8674343937084bd62da79b5563b refs/tags/win32-py27-psycopg2-252
  836416feeebc02283315e30a8f7bea66fa599451 refs/tags/win32-py27-psycopg2-253
  7db1dae9194e9ca15df2f51672d785dfa9519088 refs/tags/win32-py32-psycopg2-252
  8690475c521c22b52a57933fcc2b05d42a2439b1 refs/tags/win32-py32-psycopg2-253
  c65306a339a528215f25d2d5faba204aef894fd3 refs/tags/win32-py33-psycopg2-252
  8f59901bc7efdc0061f28a2e1f90e98e23bd5d3a refs/tags/win32-py33-psycopg2-253
  ed9ef6dc1eeb1526eac6b54fee2a618f828b7482 refs/tags/win32-py34-psycopg2-253
  1262d00c4dcbcb98619fac12d8688d9c110afbb7 refs/tags/win62-py26-psycopg2-252
  9ed8ef7a9fac4de21774c6442d1cc8d04496dc9e refs/tags/win64-py26-psycopg2-253
  27bd71b9cf4654096d1b6538e147c36285d8d40e refs/tags/win64-py27-psycopg2-252
  ea4d35219b5ef93df7bc3f4e40f0aad4d5adb57c refs/tags/win64-py27-psycopg2-253
  cbd16f3f06e57f0c4d17db79eb11226f0bea5643 refs/tags/win64-py32-psycopg2-252
  5280fc7f5f966ba5a5be05d77f7ec010dab935e9 refs/tags/win64-py32-psycopg2-253
  874c0d8c274ea02b405c0fc42c409932dab8cbb3 refs/tags/win64-py33-psycopg2-252
  119902cd91ac173166c1af6fa6b77b721f82e6db refs/tags/win64-py33-psycopg2-253
  a3517ae38f1aef2faead9475b008064b85b3f045 refs/tags/win64-py34-psycopg2-253
  Running command "C:\Program Files (x86)\Git\cmd\git.exe" rev-parse HEAD
  5698844286001962f3eeeab58164301898ef48e9
  Running command "C:\Program Files (x86)\Git\cmd\git.exe" checkout -q 02d0abb3dc219d8fd5e141fffcb4e5ce0caf680e
  Running setup.py (path:C:\Users\ggherardi\Sources\heroku-python-bottle\venv\build\psycopg2\setup.py) egg_info for package psycopg2
    running egg_info
    creating pip-egg-info\psycopg2.egg-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 pip-egg-info\psycopg2.egg-info\PKG-INFO
    writing manifest file 'pip-egg-info\psycopg2.egg-info\SOURCES.txt'
    C:\Python34\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: '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 c:\users\ggherardi\sources\heroku-python-bottle\venv\build\psycopg2 has version 2.5.2, which satisfies requirement psycopg2 from git+https://github.com/nwcell/psycopg2-windows.git@win32-py34
Installing collected packages: psycopg2
  Running setup.py install for psycopg2
    Running command C:\Users\ggherardi\Sources\heroku-python-bottle\venv\Scripts\python.exe -c "import setuptools, tokenize;__file__='C:\\Users\\ggherardi\\Sources\\heroku-python-bottle\\venv\\build\\psycopg2\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\GGHERA~1\AppData\Local\Temp\pip-y92msfa6-record\install-record.txt --single-version-externally-managed --compile --install-headers C:\Users\ggherardi\Sources\heroku-python-bottle\venv\include\site\python3.4
    running install
    running build
    running install_egg_info
    running egg_info
    creating psycopg2.egg-info
    writing top-level names to psycopg2.egg-info\top_level.txt
    writing psycopg2.egg-info\PKG-INFO
    writing dependency_links to psycopg2.egg-info\dependency_links.txt
    writing manifest file 'psycopg2.egg-info\SOURCES.txt'
    C:\Python34\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: '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 C:\Users\ggherardi\Sources\heroku-python-bottle\venv\Lib\site-packages\psycopg2-2.5.2-py3.4.egg-info
    running install_scripts
    writing list of installed files to 'C:\Users\GGHERA~1\AppData\Local\Temp\pip-y92msfa6-record\install-record.txt'
Successfully installed psycopg2
Cleaning up...
  Removing temporary dir C:\Users\ggherardi\Sources\heroku-python-bottle\venv\build...
  Exception:
Traceback (most recent call last):
  File "C:\Python34\lib\shutil.py", line 370, in _rmtree_unsafe
    os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ggherardi\\Sources\\heroku-python-bottle\\venv\\build\\psycopg2\\.git\\objects\\pack\\pack-be4d3da4a06b4c9ec4c06040dbf6685eeccca068.idx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\basecommand.py", line 122, in main
    status = self.run(options, args)
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\commands\install.py", line 302, in run
    requirement_set.cleanup_files(bundle=self.bundle)
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\req.py", line 1333, in cleanup_files
    rmtree(dir)
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\util.py", line 43, in rmtree
    onerror=rmtree_errorhandler)
  File "C:\Python34\lib\shutil.py", line 477, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 367, in _rmtree_unsafe
    _rmtree_unsafe(fullname, onerror)
  File "C:\Python34\lib\shutil.py", line 372, in _rmtree_unsafe
    onerror(os.unlink, fullname, sys.exc_info())
  File "C:\Users\ggherardi\Sources\heroku-python-bottle\venv\lib\site-packages\pip\util.py", line 53, in rmtree_errorhandler
    (exctype is PermissionError and value.args[3] == 5) #python3.3
IndexError: tuple index out of range

ImportError: No module named psycopg2, warnings displayed during install

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...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.