Open PawanPujary1105 opened 5 years ago
Hello @PawanPujary1105, I would suggest reinstall python 3.7.2 also keep in mind to delete the cache file after uninstalling. So, delete the pip folder from C:\Users\soham\AppData\Local\pip and delete the old python setup files from C:\Users\soham\AppData\Local\Programs\Python then reinstall python 3.7.2 then pip install chatterbot it will work
Hello @PawanPujary1105, I would suggest reinstall python 3.7.2 also keep in mind to delete the cache file after uninstalling. So, delete the pip folder from C:\Users\soham\AppData\Local\pip and delete the old python setup files from C:\Users\soham\AppData\Local\Programs\Python then reinstall python 3.7.2 then pip install chatterbot it will work
I didnt reinstall python 3.7.2 but i installed MS build tools 2019 and now every step is working but only one package is showing error i.e; blis
error:
ERROR: Command errored out with exit status 1: 'c:\users\user\appdata\local\programs\python\python38\python.exe' 'c:\users\user\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-fqyrtkoj\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.
@PawanPujary1105 i think you have a problem in pip module in python. Once try deleting the pip folder from C:\Users\soham\AppData\Local\pip and reinstall Python.
@PawanPujary1105 i think you have a problem in pip module in python. Once try deleting the pip folder from C:\Users\soham\AppData\Local\pip and reinstall Python.
I uninstalled python and pip as u said now the first error occurs. is it necessary that we should download wheels for all the modules included in the chatterbot package
Parece que chatterbot no sirve en window. los ejemplos todos usan linux
Were you able to solve that problem ? i am facing same issues
ERROR: Failed building wheel for blis
Running setup.py clean for blis
ERROR: Command errored out with exit status 1: 'c:\program files\python38\python.exe' 'c:\program files\python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C :\Users\Administrator\AppData\Local\Temp\pip-build-env-o5gip079\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools 'whe el>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 am using 64 bit Python 3.8.1 not 32 bit. still facing the issue
I am using 64 bit Python 3.8.1 not 32 bit. still facing the issue
same !
Try install LLVM compiler and try pip install after installation http://releases.llvm.org/download.html worked for me
I came across the same error so l downloaded all the files and used 'python setup.py build', 'python setup.py install', still failed, saying 'setup script exited with error: [WinError 2] The system cannot find the file specified' about something...
Same issue continues
I am having same issue help please
same
Had the same error when trying to install latest version (1.0.5), but it worked with
pip install chatterbot==1.0.4
Had the same error when trying to install latest version (1.0.5), but it worked with
pip install chatterbot==1.0.4
Yes this has solved mine also. Thanks
Did anyone has the solution for latest chatterbot installation
Had the same error when trying to install latest version (1.0.5), but it worked with
pip install chatterbot==1.0.4
Thank you
hi! i have the same error (Windows1064bit+Python3.8) trying to install version (1.0.5), but it worked with "pip install chatterbot==1.0.4" Is it a bug?
pip install chatterbot==1.0.4
thank you very much! it worked. i was stucked in this from last 2 hours. thank you!!!!!
pip install chatterbot==1.0.4
:pray: :thumbsup:
The same error occurred when trying to install, so I installed an earlier version that worked with pip install chatterbot==1.0.4
Try install LLVM compiler and try pip install after installation http://releases.llvm.org/download.html worked for me
Thanks rdmurai ... This worked for me and with the last version (1.0.5)
There seems to be a pinned dependency on a relatively old version of spacy
that may have install issues.
thankyou the pip install chatterbot==1.0.4 command worked
I had the same error, in windows works with pip install chatterbot==1.0.4
I had the same error but it worked with pip install chatterbot==1.0.4. Thanks a lot . Thankyou so much
same issues, worked installing 1.0.4 btw
same issues, worked installing 1.0.4 btw
But you wont be able to work with it properly because it does not have some chatterbot libraries which is required.
I had the same error, in windows works with pip install chatterbot==1.0.4
Thank you so much. it finally worked for me
I had the same error, in windows works with pip install chatterbot==1.0.4
Thank you so much. it finally worked for me
yes,it worked for me also but to utilise its some attributes I had to install previous version of python.
I had the same error, in windows works with pip install chatterbot==1.0.4
Thank you so much. it finally worked for me
Thank you so much💜 pip install ==chatterbot1.0.4 works💯💯
Thank you so much💜 pip install ==chatterbot1.0.4 works💯💯
Thank you so much💜 pip install ==chatterbot1.0.4 works💯💯
after trying pip install ==chatterbot1.0.4 i got Found existing installation: PyYAML 5.3.1 ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
C:\Users\eswar>pip install PyYAML 5.3.1
Requirement already satisfied: PyYAML in d:\users\eswar\anaconda3\lib\site-packages (5.3.1)
ERROR: Could not find a version that satisfies the requirement 5.3.1 (from versions: none)
ERROR: No matching distribution found for 5.3.1
and
C:\Users\eswar\Desktop\ml>chatbot.py
Traceback (most recent call last):
File "C:\Users\eswar\Desktop\ml\chatbot.py", line 1, in
does anyone have a solution for this
does anyone have a solution for this
Did u fix it ? I got same problem.
@ml18h3j do one thing setup virtual environment in cmd prompt as the following cmd: 1.python -m venv env 2..\env\Scripts\activate ('if it is windows')
On macOS, I just ran pip3 install spacy
I believe this issue may have been resolved in #2027, these changes were released in ChatterBot 1.0.8 please let me know if you encounter any further issues after upgrading.
@gunthercox I just installed it for the first time today at 1.0.8 and it was a problem.
Very strange, I can't imaging what would still be causing a C dependency to be installed, but I'll investigate further and see what I can come up with. Thank you for testing and letting me know.
Tive o mesmo erro ao tentar instalar a versão mais recente (1.0.5), mas funcionou com
pip install chatterbot==1.0.4
Funcionou pra mim aqui com esta dica.. Windows 10 64bits, Python 3.8
Had the same issue on python 3.8, lowered to python 3.7 and it now works fine. Or try: pip install git+git://github.com/gunthercox/ChatterBot.git@master
experiencing the same issue, but im trying to install through pycharm terminal, with python version 3.8.6 x 64, any help?
Had the same error when trying to install latest version (1.0.5), but it worked with
pip install chatterbot==1.0.4
Thank you so much!
Had the same error when trying to install latest version (1.0.5), but it worked with
pip install chatterbot==1.0.4
You have save my day! Thank you so much :D
ERROR: Failed building wheel for preshed
Running setup.py clean for preshed
Building wheel for thinc (setup.py): started
Building wheel for thinc (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\MEGHA AGARWAL\anaconda3\envs\chatbot\python.exe' -u -c 'import sys, setuptools, tokeni
ze; sys.argv[0] = '"'"'C:\Users\MEGHA AGARWAL\AppData\Local\Temp\pip-install-67ebcvic\thinc\setup.py'" '"'; file='"'"'C:\Users\MEGHA AGARWAL\AppData\Local\Temp\pip-install-67ebcvic\thinc\setup.py'"'"'; f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.clos e();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\MEGHA AGARWAL\AppData\Local\Temp\p ip-wheel-s_ceseu2' cwd: C:\Users\MEGHA AGARWAL\AppData\Local\Temp\pip-install-67ebcvic\thinc\ Complete output (166 lines): running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.8 creating build\lib.win-amd64-3.8\thinc copying thinc\about.py -> build\lib.win-amd64-3.8\thinc copying thinc\api.py -> build\lib.win-amd64-3.8\thinc copying thinc\check.py -> build\lib.win-amd64-3.8\thinc copying thinc\compat.py -> build\lib.win-amd64-3.8\thinc copying thinc\describe.py -> build\lib.win-amd64-3.8\thinc copying thinc\exceptions.py -> build\lib.win-amd64-3.8\thinc copying thinc\i2v.py -> build\lib.win-amd64-3.8\thinc copying thinc\loss.py -> build\lib.win-amd64-3.8\thinc copying thinc\misc.py -> build\lib.win-amd64-3.8\thinc copying thinc\rates.py -> build\lib.win-amd64-3.8\thinc copying thinc\t2t.py -> build\lib.win-amd64-3.8\thinc copying thinc\t2v.py -> build\lib.win-amd64-3.8\thinc copying thinc\v2v.py -> build\lib.win-amd64-3.8\thinc copying thinc__init.py -> build\lib.win-amd64-3.8\thinc creating build\lib.win-amd64-3.8\thinc\tests copying thinc\tests\conftest.py -> build\lib.win-amd64-3.8\thinc\tests copying thinc\tests\strategies.py -> build\lib.win-amd64-3.8\thinc\tests copying thinc\tests\test_api_funcs.py -> build\lib.win-amd64-3.8\thinc\tests copying thinc\tests\test_util.py -> build\lib.win-amd64-3.8\thinc\tests copying thinc\tests\util.py -> build\lib.win-amd64-3.8\thinc\tests copying thinc\tests__init__.py -> build\lib.win-amd64-3.8\thinc\tests creating build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_about.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_affine.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_beam_search.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_check_exceptions.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_difference.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_feature_extracter.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_hash_embed.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_imports.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_linear.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_loss.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_mem.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_model.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_ops.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_pickle.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_pooling.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_pytorch_wrapper.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_rates.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\test_rnn.py -> build\lib.win-amd64-3.8\thinc\tests\unit copying thinc\tests\unit\init__.py -> build\lib.win-amd64-3.8\thinc\tests\unit creating build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_affine_learns.py -> build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_basic_tagger.py -> build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_batch_norm.py -> build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_feed_forward.py -> build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_mnist.py -> build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_pickle.py -> build\lib.win-amd64-3.8\thinc\tests\integration copying thinc\tests\integration\test_roundtrip_bytes.py -> build\lib.win-amd64-3.8\thinc\tests\integration
copying thinc\tests\integration\test_shape_check.py -> build\lib.win-amd64-3.8\thinc\tests\integration
copying thinc\tests\integration\__init__.py -> build\lib.win-amd64-3.8\thinc\tests\integration
creating build\lib.win-amd64-3.8\thinc\tests\linear
copying thinc\tests\linear\test_avgtron.py -> build\lib.win-amd64-3.8\thinc\tests\linear
copying thinc\tests\linear\test_linear.py -> build\lib.win-amd64-3.8\thinc\tests\linear
copying thinc\tests\linear\test_sparse_array.py -> build\lib.win-amd64-3.8\thinc\tests\linear
copying thinc\tests\linear\__init__.py -> build\lib.win-amd64-3.8\thinc\tests\linear
creating build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\__init__.py -> build\lib.win-amd64-3.8\thinc\linear
creating build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\mem.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\pooling.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\train.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\util.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\vec2vec.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\vecs2vec.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\vecs2vecs.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\_lsuv.py -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\__init__.py -> build\lib.win-amd64-3.8\thinc\neural
creating build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\datasets.py -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\hpbff.py -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\load_nlp.py -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\visualizer.py -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\wrappers.py -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\__init__.py -> build\lib.win-amd64-3.8\thinc\extra
creating build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\affine.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\attention.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\batchnorm.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\convolution.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\difference.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\elu.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\embed.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\encoder_decoder.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\feature_extracter.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\feed_forward.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\function_layer.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\hash_embed.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\layernorm.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\maxout.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\model.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\multiheaded_attention.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\relu.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\resnet.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\rnn.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\selu.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\softmax.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\static_vectors.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
copying thinc\neural\_classes\__init__.py -> build\lib.win-amd64-3.8\thinc\neural\_classes
creating build\lib.win-amd64-3.8\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_datasets.py -> build\lib.win-amd64-3.8\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_data_utils.py -> build\lib.win-amd64-3.8\thinc\extra\_vendorized
copying thinc\extra\_vendorized\keras_generic_utils.py -> build\lib.win-amd64-3.8\thinc\extra\_vendorized
copying thinc\extra\_vendorized\__init__.py -> build\lib.win-amd64-3.8\thinc\extra\_vendorized
creating build\lib.win-amd64-3.8\thinc\extra\wrapt
copying thinc\extra\wrapt\decorators.py -> build\lib.win-amd64-3.8\thinc\extra\wrapt
copying thinc\extra\wrapt\importer.py -> build\lib.win-amd64-3.8\thinc\extra\wrapt
copying thinc\extra\wrapt\wrappers.py -> build\lib.win-amd64-3.8\thinc\extra\wrapt
copying thinc\extra\wrapt\__init__.py -> build\lib.win-amd64-3.8\thinc\extra\wrapt
copying thinc\linalg.pyx -> build\lib.win-amd64-3.8\thinc
copying thinc\structs.pyx -> build\lib.win-amd64-3.8\thinc
copying thinc\typedefs.pyx -> build\lib.win-amd64-3.8\thinc
copying thinc\cpu.pxd -> build\lib.win-amd64-3.8\thinc
copying thinc\linalg.pxd -> build\lib.win-amd64-3.8\thinc
copying thinc\structs.pxd -> build\lib.win-amd64-3.8\thinc
copying thinc\typedefs.pxd -> build\lib.win-amd64-3.8\thinc
copying thinc\__init__.pxd -> build\lib.win-amd64-3.8\thinc
copying thinc\compile_time_constants.pxi -> build\lib.win-amd64-3.8\thinc
copying thinc\linalg.cpp -> build\lib.win-amd64-3.8\thinc
copying thinc\structs.cpp -> build\lib.win-amd64-3.8\thinc
copying thinc\typedefs.cpp -> build\lib.win-amd64-3.8\thinc
copying thinc\linear\avgtron.pyx -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\features.pyx -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\linear.pyx -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\serialize.pyx -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\sparse.pyx -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\avgtron.pxd -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\features.pxd -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\serialize.pxd -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\sparse.pxd -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\__init__.pxd -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\avgtron.cpp -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\features.cpp -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\linear.cpp -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\serialize.cpp -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\linear\sparse.cpp -> build\lib.win-amd64-3.8\thinc\linear
copying thinc\neural\ops.pyx -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\optimizers.pyx -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\_aligned_alloc.pyx -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\cpu.pxd -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\ops.pxd -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\__init__.pxd -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\ops.cpp -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\optimizers.cpp -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\neural\_aligned_alloc.cpp -> build\lib.win-amd64-3.8\thinc\neural
copying thinc\extra\cache.pyx -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\eg.pyx -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\mb.pyx -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\search.pyx -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\cache.pxd -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\eg.pxd -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\mb.pxd -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\search.pxd -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\__init__.pxd -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\cache.cpp -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\eg.cpp -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\mb.cpp -> build\lib.win-amd64-3.8\thinc\extra
copying thinc\extra\search.cpp -> build\lib.win-amd64-3.8\thinc\extra
running build_ext
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://
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\MEGHA AGARWAL\anaconda3\envs\chatbot\python.exe' -u -c 'import sys, setuptools, tokeni
ERROR: Failed building wheel for blis
Running setup.py clean for blis
ERROR: Command errored out with exit status 1: 'C:\Users\MEGHA AGARWAL\anaconda3\envs\chatbot\python.exe' 'C:\ Users\MEGHA AGARWAL\anaconda3\envs\chatbot\lib\site-packages\pip' install --ignore-installed --no-user --prefi x 'C:\Users\MEGHA AGARWAL\AppData\Local\Temp\pip-build-env-lypo5f9l\overlay' --no-warn-script-location --no-bi nary :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 f ull command output.
please help me to solve my error
Tuve el mismo error, en Windows funciona con pip install chatterbot == 1.0.4
Muchas gracias. finalmente funcionó para mí
ese me funciono a mi.
i am using python 3.8 64 bit and trying to install chatterbot using the command: pip install chatterbot
but it shows following error:
C:\Users\user>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 spacy<2.2,>=2.1 Using cached https://files.pythonhosted.org/packages/1f/e2/46650d03c7ff2b57ed7af211d41c3f606540f7adea92b5af65fcf9f605c0/spacy-2.1.9.tar.gz Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\users\user\appdata\local\programs\python\python38\python.exe' 'c:\users\user\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-qwm0zsrq\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 (193 lines): Collecting setuptools Using cached https://files.pythonhosted.org/packages/d9/de/554b6310ac87c5b921bc45634b07b11394fe63bc4cb5176f5240addf18ab/setuptools-41.6.0-py2.py3-none-any.whl Collecting wheel<0.33.0,>0.32.0 Using cached https://files.pythonhosted.org/packages/ff/47/1dfa4795e24fd6f93d5d58602dd716c3f101cfd5a77cd9acbe519b44a0a9/wheel-0.32.3-py2.py3-none-any.whl Collecting Cython Using cached https://files.pythonhosted.org/packages/41/2c/9d873fc8d1be29af12a1d41707461399327396da10e50e183754aa4136b9/Cython-0.29.14-cp38-cp38-win_amd64.whl Collecting cymem<2.1.0,>=2.0.2 Using cached https://files.pythonhosted.org/packages/8b/dc/0976e04cc46f86e0dd3ee3797ec68057eaafebf31daca9a076dc138b9920/cymem-2.0.2.tar.gz Collecting preshed<2.1.0,>=2.0.1 Using cached https://files.pythonhosted.org/packages/0b/14/c9aa735cb9c131545fc9e23031baccb87041ac9215b3d75f99e3cf18f6a3/preshed-2.0.1.tar.gz 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.1.0,>=7.0.8 Using cached https://files.pythonhosted.org/packages/92/39/ea2a3d5b87fd52fc865fd1ceb7b91dca1f85e227d53e7a086d260f6bcb93/thinc-7.0.8.tar.gz ERROR: Command errored out with exit status 1: command: 'c:\users\user\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Local\Temp\pip-install-d360k4uy\thinc\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-d360k4uy\thinc\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\user\AppData\Local\Temp\pip-install-d360k4uy\thinc\pip-egg-info' cwd: C:\Users\user\AppData\Local\Temp\pip-install-d360k4uy\thinc\ Complete output (173 lines): Could not locate executable g77 Could not locate executable f77 Could not locate executable ifort Could not locate executable ifl Could not locate executable f90 Could not locate executable DF Could not locate executable efl Could not locate executable gfortran Could not locate executable f95 Could not locate executable g95 Could not locate executable efort Could not locate executable efc Could not locate executable flang don't know how to compile Fortran code on platform 'nt' 'svnversion' is not recognized as an internal or external command, operable program or batch file. non-existing path in 'numpy\distutils': 'site.cfg' Running from numpy source directory. C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\setup.py:418: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates run_build = parse_setuppy_commands() C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\system_info.py:690: UserWarning: Optimized (vendor) Blas libraries are not found. Falls back to netlib Blas library which has worse performance. A better performance should be easily gained by switching Blas library. self.calc_info() C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\system_info.py:690: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. self.calc_info() C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\system_info.py:690: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. self.calc_info() C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\system_info.py:1712: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. if getattr(self, '_calcinfo{}'.format(lapack))(): C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\system_info.py:1712: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. if getattr(self, '_calcinfo{}'.format(lapack))(): c:\users\user\appdata\local\programs\python\python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) Traceback (most recent call last): File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules yield saved File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context yield File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup _execfile(setup_script, ns) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile exec(code, globals, locals) File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\setup.py", line 443, in
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\setup.py", line 435, in setup_package
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\core.py", line 171, in setup
File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\setuptools__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\setuptools\command\bdist_egg.py", line 163, in run
self.run_command("egg_info")
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\command\egg_info.py", line 26, in run
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\users\user\appdata\local\programs\python\python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\command\build_src.py", line 142, in run
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\command\build_src.py", line 153, in build_sources
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\command\build_src.py", line 286, in build_library_sources
File "C:\Users\user\AppData\Local\Temp\easy_install-wp64lity\numpy-1.17.3\numpy\distutils\command\build_src.py", line 369, in generate_sources
File "numpy\core\setup.py", line 669, in get_mathlib_info
RuntimeError: Broken toolchain: cannot link a simple C program
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: 'c:\users\user\appdata\local\programs\python\python38\python.exe' 'c:\users\user\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-qwm0zsrq\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.
please help me solve this problem asap