gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.08k stars 4.44k forks source link

Following error occurs while trying to install chattbot package #1699

Closed changchethu closed 4 years ago

changchethu commented 5 years ago

Microsoft Windows [Version 10.0.17134.648] (c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\chang>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 mathparse<0.2,>=0.1 (from chatterbot) Using cached https://files.pythonhosted.org/packages/c3/e5/4910fb85950cb960fcf3f5aabe1c8e55f5c9201788a1c1302b570a7e1f84/mathparse-0.1.2-py3-none-any.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\chang\appdata\local\programs\python\python37-32\python.exe c:\users\chang\appdata\local\programs\python\python37-32\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\chang\AppData\Local\Temp\pip-build-env-tz4hntbh\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/c8/b0/cc6b7ba28d5fb790cf0d5946df849233e32b8872b6baca10c9e002ff5b41/setuptools-41.0.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 'done' Running setup.py install for blis: started Running setup.py install for blis: finished with status 'error' Complete output from command c:\users\chang\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\chang\AppData\Local\Temp\pip-install-n6ax73kj\blis\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\chang\AppData\Local\Temp\pip-record-m4uuuj6t\install-record.txt --single-version-externally-managed --prefix C:\Users\chang\AppData\Local\Temp\pip-build-env-tz4hntbh\overlay --compile: BLIS_COMPILER? None running install 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\]\$ ', 'VAGRANTHOME': '/home/matt/.vagrant.d/', 'LESSOPEN': '| /usr/bin/lesspipe %s', '': '/home/matt/repos/cython-blis/env3.6/bin/python'} clang -c C:\Users\chang\AppData\Local\Temp\pip-install-n6ax73kj\blis\blis_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\chang\AppData\Local\Temp\tmpc0ezelvs\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\chang\AppData\Local\Temp\pip-install-n6ax73kj\blis\blis_src\include\windows-x86_64

  ----------------------------------------

Command "c:\users\chang\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\chang\AppData\Local\Temp\pip-install-n6ax73kj\blis\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\chang\AppData\Local\Temp\pip-record-m4uuuj6t\install-record.txt --single-version-externally-managed --prefix C:\Users\chang\AppData\Local\Temp\pip-build-env-tz4hntbh\overlay --compile" failed with error code 1 in C:\Users\chang\AppData\Local\Temp\pip-install-n6ax73kj\blis\


Command "c:\users\chang\appdata\local\programs\python\python37-32\python.exe c:\users\chang\appdata\local\programs\python\python37-32\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\chang\AppData\Local\Temp\pip-build-env-tz4hntbh\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

C:\Users\chang>

Please help

Orfeous commented 5 years ago

Hi @changchethu ,

Please try to run pip install --upgrade setuptools Then pip install --upgrade chatterbot

It should do the trick.

changchethu commented 5 years ago

@Orfeous , I tried,again i'm getting the same error.

Orfeous commented 5 years ago

Hello @changchethu,

At least we tried. please check out this comment: spaCy/issues/3019

Are you using 32bit python? Thant could be the issue.

changchethu commented 5 years ago

@Orfeous ya i am using 32bit python

Orfeous commented 5 years ago

spaCy dropped 32bit support. If you try with 64 bit python it will work.

changchethu commented 5 years ago

@Orfeous Thank You

exprt commented 4 years ago

Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' 'c:\users\rahul verma\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-i nstalled --no-user --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-b8qbh725\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/ simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' cwd: None Complete output (63 lines): Collecting setuptools Using cached setuptools-45.1.0-py3-none-any.whl (583 kB) 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.14-cp38-cp38-win_amd64.whl (1.7 MB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.3-cp38-cp38-win_amd64.whl (33 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.2-cp38-cp38-win_amd64.whl (20 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Collecting wasabi<1.1.0,>=0.0.9 Using cached wasabi-0.6.0-py3-none-any.whl (20 kB) Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.1-cp38-cp38-win_amd64.whl (180 kB) Collecting numpy>=1.7.0 Using cached numpy-1.18.1-cp38-cp38-win_amd64.whl (12.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.41.1-py2.py3-none-any.whl (56 kB) ERROR: py-smtp 1.0.8 has requirement setuptools==40.2.0, but you'll have setuptools 45.1.0 which is incompatible. Installing collected packages: setuptools, wheel, Cython, cymem, preshed, murmurhash, numpy, blis, wasabi, srsly, plac, tqdm, thinc Running setup.py install for preshed: started Running setup.py install for preshed: finished with status 'done' Running setup.py install for blis: started Running setup.py install for blis: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Rahul Verma\AppData\Local \Temp\pip-install-hxq12zpy\blis\setup.py'"'"'; file='"'"'C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-hxq12zpy\blis\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\Rahul Verma\AppData\Local\Temp\pi p-record-5g8bk8xh\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-b8qbh725\overlay' --compile --install-headers 'C: \Users\Rahul Verma\AppData\Local\Temp\pip-build-env-b8qbh725\overlay\Include\blis' cwd: C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-hxq12zpy\blis\ Complete output (25 lines): BLIS_COMPILER? None running install running build running build_py creating build creating build\lib.win-amd64-3.8 creating build\lib.win-amd64-3.8\blis copying blis\about.py -> build\lib.win-amd64-3.8\blis copying blis\benchmark.py -> build\lib.win-amd64-3.8\blis copying blis__init.py -> build\lib.win-amd64-3.8\blis creating build\lib.win-amd64-3.8\blis\tests copying blis\tests\common.py -> build\lib.win-amd64-3.8\blis\tests copying blis\tests\test_dotv.py -> build\lib.win-amd64-3.8\blis\tests copying blis\tests\test_gemm.py -> build\lib.win-amd64-3.8\blis\tests copying blis\tests\init.py -> build\lib.win-amd64-3.8\blis\tests copying blis\cy.pyx -> build\lib.win-amd64-3.8\blis copying blis\py.pyx -> build\lib.win-amd64-3.8\blis copying blis\cy.pxd -> build\lib.win-amd64-3.8\blis copying blis\init__.pxd -> build\lib.win-amd64-3.8\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:.d z=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;3 5:.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:.nu v=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=0 0;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/iC LS:/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/WirelessC ommon:/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\]\$ ', 'VAGRANTHOME': '/home/matt/.vagrant.d/', 'LESS OPEN': '| /usr/bin/lesspipe %s', '': '/home/matt/repos/cython-blis/env3.6/bin/python'} clang -c C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-hxq12zpy\blis\blis_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\RAHULV~1\AppData\Local\Temp\tmp7dndj0xr\b li_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.\fra me\ind\ukernels\ -I.\frame\1m\ -I.\frame\1f\ -I.\frame\1\ -I.\frame\include -IC:\Users\Rahul Verma\AppData\Local\Temp\pip-install-hxq12zpy\blis\blis_src\include\windows-x86_64

ERROR: Command errored out with exit status 1: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\U sers\Rahul Verma\AppData\Local\Temp\pip-install-hxq12zpy\blis\setup.py'"'"'; file='"'"'C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-hxq12zpy\blis\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\ Rahul Verma\AppData\Local\Temp\pip-record-5g8bk8xh\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-b8qbh725\overlay ' --compile --install-headers 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-b8qbh725\overlay\Include\blis' Check the logs for full command output.

ERROR: Command errored out with exit status 1: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' 'c:\users\rahul verma\appdata\local\programs\python\python38\lib\si te-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-b8qbh725\overlay' --no-warn-script-location --no-binary :none: --only -binary :none: -i https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' Check the logs for full command output.

C:\Users\Rahul Verma\PycharmProjects\Test>pip install --upgrade setuptools Collecting setuptools Using cached setuptools-45.1.0-py3-none-any.whl (583 kB) ERROR: py-smtp 1.0.8 has requirement setuptools==40.2.0, but you'll have setuptools 45.1.0 which is incompatible. Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 40.2.0 Uninstalling setuptools-40.2.0: Successfully uninstalled setuptools-40.2.0 Successfully installed setuptools-45.1.0

C:\Users\Rahul Verma\PycharmProjects\Test>pip install chatterbot Collecting chatterbot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Collecting nltk<4.0,>=3.2 Using cached nltk-3.4.5.zip (1.5 MB) Collecting spacy<2.2,>=2.1 Using cached spacy-2.1.9.tar.gz (30.7 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' 'c:\users\rahul verma\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-i nstalled --no-user --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-7_tos234\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/ simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' cwd: None Complete output (63 lines): Collecting setuptools Using cached setuptools-45.1.0-py3-none-any.whl (583 kB) 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.14-cp38-cp38-win_amd64.whl (1.7 MB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.3-cp38-cp38-win_amd64.whl (33 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.2-cp38-cp38-win_amd64.whl (20 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Collecting wasabi<1.1.0,>=0.0.9 Using cached wasabi-0.6.0-py3-none-any.whl (20 kB) Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.1-cp38-cp38-win_amd64.whl (180 kB) Collecting numpy>=1.7.0 Using cached numpy-1.18.1-cp38-cp38-winamd64.whl (12.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.41.1-py2.py3-none-any.whl (56 kB) ERROR: py-smtp 1.0.8 has requirement setuptools==40.2.0, but you'll have setuptools 45.1.0 which is incompatible. Installing collected packages: setuptools, wheel, Cython, cymem, preshed, murmurhash, numpy, blis, wasabi, srsly, plac, tqdm, thinc Running setup.py install for preshed: started Running setup.py install for preshed: finished with status 'done' Running setup.py install for blis: started Running setup.py install for blis: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Rahul Verma\AppData\Local \Temp\pip-install-pwydnh0\blis\setup.py'"'"'; file='"'"'C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-pwydnh0_\blis\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\Rahul Verma\AppData\Local\Temp\pi p-record-rgjd23st\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-7_tos234\overlay' --compile --install-headers 'C: \Users\Rahul Verma\AppData\Local\Temp\pip-build-env-7tos234\overlay\Include\blis' cwd: C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-pwydnh0\blis\ Complete output (25 lines): BLIS_COMPILER? None running install running build running build_py creating build creating build\lib.win-amd64-3.8 creating build\lib.win-amd64-3.8\blis copying blis\about.py -> build\lib.win-amd64-3.8\blis copying blis\benchmark.py -> build\lib.win-amd64-3.8\blis copying blis__init.py -> build\lib.win-amd64-3.8\blis creating build\lib.win-amd64-3.8\blis\tests copying blis\tests\common.py -> build\lib.win-amd64-3.8\blis\tests copying blis\tests\test_dotv.py -> build\lib.win-amd64-3.8\blis\tests copying blis\tests\test_gemm.py -> build\lib.win-amd64-3.8\blis\tests copying blis\tests\init.py -> build\lib.win-amd64-3.8\blis\tests copying blis\cy.pyx -> build\lib.win-amd64-3.8\blis copying blis\py.pyx -> build\lib.win-amd64-3.8\blis copying blis\cy.pxd -> build\lib.win-amd64-3.8\blis copying blis\init__.pxd -> build\lib.win-amd64-3.8\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:.d z=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;3 5:.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:.nu v=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=0 0;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/iC LS:/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/WirelessC ommon:/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\]\$ ', 'VAGRANTHOME': '/home/matt/.vagrant.d/', 'LESS OPEN': '| /usr/bin/lesspipe %s', '': '/home/matt/repos/cython-blis/env3.6/bin/python'} clang -c C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-pwydnh0_\blis\blis_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\RAHULV~1\AppData\Local\Temp\tmporhk3ass\b li_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-x8664 -I.\frame\3\ -I.\fra me\ind\ukernels\ -I.\frame\1m\ -I.\frame\1f\ -I.\frame\1\ -I.\frame\include -IC:\Users\Rahul Verma\AppData\Local\Temp\pip-install-pwydnh0\blis\blis_src\include\windows-x86_64

ERROR: Command errored out with exit status 1: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\U sers\Rahul Verma\AppData\Local\Temp\pip-install-pwydnh0\blis\setup.py'"'"'; file='"'"'C:\Users\Rahul Verma\AppData\Local\Temp\pip-install-pwydnh0\blis\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\ Rahul Verma\AppData\Local\Temp\pip-record-rgjd23st\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-7_tos234\overlay ' --compile --install-headers 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-7_tos234\overlay\Include\blis' Check the logs for full command output.

ERROR: Command errored out with exit status 1: 'c:\users\rahul verma\appdata\local\programs\python\python38\python.exe' 'c:\users\rahul verma\appdata\local\programs\python\python38\lib\si te-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Rahul Verma\AppData\Local\Temp\pip-build-env-7_tos234\overlay' --no-warn-script-location --no-binary :none: --only -binary :none: -i https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' Check the logs for full command output........I'm getting the error Help me to insatll of Chatterbot module

bhuwan09 commented 4 years ago

@exprt did you solve that issue ?

exprt commented 4 years ago

Thanks I have resolve this issue

On Wed, May 13, 2020, 22:35 bhuwan09 <notifications@github.com wrote:

@exprt https://github.com/exprt did you solve that issue ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gunthercox/ChatterBot/issues/1699#issuecomment-628123361, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOAOEWDDMNYTT3HAPW7IM6LRRLHNZANCNFSM4HEDTC3Q .

bhuwan09 commented 4 years ago

@exprt how did you solve it? I'm dealing with same issue.

KhushiGala commented 4 years ago

@exprt I am getting the same error how did you solve it?

danielxjean commented 4 years ago

@exprt @KhushiGala @gunthercox I am also getting the same error, how did you resolve it?

danielxjean commented 4 years ago

@exprt @KhushiGala @gunthercox I am also getting the same error, how did you resolve it?

I resolved it using the previous version of chatterbot: pip install chatterbot ==1.0.4 Look at this thread for more information: https://www.bountysource.com/issues/83146413-pip-install-chatterbot-error

gopi2104 commented 4 years ago

please help me to resolve this error while installing chatterbot in pycharm

Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' 'C:\Users\user\Desktop\ChatBot\bot_env\lib\site-packages\pip' install --ignore-installed --no- user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-zxcswwym\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org /simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' cwd: None Complete output (417 lines): Collecting setuptools Using cached setuptools-49.4.0-py3-none-any.whl (803 kB) 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.21-cp38-cp38-win32.whl (1.6 MB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.3.tar.gz (51 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.2.tar.gz (35 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Processing c:\users\user\appdata\local\pip\cache\wheels\f2\d4\16\366223ea944794b7a8ff2194de44033ceef210e8d8bb76fe79\wasabi-0.7.1-py3-none-any.whl Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.2.tar.gz (192 kB) Collecting numpy>=1.7.0 Using cached numpy-1.19.1-cp38-cp38-win32.whl (10.9 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.48.2-py2.py3-none-any.whl (68 kB) Building wheels for collected packages: cymem, preshed, murmurhash, thinc, blis, srsly Building wheel for cymem (setup.py): started Building wheel for cymem (setup.py): finished with status 'error' ERROR: Command errored out with exit status 1: command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Local\ \Temp\pip-install-p7xpatnb\cymem\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\cymem\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:\Use rs\user\AppData\Local\Temp\pip-wheel-6xypxmxh' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\cymem\ Complete output (17 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\cymem copying cymem\about.py -> build\lib.win32-3.8\cymem copying cymem__init.py -> build\lib.win32-3.8\cymem package init file 'cymem\tests__init__.py' not found (or not a regular file) creating build\lib.win32-3.8\cymem\tests copying cymem\tests\test_import.py -> build\lib.win32-3.8\cymem\tests copying cymem\cymem.pyx -> build\lib.win32-3.8\cymem copying cymem\cymem.pxd -> build\lib.win32-3.8\cymem copying cymem\init__.pxd -> build\lib.win32-3.8\cymem running build_ext building 'cymem.cymem' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for cymem
Running setup.py clean for cymem
Building wheel for preshed (setup.py): started
Building wheel for preshed (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-p7xpatnb\preshed\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\preshed\setup.py'"'"';f=getattr(toke nize, '"'"'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-wrzqzhhi' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\preshed\ Complete output (21 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\preshed copying preshed\about.py -> build\lib.win32-3.8\preshed copying preshed__init__.py -> build\lib.win32-3.8\preshed creating build\lib.win32-3.8\preshed\tests copying preshed\tests\test_counter.py -> build\lib.win32-3.8\preshed\tests copying preshed\tests\test_hashing.py -> build\lib.win32-3.8\preshed\tests copying preshed\tests\test_pop.py -> build\lib.win32-3.8\preshed\tests copying preshed\tests__init.py -> build\lib.win32-3.8\preshed\tests copying preshed\counter.pyx -> build\lib.win32-3.8\preshed copying preshed\maps.pyx -> build\lib.win32-3.8\preshed copying preshed\counter.pxd -> build\lib.win32-3.8\preshed copying preshed\maps.pxd -> build\lib.win32-3.8\preshed copying preshed\init__.pxd -> build\lib.win32-3.8\preshed running build_ext building 'preshed.maps' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for preshed
Running setup.py clean for preshed
Building wheel for murmurhash (setup.py): started
Building wheel for murmurhash (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-p7xpatnb\murmurhash\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\murmurhash\setup.py'"'"';f=getatt r(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-rtfezkhm' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\murmurhash\ Complete output (22 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\murmurhash copying murmurhash\about.py -> build\lib.win32-3.8\murmurhash copying murmurhash__init__.py -> build\lib.win32-3.8\murmurhash creating build\lib.win32-3.8\murmurhash\tests copying murmurhash\tests\test_against_mmh3.py -> build\lib.win32-3.8\murmurhash\tests copying murmurhash\tests\test_import.py -> build\lib.win32-3.8\murmurhash\tests copying murmurhash\tests__init.py -> build\lib.win32-3.8\murmurhash\tests copying murmurhash\mrmr.pyx -> build\lib.win32-3.8\murmurhash copying murmurhash\mrmr.pxd -> build\lib.win32-3.8\murmurhash copying murmurhash\init__.pxd -> build\lib.win32-3.8\murmurhash creating build\lib.win32-3.8\murmurhash\include creating build\lib.win32-3.8\murmurhash\include\murmurhash copying murmurhash\include\murmurhash\MurmurHash2.h -> build\lib.win32-3.8\murmurhash\include\murmurhash copying murmurhash\include\murmurhash\MurmurHash3.h -> build\lib.win32-3.8\murmurhash\include\murmurhash running build_ext building 'murmurhash.mrmr' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for murmurhash
Running setup.py clean for murmurhash
Building wheel for thinc (setup.py): started
Building wheel for thinc (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-p7xpatnb\thinc\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\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:\Use rs\user\AppData\Local\Temp\pip-wheel-f0gp_5sr' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\thinc\ Complete output (166 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\thinc copying thinc\about.py -> build\lib.win32-3.8\thinc copying thinc\api.py -> build\lib.win32-3.8\thinc copying thinc\check.py -> build\lib.win32-3.8\thinc copying thinc\compat.py -> build\lib.win32-3.8\thinc copying thinc\describe.py -> build\lib.win32-3.8\thinc copying thinc\exceptions.py -> build\lib.win32-3.8\thinc copying thinc\i2v.py -> build\lib.win32-3.8\thinc copying thinc\loss.py -> build\lib.win32-3.8\thinc copying thinc\misc.py -> build\lib.win32-3.8\thinc copying thinc\rates.py -> build\lib.win32-3.8\thinc copying thinc\t2t.py -> build\lib.win32-3.8\thinc copying thinc\t2v.py -> build\lib.win32-3.8\thinc copying thinc\v2v.py -> build\lib.win32-3.8\thinc copying thinc__init.py -> build\lib.win32-3.8\thinc creating build\lib.win32-3.8\thinc\tests copying thinc\tests\conftest.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\strategies.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\test_api_funcs.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\test_util.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\util.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests__init.py -> build\lib.win32-3.8\thinc\tests creating build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_about.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_affine.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_beam_search.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_difference.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_hash_embed.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_imports.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_linear.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_loss.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_mem.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_model.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_ops.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_pickle.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_pooling.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_rates.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_rnn.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit__init.py -> build\lib.win32-3.8\thinc\tests\unit creating build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_affine_learns.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_batch_norm.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_feed_forward.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_mnist.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_pickle.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_shape_check.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration__init__.py -> build\lib.win32-3.8\thinc\tests\integration creating build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear\test_avgtron.py -> build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear\test_linear.py -> build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear\test_sparse_array.py -> build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear__init__.py -> build\lib.win32-3.8\thinc\tests\linear creating build\lib.win32-3.8\thinc\linear copying thinc\linear__init__.py -> build\lib.win32-3.8\thinc\linear creating build\lib.win32-3.8\thinc\neural copying thinc\neural\mem.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\pooling.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\train.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\util.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\vec2vec.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\vecs2vec.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\vecs2vecs.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural_lsuv.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural__init__.py -> build\lib.win32-3.8\thinc\neural creating build\lib.win32-3.8\thinc\extra copying thinc\extra\datasets.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\hpbff.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\load_nlp.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\visualizer.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\wrappers.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra__init__.py -> build\lib.win32-3.8\thinc\extra creating build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\affine.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\attention.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\batchnorm.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\convolution.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\difference.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\elu.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\embed.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\encoder_decoder.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\feature_extracter.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\feed_forward.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\function_layer.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\hash_embed.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\layernorm.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\maxout.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\model.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\multiheaded_attention.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\relu.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\resnet.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\rnn.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\selu.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\softmax.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\static_vectors.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\init__.py -> build\lib.win32-3.8\thinc\neural_classes creating build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\keras_datasets.py -> build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\keras_data_utils.py -> build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\keras_generic_utils.py -> build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\init__.py -> build\lib.win32-3.8\thinc\extra_vendorized creating build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\decorators.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\importer.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\wrappers.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\init.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\linalg.pyx -> build\lib.win32-3.8\thinc copying thinc\structs.pyx -> build\lib.win32-3.8\thinc copying thinc\typedefs.pyx -> build\lib.win32-3.8\thinc copying thinc\cpu.pxd -> build\lib.win32-3.8\thinc copying thinc\linalg.pxd -> build\lib.win32-3.8\thinc copying thinc\structs.pxd -> build\lib.win32-3.8\thinc copying thinc\typedefs.pxd -> build\lib.win32-3.8\thinc copying thinc\init.pxd -> build\lib.win32-3.8\thinc copying thinc\compile_time_constants.pxi -> build\lib.win32-3.8\thinc copying thinc\linalg.cpp -> build\lib.win32-3.8\thinc copying thinc\structs.cpp -> build\lib.win32-3.8\thinc copying thinc\typedefs.cpp -> build\lib.win32-3.8\thinc copying thinc\linear\avgtron.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\features.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\linear.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\serialize.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\sparse.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\avgtron.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\features.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\serialize.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\sparse.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\init.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\avgtron.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\features.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\linear.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\serialize.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\sparse.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\neural\ops.pyx -> build\lib.win32-3.8\thinc\neural copying thinc\neural\optimizers.pyx -> build\lib.win32-3.8\thinc\neural copying thinc\neural_aligned_alloc.pyx -> build\lib.win32-3.8\thinc\neural copying thinc\neural\cpu.pxd -> build\lib.win32-3.8\thinc\neural copying thinc\neural\ops.pxd -> build\lib.win32-3.8\thinc\neural copying thinc\neural\init.pxd -> build\lib.win32-3.8\thinc\neural copying thinc\neural\ops.cpp -> build\lib.win32-3.8\thinc\neural copying thinc\neural\optimizers.cpp -> build\lib.win32-3.8\thinc\neural copying thinc\neural_aligned_alloc.cpp -> build\lib.win32-3.8\thinc\neural copying thinc\extra\cache.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\eg.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\mb.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\search.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\cache.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\eg.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\mb.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\search.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\init__.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\cache.cpp -> build\lib.win32-3.8\thinc\extra copying thinc\extra\eg.cpp -> build\lib.win32-3.8\thinc\extra copying thinc\extra\mb.cpp -> build\lib.win32-3.8\thinc\extra copying thinc\extra\search.cpp -> build\lib.win32-3.8\thinc\extra running build_ext error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for thinc
Running setup.py clean for thinc
Building wheel for blis (setup.py): started
Building wheel for blis (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-p7xpatnb\blis\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\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-18kamujl' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\blis\ Complete output (21 lines): BLIS_COMPILER? None running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\blis copying blis\about.py -> build\lib.win32-3.8\blis copying blis\benchmark.py -> build\lib.win32-3.8\blis copying blis__init.py -> build\lib.win32-3.8\blis creating build\lib.win32-3.8\blis\tests copying blis\tests\common.py -> build\lib.win32-3.8\blis\tests copying blis\tests\test_dotv.py -> build\lib.win32-3.8\blis\tests copying blis\tests\test_gemm.py -> build\lib.win32-3.8\blis\tests copying blis\tests\init.py -> build\lib.win32-3.8\blis\tests copying blis\cy.pyx -> build\lib.win32-3.8\blis copying blis\py.pyx -> build\lib.win32-3.8\blis copying blis\cy.pxd -> build\lib.win32-3.8\blis copying blis\init__.pxd -> build\lib.win32-3.8\blis running build_ext error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for blis
Running setup.py clean for blis
Building wheel for srsly (setup.py): started
Building wheel for srsly (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-p7xpatnb\srsly\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\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:\Use rs\user\AppData\Local\Temp\pip-wheel-cbduwxcb' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\srsly\ Complete output (71 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\srsly copying srsly\about.py -> build\lib.win32-3.8\srsly copying srsly\util.py -> build\lib.win32-3.8\srsly copying srsly_json_api.py -> build\lib.win32-3.8\srsly copying srsly_msgpack_api.py -> build\lib.win32-3.8\srsly copying srsly_pickle_api.py -> build\lib.win32-3.8\srsly copying srsly__init.py -> build\lib.win32-3.8\srsly creating build\lib.win32-3.8\srsly\cloudpickle copying srsly\cloudpickle\cloudpickle.py -> build\lib.win32-3.8\srsly\cloudpickle copying srsly\cloudpickle__init.py -> build\lib.win32-3.8\srsly\cloudpickle creating build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\exceptions.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\util.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_ext_type.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_msgpack_numpy.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_version.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack__init.py -> build\lib.win32-3.8\srsly\msgpack creating build\lib.win32-3.8\srsly\tests copying srsly\tests\test_json_api.py -> build\lib.win32-3.8\srsly\tests copying srsly\tests\test_msgpack_api.py -> build\lib.win32-3.8\srsly\tests copying srsly\tests\test_pickle_api.py -> build\lib.win32-3.8\srsly\tests copying srsly\tests\init.py -> build\lib.win32-3.8\srsly\tests creating build\lib.win32-3.8\srsly\ujson copying srsly\ujson\init.py -> build\lib.win32-3.8\srsly\ujson creating build\lib.win32-3.8\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\cloudpickle_file_test.py -> build\lib.win32-3.8\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\testutils.py -> build\lib.win32-3.8\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\init__.py -> build\lib.win32-3.8\srsly\tests\cloudpickle creating build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_buffer.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_case.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_except.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_extension.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_format.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_limits.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_memoryview.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_newspec.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_numpy.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_pack.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_read_size.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_seq.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_sequnpack.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_stricttype.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_subtype.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_unpack.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\init__.py -> build\lib.win32-3.8\srsly\tests\msgpack creating build\lib.win32-3.8\srsly\tests\ujson copying srsly\tests\ujson\test_ujson.py -> build\lib.win32-3.8\srsly\tests\ujson copying srsly\tests\ujson\init__.py -> build\lib.win32-3.8\srsly\tests\ujson copying srsly\msgpack_packer.pyx -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_unpacker.pyx -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\buff_converter.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\pack.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\pack_template.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\sysdep.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\unpack.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\unpack_define.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\unpack_template.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\ujson\JSONtoObj.c -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\objToJSON.c -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\ujson.c -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\py_defines.h -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\version.h -> build\lib.win32-3.8\srsly\ujson running build_ext building 'srsly.msgpack._unpacker' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for srsly
Running setup.py clean for srsly

Failed to build cymem preshed murmurhash thinc blis srsly Installing collected packages: setuptools, wheel, Cython, cymem, preshed, murmurhash, numpy, blis, wasabi, srsly, plac, tqdm, thinc Running setup.py install for cymem: started Running setup.py install for cymem: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Loca l\Temp\pip-install-p7xpatnb\cymem\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\cymem\setup.py'"'"';f=getattr(tokeni ze, '"'"'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-i4yr7wu4\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-z xcswwym\overlay' --compile --install-headers 'C:\Users\user\Desktop\ChatBot\bot_env\include\site\python3.8\cymem' cwd: C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\cymem\ Complete output (7 lines): running install running build running build_py package init file 'cymem\tests__init__.py' not found (or not a regular file) running build_ext building 'cymem.cymem' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Command errored out with exit status 1: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '" '"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\cymem\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-p7xpatnb\cyme m\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-i4yr7wu4\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\user\A ppData\Local\Temp\pip-build-env-zxcswwym\overlay' --compile --install-headers 'C:\Users\user\Desktop\ChatBot\bot_env\include\site\python3.8\cymem' Check the logs for full command output. WARNING: You are using pip version 20.1.1; however, version 20.2.2 is available. You should consider upgrading via the 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe -m pip install --upgrade pip' command.

ERROR: Command errored out with exit status 1: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' 'C:\Users\user\Desktop\ChatBot\bot_env\lib\site-packages\pi p' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-zxcswwym\overlay' --no-warn-script-location --no-binary :none: --onl y-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' 'thi nc>=7.0.8,<7.1.0' Check the logs for full command output. WARNING: You are using pip version 20.1.1; however, version 20.2.2 is available. You should consider upgrading via the 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe -m pip install --upgrade pip' command.

(bot_env) C:\Users\user\Desktop\ChatBot>pip install chatterbot-corpus Collecting chatterbot-corpus Downloading chatterbot_corpus-1.2.0-py2.py3-none-any.whl (117 kB) |████████████████████████████████| 117 kB 501 kB/s Collecting PyYAML<4.0,>=3.12 Downloading PyYAML-3.13.tar.gz (270 kB) |████████████████████████████████| 270 kB 3.2 MB/s Building wheels for collected packages: PyYAML Building wheel for PyYAML (setup.py) ... done Created wheel for PyYAML: filename=PyYAML-3.13-cp38-cp38-win32.whl size=43083 sha256=f93251bca00d22b2eaaa667b72df8190cf7205b5831b966ced7913d566579dc6 Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\db\f2\07\5e58b12bc11255c3fc0a0aca89849050a8ec203d8b4a3c52c0 Successfully built PyYAML Installing collected packages: PyYAML, chatterbot-corpus Successfully installed PyYAML-3.13 chatterbot-corpus-1.2.0 WARNING: You are using pip version 20.1.1; however, version 20.2.2 is available. You should consider upgrading via the 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe -m pip install --upgrade pip' command.

(bot_env) C:\Users\user\Desktop\ChatBot>pip install ChatterBot Collecting ChatterBot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Collecting python-dateutil<2.8,>=2.7 Using cached python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) Collecting pymongo<4.0,>=3.3 Using cached pymongo-3.11.0-cp38-cp38-win32.whl (376 kB) Requirement already satisfied: pytz in c:\users\user\desktop\chatbot\bot_env\lib\site-packages (from ChatterBot) (2020.1) Collecting pyyaml<5.2,>=5.1 Using cached PyYAML-5.1.2.tar.gz (265 kB) Collecting mathparse<0.2,>=0.1 Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB) Collecting pint>=0.8.1 Using cached Pint-0.14-py2.py3-none-any.whl (197 kB) Collecting nltk<4.0,>=3.2 Using cached nltk-3.5.zip (1.4 MB) Collecting sqlalchemy<1.3,>=1.2 Using cached SQLAlchemy-1.2.19.tar.gz (5.7 MB) Collecting spacy<2.2,>=2.1 Using cached spacy-2.1.9.tar.gz (30.7 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' 'C:\Users\user\Desktop\ChatBot\bot_env\lib\site-packages\pip' install --ignore-installed --no- user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-mleqcu9l\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org /simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' cwd: None Complete output (417 lines): Collecting setuptools Using cached setuptools-49.4.0-py3-none-any.whl (803 kB) 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.21-cp38-cp38-win32.whl (1.6 MB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.3.tar.gz (51 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.2.tar.gz (35 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Processing c:\users\user\appdata\local\pip\cache\wheels\f2\d4\16\366223ea944794b7a8ff2194de44033ceef210e8d8bb76fe79\wasabi-0.7.1-py3-none-any.whl Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.2.tar.gz (192 kB) Collecting numpy>=1.7.0 Using cached numpy-1.19.1-cp38-cp38-win32.whl (10.9 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.48.2-py2.py3-none-any.whl (68 kB) Building wheels for collected packages: cymem, preshed, murmurhash, thinc, blis, srsly Building wheel for cymem (setup.py): started Building wheel for cymem (setup.py): finished with status 'error' ERROR: Command errored out with exit status 1: command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Local\ \Temp\pip-install-x1_v0rv4\cymem\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\cymem\setup.py'"'"';f=getattr(tokenize , '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdistwheel -d 'C:\Use rs\user\AppData\Local\Temp\pip-wheel-iwflbuc' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\cymem\ Complete output (17 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\cymem copying cymem\about.py -> build\lib.win32-3.8\cymem copying cymem__init.py -> build\lib.win32-3.8\cymem package init file 'cymem\tests__init__.py' not found (or not a regular file) creating build\lib.win32-3.8\cymem\tests copying cymem\tests\test_import.py -> build\lib.win32-3.8\cymem\tests copying cymem\cymem.pyx -> build\lib.win32-3.8\cymem copying cymem\cymem.pxd -> build\lib.win32-3.8\cymem copying cymem\init__.pxd -> build\lib.win32-3.8\cymem running build_ext building 'cymem.cymem' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for cymem
Running setup.py clean for cymem
Building wheel for preshed (setup.py): started
Building wheel for preshed (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-x1_v0rv4\preshed\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\preshed\setup.py'"'"';f=getattr(toke nize, '"'"'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-502vqez2' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\preshed\ Complete output (21 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\preshed copying preshed\about.py -> build\lib.win32-3.8\preshed copying preshed__init__.py -> build\lib.win32-3.8\preshed creating build\lib.win32-3.8\preshed\tests copying preshed\tests\test_counter.py -> build\lib.win32-3.8\preshed\tests copying preshed\tests\test_hashing.py -> build\lib.win32-3.8\preshed\tests copying preshed\tests\test_pop.py -> build\lib.win32-3.8\preshed\tests copying preshed\tests__init.py -> build\lib.win32-3.8\preshed\tests copying preshed\counter.pyx -> build\lib.win32-3.8\preshed copying preshed\maps.pyx -> build\lib.win32-3.8\preshed copying preshed\counter.pxd -> build\lib.win32-3.8\preshed copying preshed\maps.pxd -> build\lib.win32-3.8\preshed copying preshed\init__.pxd -> build\lib.win32-3.8\preshed running build_ext building 'preshed.maps' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for preshed
Running setup.py clean for preshed
Building wheel for murmurhash (setup.py): started
Building wheel for murmurhash (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-x1_v0rv4\murmurhash\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\murmurhash\setup.py'"'"';f=getatt r(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-hqnrdeqv' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\murmurhash\ Complete output (22 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\murmurhash copying murmurhash\about.py -> build\lib.win32-3.8\murmurhash copying murmurhash__init__.py -> build\lib.win32-3.8\murmurhash creating build\lib.win32-3.8\murmurhash\tests copying murmurhash\tests\test_against_mmh3.py -> build\lib.win32-3.8\murmurhash\tests copying murmurhash\tests\test_import.py -> build\lib.win32-3.8\murmurhash\tests copying murmurhash\tests__init.py -> build\lib.win32-3.8\murmurhash\tests copying murmurhash\mrmr.pyx -> build\lib.win32-3.8\murmurhash copying murmurhash\mrmr.pxd -> build\lib.win32-3.8\murmurhash copying murmurhash\init__.pxd -> build\lib.win32-3.8\murmurhash creating build\lib.win32-3.8\murmurhash\include creating build\lib.win32-3.8\murmurhash\include\murmurhash copying murmurhash\include\murmurhash\MurmurHash2.h -> build\lib.win32-3.8\murmurhash\include\murmurhash copying murmurhash\include\murmurhash\MurmurHash3.h -> build\lib.win32-3.8\murmurhash\include\murmurhash running build_ext building 'murmurhash.mrmr' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for murmurhash
Running setup.py clean for murmurhash
Building wheel for thinc (setup.py): started
Building wheel for thinc (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-x1_v0rv4\thinc\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\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:\Use rs\user\AppData\Local\Temp\pip-wheel-w49gujfm' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\thinc\ Complete output (166 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\thinc copying thinc\about.py -> build\lib.win32-3.8\thinc copying thinc\api.py -> build\lib.win32-3.8\thinc copying thinc\check.py -> build\lib.win32-3.8\thinc copying thinc\compat.py -> build\lib.win32-3.8\thinc copying thinc\describe.py -> build\lib.win32-3.8\thinc copying thinc\exceptions.py -> build\lib.win32-3.8\thinc copying thinc\i2v.py -> build\lib.win32-3.8\thinc copying thinc\loss.py -> build\lib.win32-3.8\thinc copying thinc\misc.py -> build\lib.win32-3.8\thinc copying thinc\rates.py -> build\lib.win32-3.8\thinc copying thinc\t2t.py -> build\lib.win32-3.8\thinc copying thinc\t2v.py -> build\lib.win32-3.8\thinc copying thinc\v2v.py -> build\lib.win32-3.8\thinc copying thinc__init.py -> build\lib.win32-3.8\thinc creating build\lib.win32-3.8\thinc\tests copying thinc\tests\conftest.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\strategies.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\test_api_funcs.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\test_util.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests\util.py -> build\lib.win32-3.8\thinc\tests copying thinc\tests__init.py -> build\lib.win32-3.8\thinc\tests creating build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_about.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_affine.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_beam_search.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_difference.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_hash_embed.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_imports.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_linear.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_loss.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_mem.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_model.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_ops.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_pickle.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_pooling.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_rates.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit\test_rnn.py -> build\lib.win32-3.8\thinc\tests\unit copying thinc\tests\unit__init.py -> build\lib.win32-3.8\thinc\tests\unit creating build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_affine_learns.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_batch_norm.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_feed_forward.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_mnist.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_pickle.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration\test_shape_check.py -> build\lib.win32-3.8\thinc\tests\integration copying thinc\tests\integration__init__.py -> build\lib.win32-3.8\thinc\tests\integration creating build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear\test_avgtron.py -> build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear\test_linear.py -> build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear\test_sparse_array.py -> build\lib.win32-3.8\thinc\tests\linear copying thinc\tests\linear__init__.py -> build\lib.win32-3.8\thinc\tests\linear creating build\lib.win32-3.8\thinc\linear copying thinc\linear__init__.py -> build\lib.win32-3.8\thinc\linear creating build\lib.win32-3.8\thinc\neural copying thinc\neural\mem.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\pooling.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\train.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\util.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\vec2vec.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\vecs2vec.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural\vecs2vecs.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural_lsuv.py -> build\lib.win32-3.8\thinc\neural copying thinc\neural__init__.py -> build\lib.win32-3.8\thinc\neural creating build\lib.win32-3.8\thinc\extra copying thinc\extra\datasets.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\hpbff.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\load_nlp.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\visualizer.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra\wrappers.py -> build\lib.win32-3.8\thinc\extra copying thinc\extra__init__.py -> build\lib.win32-3.8\thinc\extra creating build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\affine.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\attention.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\batchnorm.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\convolution.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\difference.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\elu.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\embed.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\encoder_decoder.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\feature_extracter.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\feed_forward.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\function_layer.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\hash_embed.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\layernorm.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\maxout.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\model.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\multiheaded_attention.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\relu.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\resnet.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\rnn.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\selu.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\softmax.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\static_vectors.py -> build\lib.win32-3.8\thinc\neural_classes copying thinc\neural_classes\init__.py -> build\lib.win32-3.8\thinc\neural_classes creating build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\keras_datasets.py -> build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\keras_data_utils.py -> build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\keras_generic_utils.py -> build\lib.win32-3.8\thinc\extra_vendorized copying thinc\extra_vendorized\init__.py -> build\lib.win32-3.8\thinc\extra_vendorized creating build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\decorators.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\importer.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\wrappers.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\extra\wrapt\init.py -> build\lib.win32-3.8\thinc\extra\wrapt copying thinc\linalg.pyx -> build\lib.win32-3.8\thinc copying thinc\structs.pyx -> build\lib.win32-3.8\thinc copying thinc\typedefs.pyx -> build\lib.win32-3.8\thinc copying thinc\cpu.pxd -> build\lib.win32-3.8\thinc copying thinc\linalg.pxd -> build\lib.win32-3.8\thinc copying thinc\structs.pxd -> build\lib.win32-3.8\thinc copying thinc\typedefs.pxd -> build\lib.win32-3.8\thinc copying thinc\init.pxd -> build\lib.win32-3.8\thinc copying thinc\compile_time_constants.pxi -> build\lib.win32-3.8\thinc copying thinc\linalg.cpp -> build\lib.win32-3.8\thinc copying thinc\structs.cpp -> build\lib.win32-3.8\thinc copying thinc\typedefs.cpp -> build\lib.win32-3.8\thinc copying thinc\linear\avgtron.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\features.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\linear.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\serialize.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\sparse.pyx -> build\lib.win32-3.8\thinc\linear copying thinc\linear\avgtron.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\features.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\serialize.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\sparse.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\init.pxd -> build\lib.win32-3.8\thinc\linear copying thinc\linear\avgtron.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\features.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\linear.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\serialize.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\linear\sparse.cpp -> build\lib.win32-3.8\thinc\linear copying thinc\neural\ops.pyx -> build\lib.win32-3.8\thinc\neural copying thinc\neural\optimizers.pyx -> build\lib.win32-3.8\thinc\neural copying thinc\neural_aligned_alloc.pyx -> build\lib.win32-3.8\thinc\neural copying thinc\neural\cpu.pxd -> build\lib.win32-3.8\thinc\neural copying thinc\neural\ops.pxd -> build\lib.win32-3.8\thinc\neural copying thinc\neural\init.pxd -> build\lib.win32-3.8\thinc\neural copying thinc\neural\ops.cpp -> build\lib.win32-3.8\thinc\neural copying thinc\neural\optimizers.cpp -> build\lib.win32-3.8\thinc\neural copying thinc\neural_aligned_alloc.cpp -> build\lib.win32-3.8\thinc\neural copying thinc\extra\cache.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\eg.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\mb.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\search.pyx -> build\lib.win32-3.8\thinc\extra copying thinc\extra\cache.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\eg.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\mb.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\search.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\init__.pxd -> build\lib.win32-3.8\thinc\extra copying thinc\extra\cache.cpp -> build\lib.win32-3.8\thinc\extra copying thinc\extra\eg.cpp -> build\lib.win32-3.8\thinc\extra copying thinc\extra\mb.cpp -> build\lib.win32-3.8\thinc\extra copying thinc\extra\search.cpp -> build\lib.win32-3.8\thinc\extra running build_ext error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for thinc
Running setup.py clean for thinc
Building wheel for blis (setup.py): started
Building wheel for blis (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-x1_v0rv4\blis\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\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-2yq2z9qy' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\blis\ Complete output (21 lines): BLIS_COMPILER? None running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\blis copying blis\about.py -> build\lib.win32-3.8\blis copying blis\benchmark.py -> build\lib.win32-3.8\blis copying blis__init.py -> build\lib.win32-3.8\blis creating build\lib.win32-3.8\blis\tests copying blis\tests\common.py -> build\lib.win32-3.8\blis\tests copying blis\tests\test_dotv.py -> build\lib.win32-3.8\blis\tests copying blis\tests\test_gemm.py -> build\lib.win32-3.8\blis\tests copying blis\tests\init.py -> build\lib.win32-3.8\blis\tests copying blis\cy.pyx -> build\lib.win32-3.8\blis copying blis\py.pyx -> build\lib.win32-3.8\blis copying blis\cy.pxd -> build\lib.win32-3.8\blis copying blis\init__.pxd -> build\lib.win32-3.8\blis running build_ext error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for blis
Running setup.py clean for blis
Building wheel for srsly (setup.py): started
Building wheel for srsly (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
 command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\

\Temp\pip-install-x1_v0rv4\srsly\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\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:\Use rs\user\AppData\Local\Temp\pip-wheel-bgunpa6d' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\srsly\ Complete output (71 lines): running bdist_wheel running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\srsly copying srsly\about.py -> build\lib.win32-3.8\srsly copying srsly\util.py -> build\lib.win32-3.8\srsly copying srsly_json_api.py -> build\lib.win32-3.8\srsly copying srsly_msgpack_api.py -> build\lib.win32-3.8\srsly copying srsly_pickle_api.py -> build\lib.win32-3.8\srsly copying srsly__init.py -> build\lib.win32-3.8\srsly creating build\lib.win32-3.8\srsly\cloudpickle copying srsly\cloudpickle\cloudpickle.py -> build\lib.win32-3.8\srsly\cloudpickle copying srsly\cloudpickle__init.py -> build\lib.win32-3.8\srsly\cloudpickle creating build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\exceptions.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\util.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_ext_type.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_msgpack_numpy.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_version.py -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack__init.py -> build\lib.win32-3.8\srsly\msgpack creating build\lib.win32-3.8\srsly\tests copying srsly\tests\test_json_api.py -> build\lib.win32-3.8\srsly\tests copying srsly\tests\test_msgpack_api.py -> build\lib.win32-3.8\srsly\tests copying srsly\tests\test_pickle_api.py -> build\lib.win32-3.8\srsly\tests copying srsly\tests\init.py -> build\lib.win32-3.8\srsly\tests creating build\lib.win32-3.8\srsly\ujson copying srsly\ujson\init.py -> build\lib.win32-3.8\srsly\ujson creating build\lib.win32-3.8\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\cloudpickle_file_test.py -> build\lib.win32-3.8\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\testutils.py -> build\lib.win32-3.8\srsly\tests\cloudpickle copying srsly\tests\cloudpickle\init__.py -> build\lib.win32-3.8\srsly\tests\cloudpickle creating build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_buffer.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_case.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_except.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_extension.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_format.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_limits.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_memoryview.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_newspec.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_numpy.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_pack.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_read_size.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_seq.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_sequnpack.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_stricttype.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_subtype.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\test_unpack.py -> build\lib.win32-3.8\srsly\tests\msgpack copying srsly\tests\msgpack\init__.py -> build\lib.win32-3.8\srsly\tests\msgpack creating build\lib.win32-3.8\srsly\tests\ujson copying srsly\tests\ujson\test_ujson.py -> build\lib.win32-3.8\srsly\tests\ujson copying srsly\tests\ujson\init__.py -> build\lib.win32-3.8\srsly\tests\ujson copying srsly\msgpack_packer.pyx -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack_unpacker.pyx -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\buff_converter.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\pack.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\pack_template.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\sysdep.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\unpack.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\unpack_define.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\msgpack\unpack_template.h -> build\lib.win32-3.8\srsly\msgpack copying srsly\ujson\JSONtoObj.c -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\objToJSON.c -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\ujson.c -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\py_defines.h -> build\lib.win32-3.8\srsly\ujson copying srsly\ujson\version.h -> build\lib.win32-3.8\srsly\ujson running build_ext building 'srsly.msgpack._unpacker' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Failed building wheel for srsly
Running setup.py clean for srsly

Failed to build cymem preshed murmurhash thinc blis srsly Installing collected packages: setuptools, wheel, Cython, cymem, preshed, murmurhash, numpy, blis, wasabi, srsly, plac, tqdm, thinc Running setup.py install for cymem: started Running setup.py install for cymem: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Loca l\Temp\pip-install-x1_v0rv4\cymem\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\cymem\setup.py'"'"';f=getattr(tokeni ze, '"'"'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-zv4wvq22\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-m leqcu9l\overlay' --compile --install-headers 'C:\Users\user\Desktop\ChatBot\bot_env\include\site\python3.8\cymem' cwd: C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\cymem\ Complete output (7 lines): running install running build running build_py package init file 'cymem\tests__init__.py' not found (or not a regular file) running build_ext building 'cymem.cymem' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Command errored out with exit status 1: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '" '"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\cymem\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-x1_v0rv4\cyme m\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-zv4wvq22\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\user\A ppData\Local\Temp\pip-build-env-mleqcu9l\overlay' --compile --install-headers 'C:\Users\user\Desktop\ChatBot\bot_env\include\site\python3.8\cymem' Check the logs for full command output. WARNING: You are using pip version 20.1.1; however, version 20.2.2 is available. You should consider upgrading via the 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe -m pip install --upgrade pip' command.

ERROR: Command errored out with exit status 1: 'C:\Users\user\Desktop\ChatBot\bot_env\Scripts\python.exe' 'C:\Users\user\Desktop\ChatBot\bot_env\lib\site-packages\pi p' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-mleqcu9l\overlay' --no-warn-script-location --no-binary :none: --onl y-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' 'thi nc>=7.0.8,<7.1.0' Check the logs for full command output.

Vyomkeshgupta commented 4 years ago

@Orfeous Bro I am using 3.8 version 64-bit but it is not working

exprt commented 4 years ago

You should try 3.5 version

On Sat, Aug 22, 2020, 17:17 Vyomkeshgupta <notifications@github.com wrote:

@Orfeous https://github.com/Orfeous Bro I am using 3.8 version 64-bit but it is not working

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gunthercox/ChatterBot/issues/1699#issuecomment-678630744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOAOEWFYIFOYADXQRAF5HGTSB6V3PANCNFSM4HEDTC3Q .

KhushiGala commented 4 years ago

You can try using 3.7 also

exprt commented 4 years ago

Try 3.6

On Sat, Aug 22, 2020, 19:28 KhushiGala <notifications@github.com wrote:

You can try using 3.7 also

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gunthercox/ChatterBot/issues/1699#issuecomment-678644530, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOAOEWGVUNPQUXI5P2ARPM3SB7FJ7ANCNFSM4HEDTC3Q .

gunthercox commented 4 years ago

I believe the error you encountered that prevented ChatterBot from being installed has been resolved by #2027 and released in version 1.0.8. Please let me know if you encounter any further issues.

GMADHURIDSP commented 4 years ago

C:\Users\HMVU>pip install --upgrade chatterbot Collecting chatterbot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Requirement already satisfied, skipping upgrade: pytz in c:\users\hmvu\appdata\local\programs\python\python38-32\lib\site-packages (from chatterbot) (2020.1) Requirement already satisfied, skipping upgrade: nltk<4.0,>=3.2 in c:\users\hmvu\appdata\local\programs\python\python38-32\lib\site-packages (from chatterbot) (3.5) Collecting pyyaml<5.2,>=5.1 Using cached PyYAML-5.1.2.tar.gz (265 kB) Requirement already satisfied, skipping upgrade: pymongo<4.0,>=3.3 in c:\users\hmvu\appdata\local\programs\python\python38-32\lib\site-packages (from chatterbot) (3.11.0) Collecting spacy<2.2,>=2.1 Using cached spacy-2.1.9.tar.gz (30.7 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\users\hmvu\appdata\local\programs\python\python38-32\python.exe' 'c:\users\hmvu\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\HMVU\AppData\Local\Temp\pip-build-env-avjhesqz\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' cwd: None Complete output (60 lines): Collecting setuptools Using cached setuptools-49.6.0-py3-none-any.whl (803 kB) 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.21-cp38-cp38-win32.whl (1.6 MB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.3.tar.gz (51 kB) Collecting preshed<2.1.0,>=2.0.1 Using cached preshed-2.0.1.tar.gz (113 kB) Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.2.tar.gz (35 kB) Collecting thinc<7.1.0,>=7.0.8 Using cached thinc-7.0.8.tar.gz (1.9 MB) Collecting blis<0.3.0,>=0.2.1 Using cached blis-0.2.4.tar.gz (1.5 MB) Collecting wasabi<1.1.0,>=0.0.9 Using cached wasabi-0.7.1.tar.gz (22 kB) Collecting srsly<1.1.0,>=0.0.6 Using cached srsly-1.0.2.tar.gz (192 kB) Collecting numpy>=1.7.0 Using cached numpy-1.19.1-cp38-cp38-win32.whl (10.9 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.48.2-py2.py3-none-any.whl (68 kB) Using legacy 'setup.py install' for cymem, since package 'wheel' is not installed. Using legacy 'setup.py install' for preshed, since package 'wheel' is not installed. Using legacy 'setup.py install' for murmurhash, 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. Using legacy 'setup.py install' for wasabi, since package 'wheel' is not installed. Using legacy 'setup.py install' for srsly, since package 'wheel' is not installed. Installing collected packages: setuptools, wheel, Cython, cymem, preshed, murmurhash, numpy, blis, wasabi, srsly, plac, tqdm, thinc Running setup.py install for cymem: started Running setup.py install for cymem: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'c:\users\hmvu\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\HMVU\AppData\Local\Temp\pip-install-71h8q0rm\cymem\setup.py'"'"'; file='"'"'C:\Users\HMVU\AppData\Local\Temp\pip-install-71h8q0rm\cymem\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\HMVU\AppData\Local\Temp\pip-record-qt8apq7f\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\HMVU\AppData\Local\Temp\pip-build-env-avjhesqz\overlay' --compile --install-headers 'C:\Users\HMVU\AppData\Local\Temp\pip-build-env-avjhesqz\overlay\Include\cymem' cwd: C:\Users\HMVU\AppData\Local\Temp\pip-install-71h8q0rm\cymem\ Complete output (18 lines): WARNING: The wheel package is not available. running install running build running build_py creating build creating build\lib.win32-3.8 creating build\lib.win32-3.8\cymem copying cymem\about.py -> build\lib.win32-3.8\cymem copying cymem__init.py -> build\lib.win32-3.8\cymem package init file 'cymem\tests__init__.py' not found (or not a regular file) creating build\lib.win32-3.8\cymem\tests copying cymem\tests\test_import.py -> build\lib.win32-3.8\cymem\tests copying cymem\cymem.pyx -> build\lib.win32-3.8\cymem copying cymem\cymem.pxd -> build\lib.win32-3.8\cymem copying cymem\init__.pxd -> build\lib.win32-3.8\cymem running build_ext building 'cymem.cymem' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Command errored out with exit status 1: 'c:\users\hmvu\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\HMVU\AppData\Local\Temp\pip-install-71h8q0rm\cymem\setup.py'"'"'; file='"'"'C:\Users\HMVU\AppData\Local\Temp\pip-install-71h8q0rm\cymem\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\HMVU\AppData\Local\Temp\pip-record-qt8apq7f\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\HMVU\AppData\Local\Temp\pip-build-env-avjhesqz\overlay' --compile --install-headers 'C:\Users\HMVU\AppData\Local\Temp\pip-build-env-avjhesqz\overlay\Include\cymem' Check the logs for full command output.

ERROR: Command errored out with exit status 1: 'c:\users\hmvu\appdata\local\programs\python\python38-32\python.exe' 'c:\users\hmvu\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\HMVU\AppData\Local\Temp\pip-build-env-avjhesqz\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools 'wheel>0.32.0,<0.33.0' Cython 'cymem>=2.0.2,<2.1.0' 'preshed>=2.0.1,<2.1.0' 'murmurhash>=0.28.0,<1.1.0' 'thinc>=7.0.8,<7.1.0' Check the logs for full command output.

GMADHURIDSP commented 4 years ago

please help me resolve this issue

KhushiGala commented 4 years ago

This can resolved by using python 3.7

GMADHURIDSP commented 4 years ago

Ok thank you