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.

Issue while installing Chatterbot

See original GitHub issue
  • Pip version: 19.2.1
  • Python version: Python 3.7.4
  • Operating system: Mac OS Mojave

I’m getting this error message:

ERROR: Command errored out with exit status 1:
     command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/8z/_q3gpxbd2075gq9lfsfykj_m0000gn/T/pip-install-5iWbWu/nltk/setup.py'"'"'; __file__='"'"'/private/var/folders/8z/_q3gpxbd2075gq9lfsfykj_m0000gn/T/pip-install-5iWbWu/nltk/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 pip-egg-info
         cwd: /private/var/folders/8z/_q3gpxbd2075gq9lfsfykj_m0000gn/T/pip-install-5iWbWu/nltk/
    Complete output (1 lines):
    error in nltk setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in singledispatch; python_version < "3.4" at ; python_version < "3.4"
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Aug 8, 2019

I have the same error, On windows though same versions

1reaction
cjerdonekcommented, Jul 31, 2019

The setuptools version might also help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Error while installing chatterBot
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
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
Problems to install chatterbot ... What should I do? ... If you are using Python 3.8.5, you need to download chatterbot from their...
Read more >
ChatterBot
ChatterBot is a machine learning, conversational dialog engine. ... This package can be installed from PyPi by running: pip install chatterbot ...
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