Chatterbot: Unable to install with pip, Windows 10, Python 3.7

Created on 28 Apr 2019  路  1Comment  路  Source: gunthercox/ChatterBot

I am trying to install chatterbot with pip.

I have tried installing with pip, and the source.
I have tried updating setuptools (as some others said to)

My error:

``ERROR: Complete output from command 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-9bwmzcln\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.0.dev6:
  ERROR: Collecting setuptools
    Using cached https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl
  Collecting wheel>0.32.0.<0.33.0
    Using cached https://files.pythonhosted.org/packages/96/ba/a4702cbb6a3a485239fbe9525443446203f00771af9ac000fa3ef2788201/wheel-0.33.1-py2.py3-none-any.whl
  Collecting Cython
    Using cached https://files.pythonhosted.org/packages/6c/4a/8fcaa2e03b9b97f26da39e47e1cfa008ff04037b41c35b178539f6245de4/Cython-0.29.7-cp37-cp37m-win32.whl
  Collecting cymem<2.1.0,>=2.0.2
    Using cached https://files.pythonhosted.org/packages/eb/cb/4ff546a491f764f67284572d25c57927e3f17103adf979bc99d90128f3eb/cymem-2.0.2-cp37-cp37m-win32.whl
  Collecting preshed<2.1.0,>=2.0.1
    Using cached https://files.pythonhosted.org/packages/00/52/ef641ebb40e287b95e9742e7f3120dca0350d92b3d0ef050e5133acf8931/preshed-2.0.1-cp37-cp37m-win32.whl
  Collecting murmurhash<1.1.0,>=0.28.0
    Using cached https://files.pythonhosted.org/packages/22/e9/411be1845f1ac07ae3bc40a4b19ba401819baed4fa63b4f5ef28b2300eb4/murmurhash-1.0.2.tar.gz
  Collecting thinc==7.0.0.dev6
    Using cached https://files.pythonhosted.org/packages/f2/bf/3685c4718b547583bfe3a3d54db8f0f992e30b49db1ecbce8e5d8a4c7604/thinc-7.0.0.dev6.tar.gz
  Collecting blis<0.3.0,>=0.2.1 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/59/9e/84a83616cbe5daa94909da38b780e93bf566dc2113c3dc35d7b4cad52f63/blis-0.2.4.tar.gz
  Collecting thinc_gpu_ops<0.1.0,>=0.0.1 (from thinc==7.0.0.dev6)
  Collecting numpy>=1.7.0 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/ab/75/9ac63977cbca68e17406a53a8c573a925a16771800be47a73f18c838f3fb/numpy-1.16.3-cp37-cp37m-win32.whl
  Collecting wrapt<1.11.0,>=1.10.0 (from thinc==7.0.0.dev6)
  Collecting plac<1.0.0,>=0.9.6 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/9e/9b/62c60d2f5bc135d2aa1d8c8a86aaf84edb719a59c7f11a4316259e61a298/plac-0.9.6-py2.py3-none-any.whl
  Collecting tqdm<5.0.0,>=4.10.0 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/6c/4b/c38b5144cf167c4f52288517436ccafefe9dc01b8d1c190e18a6b154cd4a/tqdm-4.31.1-py2.py3-none-any.whl
  Collecting six<2.0.0,>=1.10.0 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
  Collecting wasabi<1.1.0,>=0.0.9 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/76/6c/0376977df1ba9f0ec27835d80456d9284c79737cb5205649451db1181f01/wasabi-0.2.1-py3-none-any.whl
  Collecting srsly<1.1.0,>=0.0.5 (from thinc==7.0.0.dev6)
    Using cached https://files.pythonhosted.org/packages/05/df/6ad3ad1d2747b0ef17e674c8cf7f0cb5e5c0056ee6e9b2ebc88e55871cd4/srsly-0.0.5.tar.gz
  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: Complete output from command 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-u1_c7vif\\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\user\AppData\Local\Temp\pip-wheel-mf5u5j84' --python-tag cp37:
    ERROR: 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
    creating build\temp.win32-3.7
    creating build\temp.win32-3.7\Release
    creating build\temp.win32-3.7\Release\murmurhash
    cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\murmurhash\murmurhash\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" /EHsc /Tpmurmurhash/mrmr.cpp /Fobuild\temp.win32-3.7\Release\murmurhash/mrmr.obj /Ox /EHsc
    error: command 'cl.exe' failed: No such file or directory
    ----------------------------------------
    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: Complete output from command 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-u1_c7vif\\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\user\AppData\Local\Temp\pip-wheel-ejv0qm06' --python-tag cp37:
    ERROR: 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_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_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\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\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\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
    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
    building 'thinc.linalg' extension
    creating build\temp.win32-3.7
    creating build\temp.win32-3.7\Release
    creating build\temp.win32-3.7\Release\thinc
    cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\thinc\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" /EHsc /Tpthinc/linalg.cpp /Fobuild\temp.win32-3.7\Release\thinc/linalg.obj /Ox /EHsc
    error: command 'cl.exe' failed: No such file or directory
    ----------------------------------------
    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: Complete output from command 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-u1_c7vif\\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\user\AppData\Local\Temp\pip-wheel-8okjg6d2' --python-tag cp37:
    ERROR: 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: [WinError 2] The system cannot find the file specified
    msvc
    py_compiler msvc
    {'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:', 'HOSTTYPE': 'x86_64', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANG': 'C.UTF-8', 'OLDPWD': '/home/matt/repos/flame-blis', 'VIRTUAL_ENV': '/home/matt/repos/cython-blis/env3.6', 'USER': 'matt', 'PWD': '/home/matt/repos/cython-blis', 'HOME': '/home/matt', 'NAME': 'LAPTOP-OMKOB3VM', 'XDG_DATA_DIRS': '/usr/local/share:/usr/share:/var/lib/snapd/desktop', 'SHELL': '/bin/bash', 'TERM': 'xterm-256color', 'SHLVL': '1', 'LOGNAME': 'matt', 'PATH': '/home/matt/repos/cython-blis/env3.6/bin:/tmp/google-cloud-sdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5/ConEmu/Scripts:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5:/mnt/c/Users/matt/Documents/cmder/vendor/conemu-maximus5/ConEmu:/mnt/c/Python37/Scripts:/mnt/c/Python37:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files/Intel/WiFi/bin:/mnt/c/Program Files/Common Files/Intel/WirelessCommon:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/LLVM/bin:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files/nodejs:/mnt/c/Users/matt/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/matt/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/matt/AppData/Roaming/npm:/snap/bin:/mnt/c/Program Files/Oracle/VirtualBox', 'PS1': '(env3.6) \\[\\e]0;\\u@\\h: \\w\\a\\]${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ ', 'VAGRANT_HOME': '/home/matt/.vagrant.d/', 'LESSOPEN': '| /usr/bin/lesspipe %s', '_': '/home/matt/repos/cython-blis/env3.6/bin/python'}
    clang -c C:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\blis\blis\_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\user\AppData\Local\Temp\tmpzi4xh3gh\bli_cntx_init_bulldozer.o -O2 -funroll-all-loops -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.0-6" -DBLIS_IS_BUILDING_LIBRARY -Iinclude\windows-x86_64 -I.\frame\3\ -I.\frame\ind\ukernels\ -I.\frame\1m\ -I.\frame\1f\ -I.\frame\1\ -I.\frame\include -IC:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\blis\blis\_src\include\windows-x86_64
    ----------------------------------------
    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: Complete output from command 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-u1_c7vif\\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\user\AppData\Local\Temp\pip-wheel-njrhgkuh' --python-tag cp37:
    ERROR: 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
    creating build\temp.win32-3.7
    creating build\temp.win32-3.7\Release
    creating build\temp.win32-3.7\Release\srsly
    creating build\temp.win32-3.7\Release\srsly\msgpack
    cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -D__LITTLE_ENDIAN__=1 -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -I. -IC:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\srsly\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" /EHsc /Tpsrsly/msgpack/_unpacker.cpp /Fobuild\temp.win32-3.7\Release\srsly/msgpack/_unpacker.obj /Ox /EHsc
    error: command 'cl.exe' failed: No such file or directory
    ----------------------------------------
    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, thinc-gpu-ops, wrapt, plac, tqdm, six, wasabi, srsly, thinc
    Running setup.py install for murmurhash: started
      Running setup.py install for murmurhash: finished with status 'error'
      ERROR: Complete output from command 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-u1_c7vif\\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\user\AppData\Local\Temp\pip-record-gc6j7y_b\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-9bwmzcln\overlay' --compile:
      ERROR: running install
      running build
      running build_py
      running build_ext
      building 'murmurhash.mrmr' extension
      cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\murmurhash\murmurhash\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\user\AppData\Local\Programs\Python\Python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" /EHsc /Tpmurmurhash/mrmr.cpp /Fobuild\temp.win32-3.7\Release\murmurhash/mrmr.obj /Ox /EHsc
      error: command 'cl.exe' failed: No such file or directory
      ----------------------------------------
  ERROR: Command "'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-u1_c7vif\\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\user\AppData\Local\Temp\pip-record-gc6j7y_b\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-9bwmzcln\overlay' --compile" failed with error code 1 in C:\Users\user\AppData\Local\Temp\pip-install-u1_c7vif\murmurhash\
  ----------------------------------------
ERROR: Command "'C:\Users\user\AppData\Local\Programs\Python\Python37-32\python.exe' 'C:\Users\user\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-9bwmzcln\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.0.dev6" failed with error code 1 in None

Most helpful comment

Hello @MichaelA1337,

The issue is you are using 32 bit python.
Please try again with 64 bit and it should be fine.

>All comments

Hello @MichaelA1337,

The issue is you are using 32 bit python.
Please try again with 64 bit and it should be fine.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

engrphil picture engrphil  路  3Comments

gunthercox picture gunthercox  路  3Comments

thedp picture thedp  路  4Comments

decode007 picture decode007  路  3Comments

vkosuri picture vkosuri  路  4Comments