Error in install
VitMichalek opened this issue · 1 comments
VitMichalek commented
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-GTGGtE/nltk/setup.py'"'"'; __file__='"'"'/tmp/pip-install-GTGGtE/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: /tmp/pip-install-GTGGtE/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
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
miso-belica commented
Hi @VitMichalek, I am afraid I don't have any useful advice for you. From what I remember you are the 1st one with this problem and from error in NLTK setup command
I guess it's something with your NLTK installation. If you already resolved the issue it would be nice to write the solution here, but unfortunately, I can't help you more.