question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

when i use command pip install chatterot in my system.grtting this error

See original GitHub issue
 Command "c:\python27\python.exe c:\python27\lib\site-packages\pip install --ignore-installed --no-user --prefix c:\users\acer\appdata\local\temp\pip-build-env-rwubk8\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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
danielxjeancommented, Jun 15, 2020

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

1reaction
vkosuricommented, Apr 13, 2019

The latest chatterbot package won’t support python2.7 please to install with python3

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error while installing chatterBot - Stack Overflow
You are getting this error because you have not installed required package. I think you need download them and install them ...
Read more >
pip install chatterbot error · Issue #1854 - GitHub
i am using python 3.8 64 bit and trying to install chatterbot using the command: pip install chatterbot. but it shows following error:....
Read more >
Installation — ChatterBot 1.0.8 documentation - Read the Docs
To install ChatterBot from PyPi using pip run the following command in your terminal.
Read more >
Problems to install chatterbot : r/learnpython - Reddit
What should I do? ... If you are using Python 3.8.5, you need to download chatterbot from their github and modify the requirement...
Read more >
Chatbot 1.0 documentation - PythonHosted.org
If you received an error, try executing the pip command again/make sure you successfully installed pip. Setting up¶. To first begin your script,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found