René's URL Explorer Experiment


Title: bug(installation): LINK : fatal error LNK1181: cannot open input file 'libpq.lib' · Issue #13 · quantifiedcode/quantifiedcode · GitHub

Open Graph Title: bug(installation): LINK : fatal error LNK1181: cannot open input file 'libpq.lib' · Issue #13 · quantifiedcode/quantifiedcode

X Title: bug(installation): LINK : fatal error LNK1181: cannot open input file 'libpq.lib' · Issue #13 · quantifiedcode/quantifiedcode

Description: 1. Summary I can't install quantifiedcode to my Windows 10. 2. Environment Windows 10 Enterprise LTSB 64-bit EN Python 3.7.0 virtualenv 16.0.0 virtualenvwrapper-win 1.2.5 3. Steps to reproduce # git clone git@github.com:quantifiedcode/qu...

Open Graph Description: 1. Summary I can't install quantifiedcode to my Windows 10. 2. Environment Windows 10 Enterprise LTSB 64-bit EN Python 3.7.0 virtualenv 16.0.0 virtualenvwrapper-win 1.2.5 3. Steps to reproduce # gi...

X Description: 1. Summary I can't install quantifiedcode to my Windows 10. 2. Environment Windows 10 Enterprise LTSB 64-bit EN Python 3.7.0 virtualenv 16.0.0 virtualenvwrapper-win 1.2.5 3. Steps to reproduce ...

Opengraph URL: https://github.com/quantifiedcode/quantifiedcode/issues/13

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"bug(installation): LINK : fatal error LNK1181: cannot open input file 'libpq.lib'","articleBody":"### 1. Summary\n\nI can't install quantifiedcode to my Windows 10.\n\n### 2. Environment\n\n+ Windows 10 Enterprise LTSB 64-bit EN\n+ Python 3.7.0\n+ virtualenv 16.0.0\n+ virtualenvwrapper-win 1.2.5\n\n### 3. Steps to reproduce\n\n```sh\n# git clone git@github.com:quantifiedcode/quantifiedcode.git doesn't work\nD:\\SashaForks\u003egit clone https://github.com/quantifiedcode/quantifiedcode\nCloning into 'quantifiedcode'…\nremote: Counting objects: 496, done.\nremote: Total 496 (delta 0), reused 0 (delta 0), pack-reused 496R\nReceiving objects: 100% (496/496), 2.84 MiB | 1.07 MiB/s, done.\nResolving deltas: 100% (39/39), done.\n\nD:\\SashaForks\u003ecd quantifiedcode\n\nD:\\SashaForks\\quantifiedcode\u003emkvirtualenv kiraenv\nUsing base prefix 'c:\\\\python37'\nNew python executable in C:\\Users\\SashaChernykh\\Envs\\kiraenv\\Scripts\\python.exe\nInstalling setuptools, pip, wheel…done.\n\n(kiraenv) D:\\SashaForks\\quantifiedcode\u003etoggleglobalsitepackages\n\n    Disabled global site-packages\n\n(kiraenv) D:\\SashaForks\\quantifiedcode\u003epip install -r requirements.txt\n```\n\n### 4. Expected behavior\n\nSuccessful installation of all requirements.\n\n### 5. Actual behavior\n\n```sh\n    LINK : fatal error LNK1181: cannot open input file 'libpq.lib'\n    error: command 'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 14.0\\\\VC\\\\BIN\\\\x86_amd64\\\\link.exe' failed with exit status 1181\n\n    ----------------------------------------\nCommand \"c:\\users\\sashachernykh\\envs\\kiraenv\\scripts\\python.exe -u -c \"import setuptools, tokenize;__file__='C:\\\\Users\\\\SASHAC~1\\\\AppData\\\\Local\\\\Temp\\\\pip-install-9ouajowu\\\\psycopg2\\\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" install --record C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\pip-record-hl2ywbbp\\install-record.txt --single-version-externally-managed --compile --install-headers c:\\users\\sashachernykh\\envs\\kiraenv\\include\\site\\python3.7\\psycopg2\" failed with error code 1 in C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\pip-install-9ouajowu\\psycopg2\\\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003cb\u003eClick here to see full output.\u003c/b\u003e\u003c/summary\u003e\u003cbr\u003e\n\n```sh\n(kiraenv) D:\\SashaForks\\quantifiedcode\u003epip install -r requirements.txt\nCollecting passlib==1.7.1 (from -r requirements.txt (line 1))\n  Using cached https://files.pythonhosted.org/packages/ee/a7/d6d238d927df355d4e4e000670342ca4705a72f0bf694027cf67d9bcf5af/passlib-1.7.1-py2.py3-none-any.whl\nCollecting alembic==0.9.3 (from -r requirements.txt (line 3))\nCollecting click==6.7 (from -r requirements.txt (line 4))\n  Using cached https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl\nCollecting flask==0.12.2 (from -r requirements.txt (line 5))\n  Using cached https://files.pythonhosted.org/packages/77/32/e3597cb19ffffe724ad4bf0beca4153419918e7fa4ba6a34b04ee4da3371/Flask-0.12.2-py2.py3-none-any.whl\nCollecting psycopg2==2.7.2 (from -r requirements.txt (line 6))\n  Using cached https://files.pythonhosted.org/packages/d0/66/61c1b34ea8da8f95d99676e6803ccad83abef3ac90df145b45033696f3d2/psycopg2-2.7.2.tar.gz\nCollecting chardet==3.0.4 (from -r requirements.txt (line 7))\n  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl\nCollecting sqlalchemy==1.1.11 (from -r requirements.txt (line 8))\nCollecting pyyaml==3.12 (from -r requirements.txt (line 9))\nCollecting wtforms==2.1 (from -r requirements.txt (line 10))\nCollecting celery==3.1.25 (from -r requirements.txt (line 12))\n  Using cached https://files.pythonhosted.org/packages/13/28/b45b7d4c13695f321522566747e0a4a9c8883515f664e0487974e5f79d16/celery-3.1.25-py2.py3-none-any.whl\nCollecting six==1.10.0 (from -r requirements.txt (line 13))\n  Using cached https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl\nCollecting requests==2.18.1 (from -r requirements.txt (line 14))\n  Using cached https://files.pythonhosted.org/packages/5a/58/671011e3ff4a06e2969322267d78dcfda1bf4d1576551df1cce93cd7239d/requests-2.18.1-py2.py3-none-any.whl\nCollecting pyopenssl==17.2.0 (from -r requirements.txt (line 15))\n  Using cached https://files.pythonhosted.org/packages/41/bd/751560b317222ba6b6d2e7663a990ac36465aaa026621c6057db130e2faf/pyOpenSSL-17.2.0-py2.py3-none-any.whl\nCollecting python-dateutil==2.6.1 (from -r requirements.txt (line 16))\n  Using cached https://files.pythonhosted.org/packages/4b/0d/7ed381ab4fe80b8ebf34411d14f253e1cf3e56e2820ffa1d8844b23859a2/python_dateutil-2.6.1-py2.py3-none-any.whl\nCollecting requirements-parser==0.1.0 (from -r requirements.txt (line 17))\nCollecting python-editor\u003e=0.3 (from alembic==0.9.3-\u003e-r requirements.txt (line 3))\nCollecting Mako (from alembic==0.9.3-\u003e-r requirements.txt (line 3))\nCollecting Werkzeug\u003e=0.7 (from flask==0.12.2-\u003e-r requirements.txt (line 5))\n  Using cached https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl\nCollecting Jinja2\u003e=2.4 (from flask==0.12.2-\u003e-r requirements.txt (line 5))\n  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl\nCollecting itsdangerous\u003e=0.21 (from flask==0.12.2-\u003e-r requirements.txt (line 5))\nCollecting kombu\u003c3.1,\u003e=3.0.37 (from celery==3.1.25-\u003e-r requirements.txt (line 12))\n  Using cached https://files.pythonhosted.org/packages/4d/0e/73ac0df8949bdb6ad81812110962b38e6bb4243c3bfdad2d9e90b5509e2e/kombu-3.0.37-py2.py3-none-any.whl\nCollecting pytz\u003edev (from celery==3.1.25-\u003e-r requirements.txt (line 12))\n  Using cached https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl\nCollecting billiard\u003c3.4,\u003e=3.3.0.23 (from celery==3.1.25-\u003e-r requirements.txt (line 12))\nCollecting certifi\u003e=2017.4.17 (from requests==2.18.1-\u003e-r requirements.txt (line 14))\n  Using cached https://files.pythonhosted.org/packages/df/f7/04fee6ac349e915b82171f8e23cee63644d83663b34c539f7a09aed18f9e/certifi-2018.8.24-py2.py3-none-any.whl\nCollecting urllib3\u003c1.22,\u003e=1.21.1 (from requests==2.18.1-\u003e-r requirements.txt (line 14))\n  Using cached https://files.pythonhosted.org/packages/24/53/f397db567de0aa0e81b211d81c13c41a779f14893e42189cf5bdb97611b2/urllib3-1.21.1-py2.py3-none-any.whl\nCollecting idna\u003c2.6,\u003e=2.5 (from requests==2.18.1-\u003e-r requirements.txt (line 14))\n  Using cached https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl\nCollecting cryptography\u003e=1.9 (from pyopenssl==17.2.0-\u003e-r requirements.txt (line 15))\n  Using cached https://files.pythonhosted.org/packages/39/dd/43985388f82ac0b4698671e96235c6324bdf14339e21eb3647f4e5b99017/cryptography-2.3.1-cp37-cp37m-win_amd64.whl\nCollecting MarkupSafe\u003e=0.9.2 (from Mako-\u003ealembic==0.9.3-\u003e-r requirements.txt (line 3))\n  Using cached https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz\nCollecting anyjson\u003e=0.3.3 (from kombu\u003c3.1,\u003e=3.0.37-\u003ecelery==3.1.25-\u003e-r requirements.txt (line 12))\nCollecting amqp\u003c2.0,\u003e=1.4.9 (from kombu\u003c3.1,\u003e=3.0.37-\u003ecelery==3.1.25-\u003e-r requirements.txt (line 12))\n  Using cached https://files.pythonhosted.org/packages/ed/09/314d2788aba0aa91f2578071a6484f87a615172a98c309c2aad3433da90b/amqp-1.4.9-py2.py3-none-any.whl\nCollecting asn1crypto\u003e=0.21.0 (from cryptography\u003e=1.9-\u003epyopenssl==17.2.0-\u003e-r requirements.txt (line 15))\n  Using cached https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl\nCollecting cffi!=1.11.3,\u003e=1.7 (from cryptography\u003e=1.9-\u003epyopenssl==17.2.0-\u003e-r requirements.txt (line 15))\n  Using cached https://files.pythonhosted.org/packages/ca/f2/e375b7469a2dfe9d1feac81a10df97f18cd771b9a10ac62ca9864b760f7c/cffi-1.11.5-cp37-cp37m-win_amd64.whl\nCollecting pycparser (from cffi!=1.11.3,\u003e=1.7-\u003ecryptography\u003e=1.9-\u003epyopenssl==17.2.0-\u003e-r requirements.txt (line 15))\n  Using cached https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz\nBuilding wheels for collected packages: psycopg2, MarkupSafe, pycparser\n  Running setup.py bdist_wheel for psycopg2 … error\n  Complete output from command c:\\users\\sashachernykh\\envs\\kiraenv\\scripts\\python.exe -u -c \"import setuptools, tokenize;__file__='C:\\\\Users\\\\SASHAC~1\\\\AppData\\\\Local\\\\Temp\\\\pip-install-9ouajowu\\\\psycopg2\\\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" bdist_wheel -d C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\pip-wheel-qouyavgt --python-tag cp37:\n  running bdist_wheel\n  running build\n  running build_py\n  creating build\n  creating build\\lib.win-amd64-3.7\n  creating build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\errorcodes.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\extensions.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\extras.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\pool.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\psycopg1.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\sql.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\tz.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\_ipaddress.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\_json.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\_range.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  copying lib\\__init__.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n  creating build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\dbapi20.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\dbapi20_tpc.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\testconfig.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\testutils.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_async.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_async_keyword.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_bugX000.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_bug_gc.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_cancel.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_connection.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_copy.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_cursor.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_dates.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_errcodes.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_extras_dictcursor.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_fast_executemany.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_green.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_ipaddress.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_lobject.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_module.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_notify.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_psycopg2_dbapi20.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_quote.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_replication.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_sql.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_transaction.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_types_basic.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_types_extras.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\test_with.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  copying tests\\__init__.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n  Skipping optional fixer: buffer\n  Skipping optional fixer: idioms\n  Skipping optional fixer: set_literal\n  Skipping optional fixer: ws_comma\n  running build_ext\n  building 'psycopg2._psycopg' extension\n  creating build\\temp.win-amd64-3.7\n  creating build\\temp.win-amd64-3.7\\Release\n  creating build\\temp.win-amd64-3.7\\Release\\psycopg\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\psycopgmodule.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\psycopgmodule.obj\n  psycopgmodule.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\green.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\green.obj\n  green.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\pqpath.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\pqpath.obj\n  pqpath.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\utils.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\utils.obj\n  utils.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\bytes_format.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\bytes_format.obj\n  bytes_format.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\libpq_support.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\libpq_support.obj\n  libpq_support.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\win32_support.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\win32_support.obj\n  win32_support.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\connection_int.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\connection_int.obj\n  connection_int.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\connection_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\connection_type.obj\n  connection_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\cursor_int.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_int.obj\n  cursor_int.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\cursor_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_type.obj\n  cursor_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\replication_connection_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\replication_connection_type.obj\n  replication_connection_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\replication_cursor_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\replication_cursor_type.obj\n  replication_cursor_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\replication_message_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\replication_message_type.obj\n  replication_message_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\diagnostics_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\diagnostics_type.obj\n  diagnostics_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\error_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\error_type.obj\n  error_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\lobject_int.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_int.obj\n  lobject_int.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\lobject_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_type.obj\n  lobject_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\notify_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\notify_type.obj\n  notify_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\xid_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\xid_type.obj\n  xid_type.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_asis.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_asis.obj\n  adapter_asis.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_binary.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_binary.obj\n  adapter_binary.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_datetime.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_datetime.obj\n  adapter_datetime.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_list.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_list.obj\n  adapter_list.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pboolean.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pboolean.obj\n  adapter_pboolean.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pdecimal.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pdecimal.obj\n  adapter_pdecimal.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pint.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pint.obj\n  adapter_pint.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pfloat.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pfloat.obj\n  adapter_pfloat.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_qstring.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_qstring.obj\n  adapter_qstring.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\microprotocols.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols.obj\n  microprotocols.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\microprotocols_proto.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols_proto.obj\n  microprotocols_proto.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\typecast.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\typecast.obj\n  typecast.c\n  C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\\python37\\Libs /LIBPATH:c:\\users\\sashachernykh\\envs\\kiraenv\\libs /LIBPATH:c:\\users\\sashachernykh\\envs\\kiraenv\\PCbuild\\amd64 /LIBPATH:C:/STRAWB~1/c/lib \"/LIBPATH:C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\amd64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.10240.0\\ucrt\\x64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\8.1\\lib\\winv6.3\\um\\x64\" ws2_32.lib advapi32.lib secur32.lib libpq.lib shfolder.lib build\\temp.win-amd64-3.7\\Release\\psycopg\\psycopgmodule.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\green.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\pqpath.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\utils.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\bytes_format.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\libpq_support.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\win32_support.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\connection_int.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\connection_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_int.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\replication_connection_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\replication_cursor_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\replication_message_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\diagnostics_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\error_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_int.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\notify_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\xid_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_asis.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_binary.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_datetime.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_list.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pboolean.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pdecimal.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pint.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pfloat.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_qstring.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols_proto.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\typecast.obj /OUT:build\\lib.win-amd64-3.7\\psycopg2\\_psycopg.cp37-win_amd64.pyd /IMPLIB:build\\temp.win-amd64-3.7\\Release\\psycopg\\_psycopg.cp37-win_amd64.lib\n  LINK : fatal error LNK1181: cannot open input file 'libpq.lib'\n  error: command 'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 14.0\\\\VC\\\\BIN\\\\x86_amd64\\\\link.exe' failed with exit status 1181\n\n  ----------------------------------------\n  Failed building wheel for psycopg2\n  Running setup.py clean for psycopg2\n  Running setup.py bdist_wheel for MarkupSafe … done\n  Stored in directory: C:\\Users\\SashaChernykh\\AppData\\Local\\pip\\Cache\\wheels\\33\\56\\20\\ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46\n  Running setup.py bdist_wheel for pycparser … done\n  Stored in directory: C:\\Users\\SashaChernykh\\AppData\\Local\\pip\\Cache\\wheels\\c0\\a1\\27\\5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46\nSuccessfully built MarkupSafe pycparser\nFailed to build psycopg2\nInstalling collected packages: passlib, python-editor, sqlalchemy, MarkupSafe, Mako, six, python-dateutil, alembic, click, Werkzeug, Jinja2, itsdangerous, flask, psycopg2, chardet, pyyaml, wtforms, anyjson, amqp, kombu, pytz, billiard, celery, certifi, urllib3, idna, requests, asn1crypto, pycparser, cffi, cryptography, pyopenssl, requirements-parser\n  Running setup.py install for psycopg2 … error\n    Complete output from command c:\\users\\sashachernykh\\envs\\kiraenv\\scripts\\python.exe -u -c \"import setuptools, tokenize;__file__='C:\\\\Users\\\\SASHAC~1\\\\AppData\\\\Local\\\\Temp\\\\pip-install-9ouajowu\\\\psycopg2\\\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" install --record C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\pip-record-hl2ywbbp\\install-record.txt --single-version-externally-managed --compile --install-headers c:\\users\\sashachernykh\\envs\\kiraenv\\include\\site\\python3.7\\psycopg2:\n    running install\n    running build\n    running build_py\n    creating build\n    creating build\\lib.win-amd64-3.7\n    creating build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\errorcodes.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\extensions.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\extras.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\pool.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\psycopg1.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\sql.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\tz.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\_ipaddress.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\_json.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\_range.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    copying lib\\__init__.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\n    creating build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\dbapi20.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\dbapi20_tpc.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\testconfig.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\testutils.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_async.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_async_keyword.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_bugX000.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_bug_gc.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_cancel.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_connection.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_copy.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_cursor.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_dates.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_errcodes.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_extras_dictcursor.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_fast_executemany.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_green.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_ipaddress.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_lobject.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_module.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_notify.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_psycopg2_dbapi20.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_quote.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_replication.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_sql.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_transaction.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_types_basic.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_types_extras.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\test_with.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    copying tests\\__init__.py -\u003e build\\lib.win-amd64-3.7\\psycopg2\\tests\n    Skipping optional fixer: buffer\n    Skipping optional fixer: idioms\n    Skipping optional fixer: set_literal\n    Skipping optional fixer: ws_comma\n    running build_ext\n    building 'psycopg2._psycopg' extension\n    creating build\\temp.win-amd64-3.7\n    creating build\\temp.win-amd64-3.7\\Release\n    creating build\\temp.win-amd64-3.7\\Release\\psycopg\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\psycopgmodule.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\psycopgmodule.obj\n    psycopgmodule.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\green.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\green.obj\n    green.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\pqpath.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\pqpath.obj\n    pqpath.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\utils.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\utils.obj\n    utils.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\bytes_format.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\bytes_format.obj\n    bytes_format.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\libpq_support.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\libpq_support.obj\n    libpq_support.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\win32_support.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\win32_support.obj\n    win32_support.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\connection_int.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\connection_int.obj\n    connection_int.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\connection_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\connection_type.obj\n    connection_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\cursor_int.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_int.obj\n    cursor_int.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\cursor_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_type.obj\n    cursor_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\replication_connection_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\replication_connection_type.obj\n    replication_connection_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\replication_cursor_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\replication_cursor_type.obj\n    replication_cursor_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\replication_message_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\replication_message_type.obj\n    replication_message_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\diagnostics_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\diagnostics_type.obj\n    diagnostics_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\error_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\error_type.obj\n    error_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\lobject_int.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_int.obj\n    lobject_int.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\lobject_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_type.obj\n    lobject_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\notify_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\notify_type.obj\n    notify_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\xid_type.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\xid_type.obj\n    xid_type.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_asis.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_asis.obj\n    adapter_asis.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_binary.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_binary.obj\n    adapter_binary.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_datetime.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_datetime.obj\n    adapter_datetime.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_list.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_list.obj\n    adapter_list.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pboolean.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pboolean.obj\n    adapter_pboolean.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pdecimal.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pdecimal.obj\n    adapter_pdecimal.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pint.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pint.obj\n    adapter_pint.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_pfloat.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pfloat.obj\n    adapter_pfloat.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\adapter_qstring.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_qstring.obj\n    adapter_qstring.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\microprotocols.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols.obj\n    microprotocols.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\microprotocols_proto.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols_proto.obj\n    microprotocols_proto.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPSYCOPG_DEFAULT_PYDATETIME=1 \"-DPSYCOPG_VERSION=\\\"2.7.2 (dt dec pq3 ext lo64)\\\"\" -DPG_VERSION_NUM=90502 -DHAVE_LO64=1 -Ic:\\python37\\include -Ic:\\python37\\include -I. -IC:/STRAWB~1/c/include -IC:/STRAWB~1/c/include/POSTGR~1/server \"-IC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt\" /Tcpsycopg\\typecast.c /Fobuild\\temp.win-amd64-3.7\\Release\\psycopg\\typecast.obj\n    typecast.c\n    C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\\python37\\Libs /LIBPATH:c:\\users\\sashachernykh\\envs\\kiraenv\\libs /LIBPATH:c:\\users\\sashachernykh\\envs\\kiraenv\\PCbuild\\amd64 /LIBPATH:C:/STRAWB~1/c/lib \"/LIBPATH:C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\amd64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.10240.0\\ucrt\\x64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\8.1\\lib\\winv6.3\\um\\x64\" ws2_32.lib advapi32.lib secur32.lib libpq.lib shfolder.lib build\\temp.win-amd64-3.7\\Release\\psycopg\\psycopgmodule.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\green.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\pqpath.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\utils.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\bytes_format.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\libpq_support.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\win32_support.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\connection_int.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\connection_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_int.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\cursor_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\replication_connection_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\replication_cursor_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\replication_message_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\diagnostics_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\error_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_int.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\lobject_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\notify_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\xid_type.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_asis.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_binary.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_datetime.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_list.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pboolean.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pdecimal.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pint.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_pfloat.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\adapter_qstring.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\microprotocols_proto.obj build\\temp.win-amd64-3.7\\Release\\psycopg\\typecast.obj /OUT:build\\lib.win-amd64-3.7\\psycopg2\\_psycopg.cp37-win_amd64.pyd /IMPLIB:build\\temp.win-amd64-3.7\\Release\\psycopg\\_psycopg.cp37-win_amd64.lib\n    LINK : fatal error LNK1181: cannot open input file 'libpq.lib'\n    error: command 'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 14.0\\\\VC\\\\BIN\\\\x86_amd64\\\\link.exe' failed with exit status 1181\n\n    ----------------------------------------\nCommand \"c:\\users\\sashachernykh\\envs\\kiraenv\\scripts\\python.exe -u -c \"import setuptools, tokenize;__file__='C:\\\\Users\\\\SASHAC~1\\\\AppData\\\\Local\\\\Temp\\\\pip-install-9ouajowu\\\\psycopg2\\\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" install --record C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\pip-record-hl2ywbbp\\install-record.txt --single-version-externally-managed --compile --install-headers c:\\users\\sashachernykh\\envs\\kiraenv\\include\\site\\python3.7\\psycopg2\" failed with error code 1 in C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\pip-install-9ouajowu\\psycopg2\\\n```\n\n\u003c/details\u003e\u003cbr\u003e\n\nThanks.","author":{"url":"https://github.com/Kristinita","@type":"Person","name":"Kristinita"},"datePublished":"2018-09-02T07:57:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/13/quantifiedcode/issues/13"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cd621147-34ac-37fc-8fda-5f8b5cba5a35
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9D96:267E4D:7DDCA09:A50F59C:69756D7F
html-safe-nonce98e8d4f4c4dc302ea82488fd9d095038b4d1f25e40301a640faf57daba1440af
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RDk2OjI2N0U0RDo3RERDQTA5OkE1MEY1OUM6Njk3NTZEN0YiLCJ2aXNpdG9yX2lkIjoiNDczNjYyNjY0NDYwNzEzNTEwNCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb685ed1127dc23b0225eaed9c0398a8c56a4694e834e81ec8fc178b345cf8105
hovercard-subject-tagissue:356261547
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/quantifiedcode/quantifiedcode/13/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5ef5575f47391b06b72fa56dab46624a57dd7aa338fe87c98d2d75d65e329f6a/quantifiedcode/quantifiedcode/issues/13
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5ef5575f47391b06b72fa56dab46624a57dd7aa338fe87c98d2d75d65e329f6a/quantifiedcode/quantifiedcode/issues/13
og:image:alt1. Summary I can't install quantifiedcode to my Windows 10. 2. Environment Windows 10 Enterprise LTSB 64-bit EN Python 3.7.0 virtualenv 16.0.0 virtualenvwrapper-win 1.2.5 3. Steps to reproduce # gi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameKristinita
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/quantifiedcode/quantifiedcode git https://github.com/quantifiedcode/quantifiedcode.git
octolytics-dimension-user_id6774260
octolytics-dimension-user_loginquantifiedcode
octolytics-dimension-repository_id76477998
octolytics-dimension-repository_nwoquantifiedcode/quantifiedcode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id76477998
octolytics-dimension-repository_network_root_nwoquantifiedcode/quantifiedcode
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues/13#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fquantifiedcode%2Fquantifiedcode%2Fissues%2F13
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fquantifiedcode%2Fquantifiedcode%2Fissues%2F13
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=quantifiedcode%2Fquantifiedcode
Reloadhttps://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues/13
Reloadhttps://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues/13
Reloadhttps://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues/13
quantifiedcode https://patch-diff.githubusercontent.com/quantifiedcode
quantifiedcodehttps://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fquantifiedcode%2Fquantifiedcode
Fork 24 https://patch-diff.githubusercontent.com/login?return_to=%2Fquantifiedcode%2Fquantifiedcode
Star 109 https://patch-diff.githubusercontent.com/login?return_to=%2Fquantifiedcode%2Fquantifiedcode
Code https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode
Issues 9 https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues
Pull requests 0 https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/pulls
Actions https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/actions
Projects 0 https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/projects
Security 0 https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/security
Insights https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/pulse
Code https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode
Issues https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues
Pull requests https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/pulls
Actions https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/actions
Projects https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/projects
Security https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/security
Insights https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/quantifiedcode/quantifiedcode/issues/13
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/quantifiedcode/quantifiedcode/issues/13
bug(installation): LINK : fatal error LNK1181: cannot open input file 'libpq.lib'https://patch-diff.githubusercontent.com/quantifiedcode/quantifiedcode/issues/13#top
https://github.com/Kristinita
https://github.com/Kristinita
Kristinitahttps://github.com/Kristinita
on Sep 2, 2018https://github.com/quantifiedcode/quantifiedcode/issues/13#issue-356261547
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.