Microsoft Windows [versão 10.0.17134.950]
(c) 2018 Microsoft Corporation. Todos os direitos reservados.
C:\Users\Juarez>pip3 install chatterbot
Collecting chatterbot
Collecting pint>=0.8.1 (from chatterbot)
Collecting sqlalchemy<1.3,>=1.2 (from chatterbot)
Collecting pymongo<4.0,>=3.3 (from chatterbot)
Collecting python-dateutil<2.8,>=2.7 (from chatterbot)
Collecting spacy<2.2,>=2.1 (from chatterbot)
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' 'c:\users\juarez\appdata\local\programs\python\python37-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Juarez\AppData\Local\Temp\pip-build-env-hitgt932\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i
https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0'
cwd: None
Complete output (359 lines):
Collecting setuptools
Collecting wheel<0.33.0,>0.32.0
Collecting Cython
Collecting cymem<2.1.0,>=2.0.2
Collecting preshed<2.1.0,>=2.0.1
Collecting murmurhash<1.1.0,>=0.28.0
Collecting thinc<7.1.0,>=7.0.8
Collecting blis<0.3.0,>=0.2.1 (from thinc<7.1.0,>=7.0.8)
Collecting wasabi<1.1.0,>=0.0.9 (from thinc<7.1.0,>=7.0.8)
Collecting srsly<1.1.0,>=0.0.6 (from thinc<7.1.0,>=7.0.8)
Collecting numpy>=1.7.0 (from thinc<7.1.0,>=7.0.8)
Collecting plac<1.0.0,>=0.9.6 (from thinc<7.1.0,>=7.0.8)
Collecting tqdm<5.0.0,>=4.10.0 (from thinc<7.1.0,>=7.0.8)
Building wheels for collected packages: murmurhash, thinc, blis, srsly
Building wheel for murmurhash (setup.py): started
Building wheel for murmurhash (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\murmurhash\\setup.py'"'"'; __file__='"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\murmurhash\\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\Juarez\AppData\Local\Temp\pip-wheel-mka0s8hx' --python-tag cp37
cwd: C:\Users\Juarez\AppData\Local\Temp\pip-install-vc0hfu3g\murmurhash\
Complete output (22 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\murmurhash
copying murmurhash\about.py -> build\lib.win32-3.7\murmurhash
copying murmurhash\__init__.py -> build\lib.win32-3.7\murmurhash
creating build\lib.win32-3.7\murmurhash\tests
copying murmurhash\tests\test_against_mmh3.py -> build\lib.win32-3.7\murmurhash\tests
copying murmurhash\tests\test_import.py -> build\lib.win32-3.7\murmurhash\tests
copying murmurhash\tests\__init__.py -> build\lib.win32-3.7\murmurhash\tests
copying murmurhash\mrmr.pyx -> build\lib.win32-3.7\murmurhash
copying murmurhash\mrmr.pxd -> build\lib.win32-3.7\murmurhash
copying murmurhash\__init__.pxd -> build\lib.win32-3.7\murmurhash
creating build\lib.win32-3.7\murmurhash\include
creating build\lib.win32-3.7\murmurhash\include\murmurhash
copying murmurhash\include\murmurhash\MurmurHash2.h -> build\lib.win32-3.7\murmurhash\include\murmurhash
copying murmurhash\include\murmurhash\MurmurHash3.h -> build\lib.win32-3.7\murmurhash\include\murmurhash
running build_ext
building 'murmurhash.mrmr' extension
----------------------------------------
ERROR: Failed building wheel for murmurhash
Running setup.py clean for murmurhash
Building wheel for thinc (setup.py): started
Building wheel for thinc (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\thinc\\setup.py'"'"'; __file__='"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\thinc\\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\Juarez\AppData\Local\Temp\pip-wheel-d1niatxh' --python-tag cp37
cwd: C:\Users\Juarez\AppData\Local\Temp\pip-install-vc0hfu3g\thinc\
Complete output (166 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\thinc
copying thinc\about.py -> build\lib.win32-3.7\thinc
copying thinc\api.py -> build\lib.win32-3.7\thinc
copying thinc\check.py -> build\lib.win32-3.7\thinc
copying thinc\compat.py -> build\lib.win32-3.7\thinc
copying thinc\describe.py -> build\lib.win32-3.7\thinc
copying thinc\exceptions.py -> build\lib.win32-3.7\thinc
copying thinc\i2v.py -> build\lib.win32-3.7\thinc
copying thinc\loss.py -> build\lib.win32-3.7\thinc
copying thinc\misc.py -> build\lib.win32-3.7\thinc
copying thinc\rates.py -> build\lib.win32-3.7\thinc
copying thinc\t2t.py -> build\lib.win32-3.7\thinc
copying thinc\t2v.py -> build\lib.win32-3.7\thinc
copying thinc\v2v.py -> build\lib.win32-3.7\thinc
copying thinc\__init__.py -> build\lib.win32-3.7\thinc
creating build\lib.win32-3.7\thinc\tests
copying thinc\tests\conftest.py -> build\lib.win32-3.7\thinc\tests
copying thinc\tests\strategies.py -> build\lib.win32-3.7\thinc\tests
copying thinc\tests\test_api_funcs.py -> build\lib.win32-3.7\thinc\tests
copying thinc\tests\test_util.py -> build\lib.win32-3.7\thinc\tests
copying thinc\tests\util.py -> build\lib.win32-3.7\thinc\tests
copying thinc\tests\__init__.py -> build\lib.win32-3.7\thinc\tests
creating build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_about.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_affine.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_beam_search.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_difference.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_hash_embed.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_imports.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_linear.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_loss.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_mem.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_model.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_ops.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_pickle.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_pooling.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_rates.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\test_rnn.py -> build\lib.win32-3.7\thinc\tests\unit
copying thinc\tests\unit\__init__.py -> build\lib.win32-3.7\thinc\tests\unit
creating build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_affine_learns.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_batch_norm.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_feed_forward.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_mnist.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_pickle.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\test_shape_check.py -> build\lib.win32-3.7\thinc\tests\integration
copying thinc\tests\integration\__init__.py -> build\lib.win32-3.7\thinc\tests\integration
creating build\lib.win32-3.7\thinc\tests\linear
copying thinc\tests\linear\test_avgtron.py -> build\lib.win32-3.7\thinc\tests\linear
copying thinc\tests\linear\test_linear.py -> build\lib.win32-3.7\thinc\tests\linear
copying thinc\tests\linear\test_sparse_array.py -> build\lib.win32-3.7\thinc\tests\linear
copying thinc\tests\linear\__init__.py -> build\lib.win32-3.7\thinc\tests\linear
creating build\lib.win32-3.7\thinc\linear
copying thinc\linear\__init__.py -> build\lib.win32-3.7\thinc\linear
creating build\lib.win32-3.7\thinc\neural
copying thinc\neural\mem.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\pooling.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\train.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\util.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\vec2vec.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\vecs2vec.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\vecs2vecs.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\_lsuv.py -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\__init__.py -> build\lib.win32-3.7\thinc\neural
creating build\lib.win32-3.7\thinc\extra
copying thinc\extra\datasets.py -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\hpbff.py -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\load_nlp.py -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\visualizer.py -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\wrappers.py -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\__init__.py -> build\lib.win32-3.7\thinc\extra
creating build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\affine.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\attention.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\batchnorm.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\convolution.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\difference.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\elu.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\embed.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\encoder_decoder.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\feature_extracter.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\feed_forward.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\function_layer.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\hash_embed.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\layernorm.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\maxout.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\model.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\multiheaded_attention.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\relu.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\resnet.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\rnn.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\selu.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\softmax.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\static_vectors.py -> build\lib.win32-3.7\thinc\neural\_classes
copying thinc\neural\_classes\__init__.py -> build\lib.win32-3.7\thinc\neural\_classes
creating build\lib.win32-3.7\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_datasets.py -> build\lib.win32-3.7\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_data_utils.py -> build\lib.win32-3.7\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_generic_utils.py -> build\lib.win32-3.7\thinc\extra\_vendorized
copying thinc\extra\_vendorized\__init__.py -> build\lib.win32-3.7\thinc\extra\_vendorized
creating build\lib.win32-3.7\thinc\extra\wrapt
copying thinc\extra\wrapt\decorators.py -> build\lib.win32-3.7\thinc\extra\wrapt
copying thinc\extra\wrapt\importer.py -> build\lib.win32-3.7\thinc\extra\wrapt
copying thinc\extra\wrapt\wrappers.py -> build\lib.win32-3.7\thinc\extra\wrapt
copying thinc\extra\wrapt\__init__.py -> build\lib.win32-3.7\thinc\extra\wrapt
copying thinc\linalg.pyx -> build\lib.win32-3.7\thinc
copying thinc\structs.pyx -> build\lib.win32-3.7\thinc
copying thinc\typedefs.pyx -> build\lib.win32-3.7\thinc
copying thinc\cpu.pxd -> build\lib.win32-3.7\thinc
copying thinc\linalg.pxd -> build\lib.win32-3.7\thinc
copying thinc\structs.pxd -> build\lib.win32-3.7\thinc
copying thinc\typedefs.pxd -> build\lib.win32-3.7\thinc
copying thinc\__init__.pxd -> build\lib.win32-3.7\thinc
copying thinc\compile_time_constants.pxi -> build\lib.win32-3.7\thinc
copying thinc\linalg.cpp -> build\lib.win32-3.7\thinc
copying thinc\structs.cpp -> build\lib.win32-3.7\thinc
copying thinc\typedefs.cpp -> build\lib.win32-3.7\thinc
copying thinc\linear\avgtron.pyx -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\features.pyx -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\linear.pyx -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\serialize.pyx -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\sparse.pyx -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\avgtron.pxd -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\features.pxd -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\serialize.pxd -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\sparse.pxd -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\__init__.pxd -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\avgtron.cpp -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\features.cpp -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\linear.cpp -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\serialize.cpp -> build\lib.win32-3.7\thinc\linear
copying thinc\linear\sparse.cpp -> build\lib.win32-3.7\thinc\linear
copying thinc\neural\ops.pyx -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\optimizers.pyx -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\_aligned_alloc.pyx -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\cpu.pxd -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\ops.pxd -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\__init__.pxd -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\ops.cpp -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\optimizers.cpp -> build\lib.win32-3.7\thinc\neural
copying thinc\neural\_aligned_alloc.cpp -> build\lib.win32-3.7\thinc\neural
copying thinc\extra\cache.pyx -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\eg.pyx -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\mb.pyx -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\search.pyx -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\cache.pxd -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\eg.pxd -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\mb.pxd -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\search.pxd -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\__init__.pxd -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\cache.cpp -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\eg.cpp -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\mb.cpp -> build\lib.win32-3.7\thinc\extra
copying thinc\extra\search.cpp -> build\lib.win32-3.7\thinc\extra
running build_ext
----------------------------------------
ERROR: Failed building wheel for thinc
Running setup.py clean for thinc
Building wheel for blis (setup.py): started
Building wheel for blis (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\blis\\setup.py'"'"'; __file__='"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\blis\\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\Juarez\AppData\Local\Temp\pip-wheel-egh_1ae9' --python-tag cp37
cwd: C:\Users\Juarez\AppData\Local\Temp\pip-install-vc0hfu3g\blis\
Complete output (21 lines):
BLIS_COMPILER? None
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\blis
copying blis\about.py -> build\lib.win32-3.7\blis
copying blis\benchmark.py -> build\lib.win32-3.7\blis
copying blis\__init__.py -> build\lib.win32-3.7\blis
creating build\lib.win32-3.7\blis\tests
copying blis\tests\common.py -> build\lib.win32-3.7\blis\tests
copying blis\tests\test_dotv.py -> build\lib.win32-3.7\blis\tests
copying blis\tests\test_gemm.py -> build\lib.win32-3.7\blis\tests
copying blis\tests\__init__.py -> build\lib.win32-3.7\blis\tests
copying blis\cy.pyx -> build\lib.win32-3.7\blis
copying blis\py.pyx -> build\lib.win32-3.7\blis
copying blis\cy.pxd -> build\lib.win32-3.7\blis
copying blis\__init__.pxd -> build\lib.win32-3.7\blis
running build_ext
----------------------------------------
ERROR: Failed building wheel for blis
Running setup.py clean for blis
Building wheel for srsly (setup.py): started
Building wheel for srsly (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\srsly\\setup.py'"'"'; __file__='"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\srsly\\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\Juarez\AppData\Local\Temp\pip-wheel-appe4hrg' --python-tag cp37
cwd: C:\Users\Juarez\AppData\Local\Temp\pip-install-vc0hfu3g\srsly\
Complete output (71 lines):
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\srsly
copying srsly\about.py -> build\lib.win32-3.7\srsly
copying srsly\util.py -> build\lib.win32-3.7\srsly
copying srsly\_json_api.py -> build\lib.win32-3.7\srsly
copying srsly\_msgpack_api.py -> build\lib.win32-3.7\srsly
copying srsly\_pickle_api.py -> build\lib.win32-3.7\srsly
copying srsly\__init__.py -> build\lib.win32-3.7\srsly
creating build\lib.win32-3.7\srsly\cloudpickle
copying srsly\cloudpickle\cloudpickle.py -> build\lib.win32-3.7\srsly\cloudpickle
copying srsly\cloudpickle\__init__.py -> build\lib.win32-3.7\srsly\cloudpickle
creating build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\exceptions.py -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\util.py -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\_ext_type.py -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\_msgpack_numpy.py -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\_version.py -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\__init__.py -> build\lib.win32-3.7\srsly\msgpack
creating build\lib.win32-3.7\srsly\tests
copying srsly\tests\test_json_api.py -> build\lib.win32-3.7\srsly\tests
copying srsly\tests\test_msgpack_api.py -> build\lib.win32-3.7\srsly\tests
copying srsly\tests\test_pickle_api.py -> build\lib.win32-3.7\srsly\tests
copying srsly\tests\__init__.py -> build\lib.win32-3.7\srsly\tests
creating build\lib.win32-3.7\srsly\ujson
copying srsly\ujson\__init__.py -> build\lib.win32-3.7\srsly\ujson
creating build\lib.win32-3.7\srsly\tests\cloudpickle
copying srsly\tests\cloudpickle\cloudpickle_file_test.py -> build\lib.win32-3.7\srsly\tests\cloudpickle
copying srsly\tests\cloudpickle\testutils.py -> build\lib.win32-3.7\srsly\tests\cloudpickle
copying srsly\tests\cloudpickle\__init__.py -> build\lib.win32-3.7\srsly\tests\cloudpickle
creating build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_buffer.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_case.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_except.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_extension.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_format.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_limits.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_memoryview.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_newspec.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_numpy.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_pack.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_read_size.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_seq.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_sequnpack.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_stricttype.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_subtype.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\test_unpack.py -> build\lib.win32-3.7\srsly\tests\msgpack
copying srsly\tests\msgpack\__init__.py -> build\lib.win32-3.7\srsly\tests\msgpack
creating build\lib.win32-3.7\srsly\tests\ujson
copying srsly\tests\ujson\test_ujson.py -> build\lib.win32-3.7\srsly\tests\ujson
copying srsly\tests\ujson\__init__.py -> build\lib.win32-3.7\srsly\tests\ujson
copying srsly\msgpack\_packer.pyx -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\_unpacker.pyx -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\buff_converter.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\pack.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\pack_template.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\sysdep.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\unpack.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\unpack_define.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\msgpack\unpack_template.h -> build\lib.win32-3.7\srsly\msgpack
copying srsly\ujson\JSONtoObj.c -> build\lib.win32-3.7\srsly\ujson
copying srsly\ujson\objToJSON.c -> build\lib.win32-3.7\srsly\ujson
copying srsly\ujson\ujson.c -> build\lib.win32-3.7\srsly\ujson
copying srsly\ujson\py_defines.h -> build\lib.win32-3.7\srsly\ujson
copying srsly\ujson\version.h -> build\lib.win32-3.7\srsly\ujson
running build_ext
building 'srsly.msgpack._unpacker' extension
----------------------------------------
ERROR: Failed building wheel for srsly
Running setup.py clean for srsly
Failed to build murmurhash thinc blis srsly
Installing collected packages: setuptools, wheel, Cython, cymem, preshed, murmurhash, numpy, blis, wasabi, srsly, plac, tqdm, thinc
Running setup.py install for murmurhash: started
Running setup.py install for murmurhash: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\murmurhash\\setup.py'"'"'; __file__='"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\murmurhash\\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\Juarez\AppData\Local\Temp\pip-record-n48896_d\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Juarez\AppData\Local\Temp\pip-build-env-hitgt932\overlay' --compile
cwd: C:\Users\Juarez\AppData\Local\Temp\pip-install-vc0hfu3g\murmurhash\
Complete output (6 lines):
running install
running build
running build_py
running build_ext
building 'murmurhash.mrmr' extension
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\murmurhash\\setup.py'"'"'; __file__='"'"'C:\\Users\\Juarez\\AppData\\Local\\Temp\\pip-install-vc0hfu3g\\murmurhash\\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\Juarez\AppData\Local\Temp\pip-record-n48896_d\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Juarez\AppData\Local\Temp\pip-build-env-hitgt932\overlay' --compile Check the logs for full command output.
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\juarez\appdata\local\programs\python\python37-32\python.exe' 'c:\users\juarez\appdata\local\programs\python\python37-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Juarez\AppData\Local\Temp\pip-build-env-hitgt932\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i
https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' Check the logs for full command output.
Alguém sabe o que posso fazer? já tentei de tudo.