Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem installing chatterbot #1864

Closed
Seanjones98 opened this issue Nov 11, 2019 · 1 comment
Closed

problem installing chatterbot #1864

Seanjones98 opened this issue Nov 11, 2019 · 1 comment

Comments

@Seanjones98
Copy link

Hi Everyone
I need your help guys ,I'm having a problem when installing Chatterbot.

I'm getting this error:
7\murmurhash":
running install
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\murmurhash
copying murmurhash\about.py -> build\lib.win32-3.7\murmurhash
copying murmurhash_init_.py -> build\lib.win32-3.7\murmurhash
creating build\lib.win32-3.7\murmurhash\tests
copying murmurhash\tests\test_against_mmh3.py -> build\lib.win32-3.7\murmurhash\tests
copying murmurhash\tests\test_import.py -> build\lib.win32-3.7\murmurhash\tests
copying murmurhash\tests_init_.py -> build\lib.win32-3.7\murmurhash\tests
copying murmurhash\mrmr.pyx -> build\lib.win32-3.7\murmurhash
copying murmurhash\mrmr.pxd -> build\lib.win32-3.7\murmurhash
copying murmurhash_init_.pxd -> build\lib.win32-3.7\murmurhash
creating build\lib.win32-3.7\murmurhash\include
creating build\lib.win32-3.7\murmurhash\include\murmurhash
copying murmurhash\include\murmurhash\MurmurHash2.h -> build\lib.win32-3.7\murmurhash\include\murmurhash
copying murmurhash\include\murmurhash\MurmurHash3.h -> build\lib.win32-3.7\murmurhash\include\murmurhash
running build_ext
building 'murmurhash.mrmr' extension
creating build\temp.win32-3.7
creating build\temp.win32-3.7\Release
creating build\temp.win32-3.7\Release\murmurhash
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\HostX86\x86\cl.exe /c /nologo /Ox /W
3 /GL /DNDEBUG /MT "-IC:\Users\SEAN JONES\AppData\Local\Programs\Python\Python37-32\include" -IC:\Users\SEANJO~1\AppData\Local\Temp\pip
-install-fnip5dny\murmurhash\murmurhash\include "-IC:\Users\SEAN JONES\PycharmProjects\untitled1\venv\include" "-IC:\Users\SEAN JONES\A
ppData\Local\Programs\Python\Python37-32\include" "-IC:\Users\SEAN JONES\AppData\Local\Programs\Python\Python37-32\include" "-IC:\Progr
am Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\include" /EHsc /Tpmurmurhash/mrmr.cpp /Fobuild\temp.wi
n32-3.7\Release\murmurhash/mrmr.obj /Ox /EHsc
mrmr.cpp
C:\Users\SEAN JONES\AppData\Local\Programs\Python\Python37-32\include\pyconfig.h(59): fatal error C1083: Cannot open include file
: 'io.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\HostX86\x
86\cl.exe' failed with exit status 2

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

Command ""C:\Users\SEAN JONES\PycharmProjects\untitled1\venv\Scripts\python.exe" -u -c "import setuptools, tokenize;file='C:\Use
rs\SEANJO1\AppData\Local\Temp\pip-install-fnip5dny\murmurhash\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read
().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\SEANJO
1\AppData\Local\Temp\pip-rec
ord-g0rpfhzu\install-record.txt --single-version-externally-managed --prefix C:\Users\SEANJO1\AppData\Local\Temp\pip-build-env-7vv1qnz
f\overlay --compile --install-headers "C:\Users\SEAN JONES\PycharmProjects\untitled1\venv\include\site\python3.7\murmurhash"" failed wi
th error code 1 in C:\Users\SEANJO
1\AppData\Local\Temp\pip-install-fnip5dny\murmurhash\


Command ""C:\Users\SEAN JONES\PycharmProjects\untitled1\venv\Scripts\python.exe" "C:\Users\SEAN JONES\PycharmProjects\untitled1\venv\li
b\site-packages\pip-19.0.3-py3.7.egg\pip" install --ignore-installed --no-user --prefix C:\Users\SEANJO~1\AppData\Local\Temp\pip-build-
env-7vv1qnzf\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" failed with error code 1 in None

Please help!!

@gunthercox
Copy link
Owner

I believe this may have been fixed via #2027. Please test with the latest version of ChatterBot (1.0.8) to verify if this as been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants