Created
October 1, 2015 19:25
-
-
Save evz/efbc636358814b096bb8 to your computer and use it in GitHub Desktop.
Just in case the appveyor log is not persistent ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[00:00:00] Build started | |
[00:00:02] git clone -q https://github.com/datamade/dedupe.git C:\projects\dedupe | |
[00:00:05] git fetch -q origin +refs/pull/416/merge: | |
[00:00:06] git checkout -qf FETCH_HEAD | |
[00:00:06] Running Install scripts | |
[00:00:06] SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% | |
[00:00:06] powershell .\\appveyor\\install.ps1 | |
[00:00:07] Installing Python | |
[00:00:07] 2.7 for | |
[00:00:07] | |
[00:00:07] 32 | |
[00:00:07] | |
[00:00:07] bit architecture to | |
[00:00:07] | |
[00:00:07] C:\Python27_32 | |
[00:00:07] | |
[00:00:07] Downloading | |
[00:00:07] | |
[00:00:07] python-2.7.msi | |
[00:00:07] | |
[00:00:07] from | |
[00:00:07] | |
[00:00:07] https://www.python.org/ftp/python/2.7/python-2.7.msi | |
[00:00:07] | |
[00:00:07] File saved at | |
[00:00:07] | |
[00:00:07] C:\projects\dedupe\python-2.7.msi | |
[00:00:07] | |
[00:00:07] Installing | |
[00:00:07] | |
[00:00:07] C:\projects\dedupe\python-2.7.msi | |
[00:00:07] | |
[00:00:07] to | |
[00:00:07] | |
[00:00:07] C:\Python27_32 | |
[00:00:07] | |
[00:00:07] msiexec.exe | |
[00:00:07] | |
[00:00:07] /qn /i C:\projects\dedupe\python-2.7.msi TARGETDIR=C:\Python27_32 | |
[00:00:07] | |
[00:00:07] | |
[00:00:07] Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName | |
[00:00:07] | |
[00:00:07] ------- ------ ----- ----- ----- ------ -- ----------- | |
[00:00:07] 1 2 180 512 4 0.02 1636 msiexec | |
[00:00:55] Python 2.7 (32) installation complete | |
[00:00:55] | |
[00:00:55] True | |
[00:00:55] | |
[00:00:55] Installing pip... | |
[00:00:55] Executing: | |
[00:00:55] C:\Python27_32/python.exe C:\get-pip.py | |
[00:00:55] 0 2 348 116 4 0.00 3028 python | |
[00:00:55] | |
[00:01:19] Requirement already satisfied (use --upgrade to upgrade): wheel in c:\python27_32\lib\site-packages | |
[00:01:19] | |
[00:01:19] | |
[00:01:19] pip install --use-wheel --no-index http://bunkum.us/numpy-1.9.2+mkl-cp27-none-win32.whl | |
[00:01:19] Ignoring indexes: https://pypi.python.org/simple | |
[00:01:19] Collecting numpy==1.9.2+mkl from http://bunkum.us/numpy-1.9.2+mkl-cp27-none-win32.whl | |
[00:01:20] Downloading http://bunkum.us/numpy-1.9.2+mkl-cp27-none-win32.whl (16.3MB) | |
[00:01:25] Installing collected packages: numpy | |
[00:01:40] Successfully installed numpy-1.9.2 | |
[00:01:41] pip install --use-wheel --no-index http://bunkum.us/fastcluster-1.1.13-cp27-none-win32.whl | |
[00:01:41] Ignoring indexes: https://pypi.python.org/simple | |
[00:01:41] Collecting fastcluster==1.1.13 from http://bunkum.us/fastcluster-1.1.13-cp27-none-win32.whl | |
[00:01:41] Downloading http://bunkum.us/fastcluster-1.1.13-cp27-none-win32.whl | |
[00:01:42] Installing collected packages: fastcluster | |
[00:01:42] Successfully installed fastcluster-1.1.13 | |
[00:01:42] pip install -r requirements.txt | |
[00:01:42] Collecting nose (from -r requirements.txt (line 1)) | |
[00:01:47] Downloading nose-1.3.7-py2-none-any.whl (154kB) | |
[00:01:47] Collecting coverage (from -r requirements.txt (line 2)) | |
[00:01:47] Downloading coverage-4.0-cp27-none-win32.whl (157kB) | |
[00:01:47] Collecting cython (from -r requirements.txt (line 3)) | |
[00:01:47] Downloading Cython-0.23.3.tar.gz (1.6MB) | |
[00:02:05] Building wheels for collected packages: cython | |
[00:02:05] Running setup.py bdist_wheel for cython | |
[00:03:08] Stored in directory: C:\Users\appveyor\AppData\Local\pip\Cache\wheels\1c\37\19\e2be07823f846fcef89b325aacbec9e0b184e01280b805fd1b | |
[00:03:09] Successfully built cython | |
[00:03:09] Installing collected packages: nose, coverage, cython | |
[00:03:11] Successfully installed coverage-4.0 cython-0.23.3 nose-1.3.7 | |
[00:03:11] c:\python27_32\lib\site-packages\pip\_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
[00:03:11] InsecurePlatformWarning | |
[00:03:11] cython src/cpredicates.pyx | |
[00:03:12] python setup.py develop | |
[00:03:12] running develop | |
[00:03:12] running egg_info | |
[00:03:12] creating dedupe.egg-info | |
[00:03:12] writing requirements to dedupe.egg-info\requires.txt | |
[00:03:12] writing dedupe.egg-info\PKG-INFO | |
[00:03:12] writing top-level names to dedupe.egg-info\top_level.txt | |
[00:03:12] writing dependency_links to dedupe.egg-info\dependency_links.txt | |
[00:03:12] writing manifest file 'dedupe.egg-info\SOURCES.txt' | |
[00:03:12] reading manifest file 'dedupe.egg-info\SOURCES.txt' | |
[00:03:12] reading manifest template 'MANIFEST.in' | |
[00:03:12] warning: no files found matching 'README.rst' | |
[00:03:12] writing manifest file 'dedupe.egg-info\SOURCES.txt' | |
[00:03:12] running build_ext | |
[00:03:12] building 'dedupe.cpredicates' extension | |
[00:03:12] creating build | |
[00:03:12] creating build\temp.win32-2.7 | |
[00:03:12] creating build\temp.win32-2.7\Release | |
[00:03:12] creating build\temp.win32-2.7\Release\src | |
[00:03:12] C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27_32\include -IC:\Python27_32\PC /Tcsrc/cpredicates.c /Fobuild\temp.win32-2.7\Release\src/cpredicates.obj | |
[00:03:12] cpredicates.c | |
[00:03:13] creating build\lib.win32-2.7 | |
[00:03:13] creating build\lib.win32-2.7\dedupe | |
[00:03:13] C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27_32\libs /LIBPATH:C:\Python27_32\PCbuild /EXPORT:initcpredicates build\temp.win32-2.7\Release\src/cpredicates.obj /OUT:build\lib.win32-2.7\dedupe\cpredicates.pyd /IMPLIB:build\temp.win32-2.7\Release\src\cpredicates.lib /MANIFESTFILE:build\temp.win32-2.7\Release\src\cpredicates.pyd.manifest | |
[00:03:13] Creating library build\temp.win32-2.7\Release\src\cpredicates.lib and object build\temp.win32-2.7\Release\src\cpredicates.exp | |
[00:03:13] C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\WinSDK\Bin\mt.exe -nologo -manifest build\temp.win32-2.7\Release\src\cpredicates.pyd.manifest -outputresource:build\lib.win32-2.7\dedupe\cpredicates.pyd;2 | |
[00:03:13] copying build\lib.win32-2.7\dedupe\cpredicates.pyd -> dedupe | |
[00:03:13] Creating c:\python27_32\lib\site-packages\dedupe.egg-link (link to .) | |
[00:03:13] Adding dedupe 1.1.1 to easy-install.pth file | |
[00:03:13] | |
[00:03:13] Installed c:\projects\dedupe | |
[00:03:13] Processing dependencies for dedupe==1.1.1 | |
[00:03:13] Searching for zope.index | |
[00:03:13] Reading https://pypi.python.org/simple/zope.index/ | |
[00:03:13] Best match: zope.index 4.1.0 | |
[00:03:13] Downloading https://pypi.python.org/packages/2.7/z/zope.index/zope.index-4.1.0-py2.7-win32.egg#md5=cfb76336a8e121d06eae784583019e93 | |
[00:03:13] Processing zope.index-4.1.0-py2.7-win32.egg | |
[00:03:13] creating c:\python27_32\lib\site-packages\zope.index-4.1.0-py2.7-win32.egg | |
[00:03:13] Extracting zope.index-4.1.0-py2.7-win32.egg to c:\python27_32\lib\site-packages | |
[00:03:13] Adding zope.index 4.1.0 to easy-install.pth file | |
[00:03:13] | |
[00:03:13] Installed c:\python27_32\lib\site-packages\zope.index-4.1.0-py2.7-win32.egg | |
[00:03:13] Searching for simplejson | |
[00:03:13] Reading https://pypi.python.org/simple/simplejson/ | |
[00:03:13] Best match: simplejson 3.8.0 | |
[00:03:13] Downloading https://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.0.tar.gz#md5=72f3b93a6f9808df81535f79e79565a2 | |
[00:03:13] Processing simplejson-3.8.0.tar.gz | |
[00:03:14] Writing c:\users\appveyor\appdata\local\temp\1\easy_install-4kvf_4\simplejson-3.8.0\setup.cfg | |
[00:03:14] Running simplejson-3.8.0\setup.py -q bdist_egg --dist-dir c:\users\appveyor\appdata\local\temp\1\easy_install-4kvf_4\simplejson-3.8.0\egg-dist-tmp-uj9rux | |
[00:03:14] _speedups.c | |
[00:03:14] simplejson/_speedups.c(2658) : warning C4018: '<' : signed/unsigned mismatch | |
[00:03:14] | |
[00:03:14] Creating library build\temp.win32-2.7\Release\simplejson\_speedups.lib and object build\temp.win32-2.7\Release\simplejson\_speedups.exp | |
[00:03:14] zip_safe flag not set; analyzing archive contents... | |
[00:03:14] simplejson.tests.__init__: module references __file__ | |
[00:03:14] creating c:\python27_32\lib\site-packages\simplejson-3.8.0-py2.7-win32.egg | |
[00:03:14] Extracting simplejson-3.8.0-py2.7-win32.egg to c:\python27_32\lib\site-packages | |
[00:03:14] Adding simplejson 3.8.0 to easy-install.pth file | |
[00:03:14] | |
[00:03:14] Installed c:\python27_32\lib\site-packages\simplejson-3.8.0-py2.7-win32.egg | |
[00:03:14] Searching for BTrees>=4.1.4 | |
[00:03:14] Reading https://pypi.python.org/simple/BTrees/ | |
[00:03:14] Best match: BTrees 4.1.4 | |
[00:03:14] Downloading https://pypi.python.org/packages/2.7/B/BTrees/BTrees-4.1.4-py2.7-win32.egg#md5=fe9342048bd5e216777d9898c8e26d2e | |
[00:03:15] Processing BTrees-4.1.4-py2.7-win32.egg | |
[00:03:15] creating c:\python27_32\lib\site-packages\BTrees-4.1.4-py2.7-win32.egg | |
[00:03:15] Extracting BTrees-4.1.4-py2.7-win32.egg to c:\python27_32\lib\site-packages | |
[00:03:15] Adding BTrees 4.1.4 to easy-install.pth file | |
[00:03:15] | |
[00:03:15] Installed c:\python27_32\lib\site-packages\btrees-4.1.4-py2.7-win32.egg | |
[00:03:15] Searching for zope.interface | |
[00:03:15] Reading https://pypi.python.org/simple/zope.interface/ | |
[00:03:15] Best match: zope.interface 4.1.2 | |
[00:03:15] Downloading https://pypi.python.org/packages/2.7/z/zope.interface/zope.interface-4.1.2-py2.7-win32.egg#md5=fb87cff4eb7407af290a78ff628f7063 | |
[00:03:15] Processing zope.interface-4.1.2-py2.7-win32.egg | |
[00:03:15] creating c:\python27_32\lib\site-packages\zope.interface-4.1.2-py2.7-win32.egg | |
[00:03:15] Extracting zope.interface-4.1.2-py2.7-win32.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding zope.interface 4.1.2 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\zope.interface-4.1.2-py2.7-win32.egg | |
[00:03:16] Searching for haversine>=0.4.1 | |
[00:03:16] Reading https://pypi.python.org/simple/haversine/ | |
[00:03:16] Best match: haversine 0.4.2 | |
[00:03:16] Downloading https://pypi.python.org/packages/source/h/haversine/haversine-0.4.2.tar.gz#md5=14c876b304667d2058a3a8074ede899a | |
[00:03:16] Processing haversine-0.4.2.tar.gz | |
[00:03:16] Writing c:\users\appveyor\appdata\local\temp\1\easy_install-9xtolh\haversine-0.4.2\setup.cfg | |
[00:03:16] Running haversine-0.4.2\setup.py -q bdist_egg --dist-dir c:\users\appveyor\appdata\local\temp\1\easy_install-9xtolh\haversine-0.4.2\egg-dist-tmp-r8r58k | |
[00:03:16] zip_safe flag not set; analyzing archive contents... | |
[00:03:16] Moving haversine-0.4.2-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding haversine 0.4.2 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\haversine-0.4.2-py2.7.egg | |
[00:03:16] Searching for simplecosine | |
[00:03:16] Reading https://pypi.python.org/simple/simplecosine/ | |
[00:03:16] Best match: simplecosine 1.0 | |
[00:03:16] Downloading https://pypi.python.org/packages/2.7/s/simplecosine/simplecosine-1.0-py2.7.egg#md5=70f1dd584dbb50d85a04fc19a2fd3ed6 | |
[00:03:16] Processing simplecosine-1.0-py2.7.egg | |
[00:03:16] Moving simplecosine-1.0-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding simplecosine 1.0 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\simplecosine-1.0-py2.7.egg | |
[00:03:16] Searching for canonicalize | |
[00:03:16] Reading https://pypi.python.org/simple/canonicalize/ | |
[00:03:16] Best match: canonicalize 1.3 | |
[00:03:16] Downloading https://pypi.python.org/packages/2.7/c/canonicalize/canonicalize-1.3-py2.7.egg#md5=842d66a8edce60e3bb8fb8ce839cde1c | |
[00:03:16] Processing canonicalize-1.3-py2.7.egg | |
[00:03:16] Moving canonicalize-1.3-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding canonicalize 1.3 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\canonicalize-1.3-py2.7.egg | |
[00:03:16] Searching for highered>=0.1.5 | |
[00:03:16] Reading https://pypi.python.org/simple/highered/ | |
[00:03:16] Best match: highered 0.1.5 | |
[00:03:16] Downloading https://pypi.python.org/packages/2.7/h/highered/highered-0.1.5-py2.7.egg#md5=d64111049dda848253591059528a3f94 | |
[00:03:16] Processing highered-0.1.5-py2.7.egg | |
[00:03:16] Moving highered-0.1.5-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding highered 0.1.5 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\highered-0.1.5-py2.7.egg | |
[00:03:16] Searching for metafone | |
[00:03:16] Reading https://pypi.python.org/simple/metafone/ | |
[00:03:16] Best match: Metafone 0.5 | |
[00:03:16] Downloading https://pypi.python.org/packages/source/M/Metafone/Metafone-0.5.tar.gz#md5=de53b4c513a985cca9b7a48181152b9b | |
[00:03:16] Processing Metafone-0.5.tar.gz | |
[00:03:16] Writing c:\users\appveyor\appdata\local\temp\1\easy_install-lcelgi\Metafone-0.5\setup.cfg | |
[00:03:16] Running Metafone-0.5\setup.py -q bdist_egg --dist-dir c:\users\appveyor\appdata\local\temp\1\easy_install-lcelgi\Metafone-0.5\egg-dist-tmp-p92nnc | |
[00:03:16] zip_safe flag not set; analyzing archive contents... | |
[00:03:16] Moving metafone-0.5-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding metafone 0.5 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\metafone-0.5-py2.7.egg | |
[00:03:16] Searching for rlr | |
[00:03:16] Reading https://pypi.python.org/simple/rlr/ | |
[00:03:16] Best match: rlr 1.5 | |
[00:03:16] Downloading https://pypi.python.org/packages/2.7/r/rlr/rlr-1.5-py2.7.egg#md5=fd8d250ed06cf6b4298be791faaa1308 | |
[00:03:16] Processing rlr-1.5-py2.7.egg | |
[00:03:16] Moving rlr-1.5-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:16] Adding rlr 1.5 to easy-install.pth file | |
[00:03:16] | |
[00:03:16] Installed c:\python27_32\lib\site-packages\rlr-1.5-py2.7.egg | |
[00:03:16] Searching for future | |
[00:03:16] Reading https://pypi.python.org/simple/future/ | |
[00:03:17] Best match: future 0.15.2 | |
[00:03:17] Downloading https://pypi.python.org/packages/source/f/future/future-0.15.2.tar.gz#md5=a68eb3c90b3b76714c5ceb8c09ea3a06 | |
[00:03:17] Processing future-0.15.2.tar.gz | |
[00:03:17] Writing c:\users\appveyor\appdata\local\temp\1\easy_install-0ohso9\future-0.15.2\setup.cfg | |
[00:03:17] Running future-0.15.2\setup.py -q bdist_egg --dist-dir c:\users\appveyor\appdata\local\temp\1\easy_install-0ohso9\future-0.15.2\egg-dist-tmp-nm_g2n | |
[00:03:17] warning: no files found matching 'LICENSE' under directory 'docs' | |
[00:03:17] warning: no files found matching 'README' under directory 'docs' | |
[00:03:17] warning: no files found matching 'Makefile' under directory 'docs' | |
[00:03:17] warning: no files found matching '*.au' under directory 'tests' | |
[00:03:17] warning: no files found matching '*.gif' under directory 'tests' | |
[00:03:17] warning: no files found matching '*.txt' under directory 'tests' | |
[00:03:19] zip_safe flag not set; analyzing archive contents... | |
[00:03:19] future.backports.test.ssl_servers: module references __file__ | |
[00:03:19] future.backports.test.support: module references __file__ | |
[00:03:19] future.standard_library.__init__: module references __file__ | |
[00:03:19] future.standard_library.__init__: module references __path__ | |
[00:03:19] future.utils.__init__: module MAY be using inspect.stack | |
[00:03:19] past.builtins.misc: module MAY be using inspect.stack | |
[00:03:19] past.translation.__init__: module references __file__ | |
[00:03:19] past.translation.__init__: module references __path__ | |
[00:03:20] creating c:\python27_32\lib\site-packages\future-0.15.2-py2.7.egg | |
[00:03:20] Extracting future-0.15.2-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:21] Adding future 0.15.2 to easy-install.pth file | |
[00:03:21] Installing pasteurize-script.py script to C:\Python27_32\Scripts | |
[00:03:21] Installing pasteurize.exe script to C:\Python27_32\Scripts | |
[00:03:21] Installing pasteurize.exe.manifest script to C:\Python27_32\Scripts | |
[00:03:21] Installing futurize-script.py script to C:\Python27_32\Scripts | |
[00:03:21] Installing futurize.exe script to C:\Python27_32\Scripts | |
[00:03:21] Installing futurize.exe.manifest script to C:\Python27_32\Scripts | |
[00:03:21] | |
[00:03:21] Installed c:\python27_32\lib\site-packages\future-0.15.2-py2.7.egg | |
[00:03:21] Searching for categorical-distance>=1.6 | |
[00:03:21] Reading https://pypi.python.org/simple/categorical-distance/ | |
[00:03:21] Best match: categorical-distance 1.6 | |
[00:03:21] Downloading https://pypi.python.org/packages/2.7/c/categorical-distance/categorical_distance-1.6-py2.7.egg#md5=bddcdda7442c818f98f18c8f19f28cba | |
[00:03:21] Processing categorical_distance-1.6-py2.7.egg | |
[00:03:21] Moving categorical_distance-1.6-py2.7.egg to c:\python27_32\lib\site-packages | |
[00:03:21] Adding categorical-distance 1.6 to easy-install.pth file | |
[00:03:21] | |
[00:03:21] Installed c:\python27_32\lib\site-packages\categorical_distance-1.6-py2.7.egg | |
[00:03:21] Searching for affinegap>=1.2 | |
[00:03:21] Reading https://pypi.python.org/simple/affinegap/ | |
[00:03:21] Best match: affinegap 1.2 | |
[00:03:21] Downloading https://pypi.python.org/packages/source/a/affinegap/affinegap-1.2.tar.gz#md5=fd9de7b3e4a0c971a790f5d434fe2b82 | |
[00:03:21] Processing affinegap-1.2.tar.gz | |
[00:03:21] Writing c:\users\appveyor\appdata\local\temp\1\easy_install-exgdjf\affinegap-1.2\setup.cfg | |
[00:03:21] Running affinegap-1.2\setup.py -q bdist_egg --dist-dir c:\users\appveyor\appdata\local\temp\1\easy_install-exgdjf\affinegap-1.2\egg-dist-tmp-ixbgmf | |
[00:03:31] Traceback (most recent call last): | |
[00:03:31] File "setup.py", line 66, in <module> | |
[00:03:31] """ | |
[00:03:31] File "C:\Python27_32\lib\distutils\core.py", line 152, in setup | |
[00:03:31] dist.run_commands() | |
[00:03:31] File "C:\Python27_32\lib\distutils\dist.py", line 953, in run_commands | |
[00:03:31] self.run_command(cmd) | |
[00:03:31] File "C:\Python27_32\lib\distutils\dist.py", line 972, in run_command | |
[00:03:31] cmd_obj.run() | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\develop.py", line 32, in run | |
[00:03:31] self.install_for_development() | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\develop.py", line 132, in install_for_development | |
[00:03:31] self.process_distribution(None, self.dist, not self.no_deps) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\easy_install.py", line 718, in process_distribution | |
[00:03:31] [requirement], self.local_index, self.easy_install | |
[00:03:31] File "C:\Python27_32\lib\site-packages\pkg_resources\__init__.py", line 836, in resolve | |
[00:03:31] dist = best[req.key] = env.best_match(req, ws, installer) | |
[00:03:31] File "C:\Python27_32\lib\ | |
[00:03:31] site-packages\pkg_resources\__init__.py", line 1081, in best_match | |
[00:03:31] return self.obtain(req, installer) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\pkg_resources\__init__.py", line 1093, in obtain | |
[00:03:31] return installer(requirement) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\easy_install.py", line 638, in easy_install | |
[00:03:31] return self.install_item(spec, dist.location, tmpdir, deps) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\easy_install.py", line 668, in install_item | |
[00:03:31] dists = self.install_eggs(spec, download, tmpdir) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\easy_install.py", line 851, in install_eggs | |
[00:03:31] return self.build_and_install(setup_script, setup_base) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\easy_install.py", line 1079, in build_and_install | |
[00:03:31] self.run_setup(setup_script, setup_base, args) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\command\easy_install.py", line 1065, in run_setup | |
[00:03:31] run_setup(setup_script, | |
[00:03:31] args) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 240, in run_setup | |
[00:03:31] raise | |
[00:03:31] File "C:\Python27_32\lib\contextlib.py", line 35, in __exit__ | |
[00:03:31] self.gen.throw(type, value, traceback) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 193, in setup_context | |
[00:03:31] yield | |
[00:03:31] File "C:\Python27_32\lib\contextlib.py", line 35, in __exit__ | |
[00:03:31] self.gen.throw(type, value, traceback) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 152, in save_modules | |
[00:03:31] yield saved | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 126, in __exit__ | |
[00:03:31] self._saved = UnpickleableException.dump(type, exc) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] r | |
[00:03:31] eturn cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(c | |
[00:03:31] ls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\set | |
[00:03:31] uptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox. | |
[00:03:31] py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, in dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] File "C:\Python27_32\lib\site-packages\setuptools\sandbox.py", line 110, i | |
[00:03:31] n dump | |
[00:03:31] return cls.dump(cls, cls(repr(exc))) | |
[00:03:31] MemoryError | |
[00:03:31] Command exited with code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment