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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same error, On windows though same versions
The setuptools version might also help.