Closed sshubhoo closed 5 years ago
How did you solve this I have the same error
@Anthony4m Make sure you are using Python 3 64 bit for chatterbot 1.0.5, and the actual chatterbot 1.0.5 doesn't install all packages you need. Try pip install chatterbot-corpus
As I can see in the error log, you are using Python 3 32 bit, that one doesn't fit the most recent version of chatterbot, which is 1.0.5. So install Python 3 64 bit. After you install chatterbot by pip, try pip install chatterbot-corpus to avoid further issues.
On top of @rafak360 comment, make sure you update setuptools as well, because the default one will lead you to another error message. :)
hello , I'm getting this error while installing chatterbot through pip command.
ERROR: Command "'c:\users\sa_kh\appdata\local\programs\python\python37-32\python.exe' 'c:\users\sa_kh\appdata\local\programs\python\python37-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\sa_kh\AppData\Local\Temp\pip-build-env-ji9f7wyb\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
@shamser786
As it was told above, use 64bit python.
use python 64bit thatshow my error stopped and now chatterbot is working
I was not able to install chatterbot then i install python 64 bit and install chatterbot-corpus It worked!
I'm using python 3.7 64bit and having the same error of pyYAML version .here's the look: ERROR: chatterbot-corpus 1.2.0 has requirement PyYAML<4.0,>=3.12, but you'll have pyyaml 5.1.2 which is incompatible. Installing collected packages: pyyaml Found existing installation: PyYAML 3.13 Uninstalling PyYAML-3.13: Successfully uninstalled PyYAML-3.13 Successfully installed pyyaml-5.1.2 please help me out with this.
I'm using python 3.7 64bit and having the same error of pyYAML version .here's the look: ERROR: chatterbot-corpus 1.2.0 has requirement PyYAML<4.0,>=3.12, but you'll have pyyaml 5.1.2 which is incompatible. Installing collected packages: pyyaml Found existing installation: PyYAML 3.13 Uninstalling PyYAML-3.13: Successfully uninstalled PyYAML-3.13 Successfully installed pyyaml-5.1.2 please help me out with this.
Long time ago I had same ERROR and it seems they didn't fix it yet, you will have to install chatterbot-corpus separately, first you have to downgrade PyYAML to its required version, try install it by typing in the CMD: pip install PyYAML==3.13 Then install chatterbot-corpus by: pip install chatterbot-corpus After that, get back to the actual Chatterbot's PyYAML version which is 5.1.2. I'm not sure if there's any side effect after updating it, but I've been using chatterbot for months and apparently without issues. This topic is already closed, if you want more information about side effects you should open a new topic.
Thank you
Does that mean my chatterbot is successfully installed ?
i am also experiencing this problem despite of installed the 64 bit Python setup, although the error is related to pip but something like this. The throwing error while updating the PIP version is "Could not install packages due to an environmental error" Please assist
You can try this out it work for me
pip install chatterbot-corpus Collecting chatterbot-corpus Downloading https://files.pythonhosted.org/packages/ed/19/f8b41daf36fe4b0f43e283a820362ffdb2c1128600ab4ee187e84262fa4d/chatterbot_corpus-1.2.0-py2.py3-none-any.whl (117kB) 100% |████████████████████████████████| 118kB 228kB/s Collecting PyYAML<4.0,>=3.12 (from chatterbot-corpus) Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB) 100% |████████████████████████████████| 274kB 322kB/s Building wheels for collected packages: PyYAML Running setup.py bdist_wheel for PyYAML Stored in directory: C:\Users\Queen-Ayeesha\AppData\Local\pip\Cache\wheels\ad\da\0c\74eb680767247273e2cf2723482cb9c924fe70af57c334513f Successfully built PyYAML Installing collected packages: PyYAML, chatterbot-corpus Successfully installed PyYAML-3.13 chatterbot-corpus-1.2.0
Hi @isahboy1 , I downloaded the ChatterBot using pip but I gotta the longest error ever, but I can see in preferences the package is downloaded with the latest version!
however, when I run the simple program this I got this error:
How did you solve this I have the same error
I was the same problem. Kindly install Python3.7.4 to solve this. Really its Works.
C:\Users\shubbane\Desktop\Chatbot_Project-master>pip install chatterbot Collecting chatterbot Using cached https://files.pythonhosted.org/packages/6c/0e/dac0d82f34f86bf509cf5ef3e2dfc5aa7d444bd843a2330ceb7d854f84f2/ChatterBot-1.0.5-py2.py3-none-any.whl Collecting nltk<4.0,>=3.2 (from chatterbot) Using cached https://files.pythonhosted.org/packages/6f/ed/9c755d357d33bc1931e157f537721efb5b88d2c583fe593cc09603076cc3/nltk-3.4.zip Collecting pymongo<4.0,>=3.3 (from chatterbot) Using cached https://files.pythonhosted.org/packages/1e/4e/bec80279eae8fc279316d73d3f8d0dc8bc088f122ea1444ef8fb3bb93ced/pymongo-3.7.2-cp37-cp37m-win32.whl Collecting spacy<2.2,>=2.1 (from chatterbot) Using cached https://files.pythonhosted.org/packages/77/f3/eb5aece989ecca541c4b5a439cb8a86fe5254b1521925b547609fb3aaf64/spacy-2.1.3.tar.gz Installing build dependencies ... error Complete output from command c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe c:\users\shubbane\appdata\local\programs\python\python37-32\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\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: Collecting setuptools Using cached https://files.pythonhosted.org/packages/44/56/75e64a8fbbe9e0bd30cfdd58ca1856bc0dc15a43e41504a58d8373f34213/setuptools-40.9.0-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/0a/80/519ca446605826488935c9a2be44bca604d640786b0c3308abd9c9f28002/Cython-0.29.6-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) Using cached https://files.pythonhosted.org/packages/a4/ad/11ab80a24bcedd7dd0cfabaedba2ceaeca11f1aaeeff432a3d2e63ca7d02/thinc_gpu_ops-0.0.4.tar.gz Collecting numpy>=1.7.0 (from thinc==7.0.0.dev6) Using cached https://files.pythonhosted.org/packages/61/be/b4d697563d4a211596a350414a87612204a8bb987c4c1b34598cd4904f55/numpy-1.16.2-cp37-cp37m-win32.whl Collecting wrapt<1.11.0,>=1.10.0 (from thinc==7.0.0.dev6) Using cached https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz 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 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' Complete output from command c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\shubbane\AppData\Local\Temp\pip-install-05kh0ds3\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\shubbane\AppData\Local\Temp\pip-record-jsl9w9wk\install-record.txt --single-version-externally-managed --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\overlay --compile: running install 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 murmurhashinit.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\testsinit.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 murmurhashinit.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: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
----------------------------------------
Command "c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\shubbane\AppData\Local\Temp\pip-install-05kh0ds3\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\shubbane\AppData\Local\Temp\pip-record-jsl9w9wk\install-record.txt --single-version-externally-managed --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\overlay --compile" failed with error code 1 in C:\Users\shubbane\AppData\Local\Temp\pip-install-05kh0ds3\murmurhash\
Command "c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe c:\users\shubbane\appdata\local\programs\python\python37-32\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\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+
I was the same problem. Kindly install Python3.7.4 to solve this. Really its Works.
I was the same problem. Kindly install Python3.7.4 to solve this. Really its Works.
@LS255 can you tell how to download python 64 bit
try installing version 1.0.4 use this command it has worked in my case
pip install chatterbot==1.0.4
thanks it work
Thanks brother!!! Its working.।।
On Sat, 26 Sep, 2020, 9:48 am karthik-dasari, notifications@github.com wrote:
try installing version 1.0.4 use this command it has worked in my case
pip install chatterbot==1.0.4
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gunthercox/ChatterBot/issues/1692#issuecomment-699369203, or unsubscribe https://github.com/notifications/unsubscribe-auth/APAYGG2UY5BAQROC4SWCSFDSHVTQDANCNFSM4HDWR2GA .
try installing version 1.0.4 use this command it has worked in my case
pip install chatterbot==1.0.4
thnks brother
Nice one
On Tue, 25 May 2021 at 11:13, abhinav12886 @.***> wrote:
try installing version 1.0.4 use this command it has worked in my case
pip install chatterbot==1.0.4
thnks brother
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gunthercox/ChatterBot/issues/1692#issuecomment-847741665, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEK2G32G2GMVS5UU4ETGD3TPNZ4LANCNFSM4HDWR2GA .
C:\Windows\System32>pip install chatterbot Collecting chatterbot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Requirement already satisfied: pytz in c:\users\prakh\appdata\local\programs\python\python310\lib\site-packages (from chatterbot) (2021.3) Collecting pyyaml<5.2,>=5.1 Using cached PyYAML-5.1.2.tar.gz (265 kB) Preparing metadata (setup.py) ... done Collecting mathparse<0.2,>=0.1 Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB) Collecting nltk<4.0,>=3.2 Using cached nltk-3.7-py3-none-any.whl (1.5 MB) Collecting sqlalchemy<1.3,>=1.2 Using cached SQLAlchemy-1.2.19.tar.gz (5.7 MB) Preparing metadata (setup.py) ... done Collecting python-dateutil<2.8,>=2.7 Using cached python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) Collecting pint>=0.8.1 Using cached Pint-0.18-py2.py3-none-any.whl (209 kB) Collecting spacy<2.2,>=2.1 Using cached spacy-2.1.9.tar.gz (30.7 MB) Installing build dependencies ... error error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [133 lines of output] Collecting setuptools Using cached setuptools-61.2.0-py3-none-any.whl (1.1 MB) Collecting wheel<0.33.0,>0.32.0 Using cached wheel-0.32.3-py2.py3-none-any.whl (21 kB) Collecting Cython Using cached Cython-0.29.28-py2.py3-none-any.whl (983 kB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.6-cp310-cp310-win_amd64.whl (36 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.6-cp310-cp310-win_amd64.whl (21 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wasabi<1.1.0,>=0.0.9 Using cached wasabi-0.9.0-py3-none-any.whl (25 kB) Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.5.tar.gz (86 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting numpy>=1.7.0 Using cached numpy-1.22.3-cp310-cp310-win_amd64.whl (14.7 MB) Collecting plac<1.0.0,>=0.9.6 Using cached plac-0.9.6-py2.py3-none-any.whl (20 kB) Collecting tqdm<5.0.0,>=4.10.0 Using cached tqdm-4.63.1-py2.py3-none-any.whl (76 kB) Collecting colorama Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB) Using legacy 'setup.py install' for preshed, since package 'wheel' is not installed. Using legacy 'setup.py install' for thinc, since package 'wheel' is not installed. Using legacy 'setup.py install' for blis, since package 'wheel' is not installed. Building wheels for collected packages: srsly Building wheel for srsly (pyproject.toml): started Building wheel for srsly (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error
Building wheel for srsly (pyproject.toml) did not run successfully.
exit code: 1
[71 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.10
creating build\lib.win-amd64-3.10\srsly
copying srsly\about.py -> build\lib.win-amd64-3.10\srsly
copying srsly\util.py -> build\lib.win-amd64-3.10\srsly
copying srsly\_json_api.py -> build\lib.win-amd64-3.10\srsly
copying srsly\_msgpack_api.py -> build\lib.win-amd64-3.10\srsly
copying srsly\_pickle_api.py -> build\lib.win-amd64-3.10\srsly
copying srsly\__init__.py -> build\lib.win-amd64-3.10\srsly
creating build\lib.win-amd64-3.10\srsly\cloudpickle
copying srsly\cloudpickle\cloudpickle.py -> build\lib.win-amd64-3.10\srsly\cloudpickle
copying srsly\cloudpickle\__init__.py -> build\lib.win-amd64-3.10\srsly\cloudpickle
creating build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\exceptions.py -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\util.py -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\_ext_type.py -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\_msgpack_numpy.py -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\_version.py -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\__init__.py -> build\lib.win-amd64-3.10\srsly\msgpack
creating build\lib.win-amd64-3.10\srsly\tests
copying srsly\tests\test_json_api.py -> build\lib.win-amd64-3.10\srsly\tests
copying srsly\tests\test_msgpack_api.py -> build\lib.win-amd64-3.10\srsly\tests
copying srsly\tests\test_pickle_api.py -> build\lib.win-amd64-3.10\srsly\tests
copying srsly\tests\__init__.py -> build\lib.win-amd64-3.10\srsly\tests
creating build\lib.win-amd64-3.10\srsly\ujson
copying srsly\ujson\__init__.py -> build\lib.win-amd64-3.10\srsly\ujson
creating build\lib.win-amd64-3.10\srsly\tests\cloudpickle
copying srsly\tests\cloudpickle\cloudpickle_file_test.py -> build\lib.win-amd64-3.10\srsly\tests\cloudpickle
copying srsly\tests\cloudpickle\testutils.py -> build\lib.win-amd64-3.10\srsly\tests\cloudpickle
copying srsly\tests\cloudpickle\__init__.py -> build\lib.win-amd64-3.10\srsly\tests\cloudpickle
creating build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_buffer.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_case.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_except.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_extension.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_format.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_limits.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_memoryview.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_newspec.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_numpy.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_pack.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_read_size.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_seq.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_sequnpack.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_stricttype.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_subtype.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\test_unpack.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
copying srsly\tests\msgpack\__init__.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack
creating build\lib.win-amd64-3.10\srsly\tests\ujson
copying srsly\tests\ujson\test_ujson.py -> build\lib.win-amd64-3.10\srsly\tests\ujson
copying srsly\tests\ujson\__init__.py -> build\lib.win-amd64-3.10\srsly\tests\ujson
copying srsly\msgpack\_packer.pyx -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\_unpacker.pyx -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\buff_converter.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\pack.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\pack_template.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\sysdep.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\unpack.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\unpack_define.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\msgpack\unpack_template.h -> build\lib.win-amd64-3.10\srsly\msgpack
copying srsly\ujson\JSONtoObj.c -> build\lib.win-amd64-3.10\srsly\ujson
copying srsly\ujson\objToJSON.c -> build\lib.win-amd64-3.10\srsly\ujson
copying srsly\ujson\ujson.c -> build\lib.win-amd64-3.10\srsly\ujson
copying srsly\ujson\py_defines.h -> build\lib.win-amd64-3.10\srsly\ujson
copying srsly\ujson\version.h -> build\lib.win-amd64-3.10\srsly\ujson
running build_ext
building 'srsly.msgpack._unpacker' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for srsly
Failed to build srsly
ERROR: Could not build wheels for srsly, which is required to install pyproject.toml-based projects
WARNING: You are using pip version 22.0.3; however, version 22.0.4 is available.
You should consider upgrading via the 'C:\Users\prakh\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. WARNING: You are using pip version 22.0.3; however, version 22.0.4 is available. You should consider upgrading via the 'C:\Users\prakh\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
C:\Windows\System32>
C:\Windows\System32>pip install chatterbot Collecting chatterbot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Requirement already satisfied: pytz in c:\users\prakh\appdata\local\programs\python\python310\lib\site-packages (from chatterbot) (2021.3) Collecting pyyaml<5.2,>=5.1 Using cached PyYAML-5.1.2.tar.gz (265 kB) Preparing metadata (setup.py) ... done Collecting mathparse<0.2,>=0.1 Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB) Collecting nltk<4.0,>=3.2 Using cached nltk-3.7-py3-none-any.whl (1.5 MB) Collecting sqlalchemy<1.3,>=1.2 Using cached SQLAlchemy-1.2.19.tar.gz (5.7 MB) Preparing metadata (setup.py) ... done Collecting python-dateutil<2.8,>=2.7 Using cached python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) Collecting pint>=0.8.1 Using cached Pint-0.18-py2.py3-none-any.whl (209 kB) Collecting spacy<2.2,>=2.1 Using cached spacy-2.1.9.tar.gz (30.7 MB) Installing build dependencies ... error error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [133 lines of output] Collecting setuptools Using cached setuptools-61.2.0-py3-none-any.whl (1.1 MB) Collecting wheel<0.33.0,>0.32.0 Using cached wheel-0.32.3-py2.py3-none-any.whl (21 kB) Collecting Cython Using cached Cython-0.29.28-py2.py3-none-any.whl (983 kB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.6-cp310-cp310-win_amd64.whl (36 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.6-cp310-cp310-win_amd64.whl (21 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wasabi<1.1.0,>=0.0.9 Using cached wasabi-0.9.0-py3-none-any.whl (25 kB) Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.5.tar.gz (86 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting numpy>=1.7.0 Using cached numpy-1.22.3-cp310-cp310-win_amd64.whl (14.7 MB) Collecting plac<1.0.0,>=0.9.6 Using cached plac-0.9.6-py2.py3-none-any.whl (20 kB) Collecting tqdm<5.0.0,>=4.10.0 Using cached tqdm-4.63.1-py2.py3-none-any.whl (76 kB) Collecting colorama Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB) Using legacy 'setup.py install' for preshed, since package 'wheel' is not installed. Using legacy 'setup.py install' for thinc, since package 'wheel' is not installed. Using legacy 'setup.py install' for blis, since package 'wheel' is not installed. Building wheels for collected packages: srsly Building wheel for srsly (pyproject.toml): started Building wheel for srsly (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error
Building wheel for srsly (pyproject.toml) did not run successfully. exit code: 1 [71 lines of output] running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.10 creating build\lib.win-amd64-3.10\srsly copying srsly\about.py -> build\lib.win-amd64-3.10\srsly copying srsly\util.py -> build\lib.win-amd64-3.10\srsly copying srsly\_json_api.py -> build\lib.win-amd64-3.10\srsly copying srsly\_msgpack_api.py -> build\lib.win-amd64-3.10\srsly copying srsly\_pickle_api.py -> build\lib.win-amd64-3.10\srsly copying srsly\__init__.py -> build\lib.win-amd64-3.10\srsly creating build\lib.win-amd64-3.10\srsly\cloudpickle copying srsly\cloudpickle\cloudpickle.py -> build\lib.win-amd64-3.10\srsly\cloudpickle copying srsly\cloudpickle\__init__.py -> build\lib.win-amd64-3.10\srsly\cloudpickle creating build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\exceptions.py -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\util.py -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\_ext_type.py -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\_msgpack_numpy.py -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\_version.py -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\__init__.py -> build\lib.win-amd64-3.10\srsly\msgpack creating build\lib.win-amd64-3.10\srsly\tests copying srsly\tests\test_json_api.py -> build\lib.win-amd64-3.10\srsly\tests copying srsly\tests\test_msgpack_api.py -> build\lib.win-amd64-3.10\srsly\tests copying srsly\tests\test_pickle_api.py -> build\lib.win-amd64-3.10\srsly\tests copying srsly\tests\__init__.py -> build\lib.win-amd64-3.10\srsly\tests creating build\lib.win-amd64-3.10\srsly\ujson copying srsly\ujson\__init__.py -> build\lib.win-amd64-3.10\srsly\ujson creating build\lib.win-amd64-3.10\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\cloudpickle_file_test.py -> build\lib.win-amd64-3.10\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\testutils.py -> build\lib.win-amd64-3.10\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\__init__.py -> build\lib.win-amd64-3.10\srsly\tests\cloudpickle creating build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_buffer.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_case.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_except.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_extension.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_format.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_limits.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_memoryview.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_newspec.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_numpy.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_pack.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_read_size.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_seq.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_sequnpack.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_stricttype.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_subtype.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\test_unpack.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack copying srsly\tests\msgpack\__init__.py -> build\lib.win-amd64-3.10\srsly\tests\msgpack creating build\lib.win-amd64-3.10\srsly\tests\ujson copying srsly\tests\ujson\test_ujson.py -> build\lib.win-amd64-3.10\srsly\tests\ujson copying srsly\tests\ujson\__init__.py -> build\lib.win-amd64-3.10\srsly\tests\ujson copying srsly\msgpack\_packer.pyx -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\_unpacker.pyx -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\buff_converter.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\pack.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\pack_template.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\sysdep.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\unpack.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\unpack_define.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\msgpack\unpack_template.h -> build\lib.win-amd64-3.10\srsly\msgpack copying srsly\ujson\JSONtoObj.c -> build\lib.win-amd64-3.10\srsly\ujson copying srsly\ujson\objToJSON.c -> build\lib.win-amd64-3.10\srsly\ujson copying srsly\ujson\ujson.c -> build\lib.win-amd64-3.10\srsly\ujson copying srsly\ujson\py_defines.h -> build\lib.win-amd64-3.10\srsly\ujson copying srsly\ujson\version.h -> build\lib.win-amd64-3.10\srsly\ujson running build_ext building 'srsly.msgpack._unpacker' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for srsly Failed to build srsly ERROR: Could not build wheels for srsly, which is required to install pyproject.toml-based projects WARNING: You are using pip version 22.0.3; however, version 22.0.4 is available. You should consider upgrading via the 'C:\Users\prakh\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command. [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. WARNING: You are using pip version 22.0.3; however, version 22.0.4 is available. You should consider upgrading via the 'C:\Users\prakh\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
C:\Windows\System32>
i was the same problem. how did solve this?
Install microsoft visual studio version 16. this will slove the error
PS E:\SHERLOCK BOT> pip install chatterbot
Collecting chatterbot
Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB)
Requirement already satisfied: nltk<4.0,>=3.2 in e:\python\python310\lib\site-packages (from chatterbot) (3.8.1)
Requirement already satisfied: pymongo<4.0,>=3.3 in e:\python\python310\lib\site-packages (from chatterbot) (3.13.0)
Requirement already satisfied: mathparse<0.2,>=0.1 in e:\python\python310\lib\site-packages (from chatterbot) (0.1.2)
Collecting pyyaml<5.2,>=5.1
Using cached PyYAML-5.1.2.tar.gz (265 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: pint>=0.8.1 in e:\python\python310\lib\site-packages (from chatterbot) (0.20.1)
Requirement already satisfied: pytz in e:\python\python310\lib\site-packages (from chatterbot) (2022.7.1)
Requirement already satisfied: python-dateutil<2.8,>=2.7 in e:\python\python310\lib\site-packages (from chatterbot) (2.7.5)
Collecting spacy<2.2,>=2.1
Using cached spacy-2.1.9.tar.gz (30.7 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [319 lines of output] Collecting setuptools Using cached setuptools-67.6.0-py3-none-any.whl (1.1 MB) Collecting wheel<0.33.0,>0.32.0 Using cached wheel-0.32.3-py2.py3-none-any.whl (21 kB) Collecting Cython Using cached Cython-0.29.33-py2.py3-none-any.whl (987 kB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.7-cp310-cp310-win_amd64.whl (29 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.9-cp310-cp310-win_amd64.whl (18 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting wasabi<1.1.0,>=0.0.9 Using cached wasabi-0.10.1-py3-none-any.whl (26 kB) Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.6-cp310-cp310-win_amd64.whl (196 kB) Collecting numpy>=1.7.0 Using cached numpy-1.24.2-cp310-cp310-win_amd64.whl (14.8 MB) Collecting plac<1.0.0,>=0.9.6 Using cached plac-0.9.6-py2.py3-none-any.whl (20 kB) Collecting tqdm<5.0.0,>=4.10.0 Using cached tqdm-4.65.0-py3-none-any.whl (77 kB) Collecting colorama Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Building wheels for collected packages: preshed, thinc, blis Building wheel for preshed (setup.py): started Building wheel for preshed (setup.py): finished with status 'error' error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[23 lines of output]
E:\Python\Python310\lib\site-packages\setuptools\__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`.
dist.fetch_build_eggs(dist.setup_requires)
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-310
creating build\lib.win-amd64-cpython-310\preshed
copying preshed\about.py -> build\lib.win-amd64-cpython-310\preshed
copying preshed\__init__.py -> build\lib.win-amd64-cpython-310\preshed
creating build\lib.win-amd64-cpython-310\preshed\tests
copying preshed\tests\test_counter.py -> build\lib.win-amd64-cpython-310\preshed\tests
copying preshed\tests\test_hashing.py -> build\lib.win-amd64-cpython-310\preshed\tests
copying preshed\tests\test_pop.py -> build\lib.win-amd64-cpython-310\preshed\tests
copying preshed\tests\__init__.py -> build\lib.win-amd64-cpython-310\preshed\tests
copying preshed\counter.pyx -> build\lib.win-amd64-cpython-310\preshed
copying preshed\maps.pyx -> build\lib.win-amd64-cpython-310\preshed
copying preshed\counter.pxd -> build\lib.win-amd64-cpython-310\preshed
copying preshed\maps.pxd -> build\lib.win-amd64-cpython-310\preshed
copying preshed\__init__.pxd -> build\lib.win-amd64-cpython-310\preshed
running build_ext
building 'preshed.maps' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for preshed
Running setup.py clean for preshed
Building wheel for thinc (setup.py): started
Building wheel for thinc (setup.py): finished with status 'error'
error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[168 lines of output]
E:\Python\Python310\lib\site-packages\setuptools\__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`.
dist.fetch_build_eggs(dist.setup_requires)
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-310
creating build\lib.win-amd64-cpython-310\thinc
copying thinc\about.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\api.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\check.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\compat.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\describe.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\exceptions.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\i2v.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\loss.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\misc.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\rates.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\t2t.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\t2v.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\v2v.py -> build\lib.win-amd64-cpython-310\thinc
copying thinc\__init__.py -> build\lib.win-amd64-cpython-310\thinc
creating build\lib.win-amd64-cpython-310\thinc\tests
copying thinc\tests\conftest.py -> build\lib.win-amd64-cpython-310\thinc\tests
copying thinc\tests\strategies.py -> build\lib.win-amd64-cpython-310\thinc\tests
copying thinc\tests\test_api_funcs.py -> build\lib.win-amd64-cpython-310\thinc\tests
copying thinc\tests\test_util.py -> build\lib.win-amd64-cpython-310\thinc\tests
copying thinc\tests\util.py -> build\lib.win-amd64-cpython-310\thinc\tests
copying thinc\tests\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests
creating build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_about.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_affine.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_beam_search.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_difference.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_hash_embed.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_imports.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_linear.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_loss.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_mem.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_model.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_ops.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_pickle.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_pooling.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_rates.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\test_rnn.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
copying thinc\tests\unit\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\unit
creating build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_affine_learns.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_batch_norm.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_feed_forward.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_mnist.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_pickle.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\test_shape_check.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
copying thinc\tests\integration\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\integration
creating build\lib.win-amd64-cpython-310\thinc\tests\linear
copying thinc\tests\linear\test_avgtron.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
copying thinc\tests\linear\test_linear.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
copying thinc\tests\linear\test_sparse_array.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
copying thinc\tests\linear\__init__.py -> build\lib.win-amd64-cpython-310\thinc\tests\linear
creating build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\__init__.py -> build\lib.win-amd64-cpython-310\thinc\linear
creating build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\mem.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\pooling.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\train.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\util.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\vec2vec.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\vecs2vec.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\vecs2vecs.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\_lsuv.py -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\__init__.py -> build\lib.win-amd64-cpython-310\thinc\neural
creating build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\datasets.py -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\hpbff.py -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\load_nlp.py -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\visualizer.py -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\wrappers.py -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra
creating build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\affine.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\attention.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\batchnorm.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\convolution.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\difference.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\elu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\embed.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\encoder_decoder.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\feature_extracter.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\feed_forward.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\function_layer.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\hash_embed.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\layernorm.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\maxout.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\model.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\multiheaded_attention.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\relu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\resnet.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\rnn.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\selu.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\softmax.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\static_vectors.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
copying thinc\neural\_classes\__init__.py -> build\lib.win-amd64-cpython-310\thinc\neural\_classes
creating build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_datasets.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_data_utils.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_generic_utils.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
copying thinc\extra\_vendorized\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra\_vendorized
creating build\lib.win-amd64-cpython-310\thinc\extra\wrapt
copying thinc\extra\wrapt\decorators.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
copying thinc\extra\wrapt\importer.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
copying thinc\extra\wrapt\wrappers.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
copying thinc\extra\wrapt\__init__.py -> build\lib.win-amd64-cpython-310\thinc\extra\wrapt
copying thinc\linalg.pyx -> build\lib.win-amd64-cpython-310\thinc
copying thinc\structs.pyx -> build\lib.win-amd64-cpython-310\thinc
copying thinc\typedefs.pyx -> build\lib.win-amd64-cpython-310\thinc
copying thinc\cpu.pxd -> build\lib.win-amd64-cpython-310\thinc
copying thinc\linalg.pxd -> build\lib.win-amd64-cpython-310\thinc
copying thinc\structs.pxd -> build\lib.win-amd64-cpython-310\thinc
copying thinc\typedefs.pxd -> build\lib.win-amd64-cpython-310\thinc
copying thinc\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc
copying thinc\compile_time_constants.pxi -> build\lib.win-amd64-cpython-310\thinc
copying thinc\linalg.cpp -> build\lib.win-amd64-cpython-310\thinc
copying thinc\structs.cpp -> build\lib.win-amd64-cpython-310\thinc
copying thinc\typedefs.cpp -> build\lib.win-amd64-cpython-310\thinc
copying thinc\linear\avgtron.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\features.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\linear.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\serialize.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\sparse.pyx -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\avgtron.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\features.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\serialize.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\sparse.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\avgtron.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\features.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\linear.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\serialize.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\linear\sparse.cpp -> build\lib.win-amd64-cpython-310\thinc\linear
copying thinc\neural\ops.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\optimizers.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\_aligned_alloc.pyx -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\cpu.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\ops.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\ops.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\optimizers.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\neural\_aligned_alloc.cpp -> build\lib.win-amd64-cpython-310\thinc\neural
copying thinc\extra\cache.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\eg.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\mb.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\search.pyx -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\cache.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\eg.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\mb.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\search.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\__init__.pxd -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\cache.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\eg.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\mb.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
copying thinc\extra\search.cpp -> build\lib.win-amd64-cpython-310\thinc\extra
running build_ext
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
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: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[23 lines of output]
BLIS_COMPILER? None
E:\Python\Python310\lib\site-packages\setuptools\__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`.
dist.fetch_build_eggs(dist.setup_requires)
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-310
creating build\lib.win-amd64-cpython-310\blis
copying blis\about.py -> build\lib.win-amd64-cpython-310\blis
copying blis\benchmark.py -> build\lib.win-amd64-cpython-310\blis
copying blis\__init__.py -> build\lib.win-amd64-cpython-310\blis
creating build\lib.win-amd64-cpython-310\blis\tests
copying blis\tests\common.py -> build\lib.win-amd64-cpython-310\blis\tests
copying blis\tests\test_dotv.py -> build\lib.win-amd64-cpython-310\blis\tests
copying blis\tests\test_gemm.py -> build\lib.win-amd64-cpython-310\blis\tests
copying blis\tests\__init__.py -> build\lib.win-amd64-cpython-310\blis\tests
copying blis\cy.pyx -> build\lib.win-amd64-cpython-310\blis
copying blis\py.pyx -> build\lib.win-amd64-cpython-310\blis
copying blis\cy.pxd -> build\lib.win-amd64-cpython-310\blis
copying blis\__init__.pxd -> build\lib.win-amd64-cpython-310\blis
running build_ext
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for blis
Running setup.py clean for blis
Failed to build preshed thinc blis
Installing collected packages: wasabi, plac, cymem, wheel, srsly, setuptools, preshed, numpy, murmurhash, Cython, colorama, tqdm, blis, thinc
Running setup.py install for preshed: started
Running setup.py install for preshed: finished with status 'error'
error: subprocess-exited-with-error
Running setup.py install for preshed did not run successfully.
exit code: 1
[10 lines of output]
E:\Python\Python310\lib\site-packages\setuptools\__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`.
dist.fetch_build_eggs(dist.setup_requires)
running install
E:\Python\Python310\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
running build_ext
building 'preshed.maps' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
preshed
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
C:\Users\shubbane\Desktop\Chatbot_Project-master>pip install chatterbot Collecting chatterbot Using cached https://files.pythonhosted.org/packages/6c/0e/dac0d82f34f86bf509cf5ef3e2dfc5aa7d444bd843a2330ceb7d854f84f2/ChatterBot-1.0.5-py2.py3-none-any.whl Collecting nltk<4.0,>=3.2 (from chatterbot) Using cached https://files.pythonhosted.org/packages/6f/ed/9c755d357d33bc1931e157f537721efb5b88d2c583fe593cc09603076cc3/nltk-3.4.zip Collecting pymongo<4.0,>=3.3 (from chatterbot) Using cached https://files.pythonhosted.org/packages/1e/4e/bec80279eae8fc279316d73d3f8d0dc8bc088f122ea1444ef8fb3bb93ced/pymongo-3.7.2-cp37-cp37m-win32.whl Collecting spacy<2.2,>=2.1 (from chatterbot) Using cached https://files.pythonhosted.org/packages/77/f3/eb5aece989ecca541c4b5a439cb8a86fe5254b1521925b547609fb3aaf64/spacy-2.1.3.tar.gz Installing build dependencies ... error Complete output from command c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe c:\users\shubbane\appdata\local\programs\python\python37-32\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\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: Collecting setuptools Using cached https://files.pythonhosted.org/packages/44/56/75e64a8fbbe9e0bd30cfdd58ca1856bc0dc15a43e41504a58d8373f34213/setuptools-40.9.0-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/0a/80/519ca446605826488935c9a2be44bca604d640786b0c3308abd9c9f28002/Cython-0.29.6-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) Using cached https://files.pythonhosted.org/packages/a4/ad/11ab80a24bcedd7dd0cfabaedba2ceaeca11f1aaeeff432a3d2e63ca7d02/thinc_gpu_ops-0.0.4.tar.gz Collecting numpy>=1.7.0 (from thinc==7.0.0.dev6) Using cached https://files.pythonhosted.org/packages/61/be/b4d697563d4a211596a350414a87612204a8bb987c4c1b34598cd4904f55/numpy-1.16.2-cp37-cp37m-win32.whl Collecting wrapt<1.11.0,>=1.10.0 (from thinc==7.0.0.dev6) Using cached https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz 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 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' Complete output from command c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\shubbane\AppData\Local\Temp\pip-install-05kh0ds3\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\shubbane\AppData\Local\Temp\pip-record-jsl9w9wk\install-record.txt --single-version-externally-managed --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\overlay --compile: running install 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: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
Command "c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\shubbane\AppData\Local\Temp\pip-install-05kh0ds3\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\shubbane\AppData\Local\Temp\pip-record-jsl9w9wk\install-record.txt --single-version-externally-managed --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\overlay --compile" failed with error code 1 in C:\Users\shubbane\AppData\Local\Temp\pip-install-05kh0ds3\murmurhash\
Command "c:\users\shubbane\appdata\local\programs\python\python37-32\python.exe c:\users\shubbane\appdata\local\programs\python\python37-32\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\shubbane\AppData\Local\Temp\pip-build-env-n9wvlta4\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