tweets-collector
tweets-collector copied to clipboard
pip install -r requirements.txt
I am encountering an error while installing requirements.txt Am using python 3 version Please help and this is the error
$ pip install -r requirements.txt
Collecting preprocessor
Using cached https://files.pythonhosted.org/packages/96/ad/d9f4ffb9bb97d1cb5bcb876b7932571d4dbaa3eff1701ad45d367f0ea27b/preprocessor-1.1.3.tar.gz
Collecting pandas
Using cached https://files.pythonhosted.org/packages/02/d0/1e8e60e61e748338e3a40e42f5dfeee63ccdecfc4f0894122b890bfb009a/pandas-0.25.3-cp37-cp37m-win_amd64.whl
Requirement already satisfied: xlsxwriter in c:\users\jyo27\appdata\local\programs\python\python37\lib\site-packages (from -r requirements.txt (line 3)) (1.2.6)
Collecting twython
Using cached https://files.pythonhosted.org/packages/8c/2b/c0883f05b03a8e87787d56395d6c89515fe7e0bf80abd3778b6bb3a6873f/twython-3.7.0.tar.gz
Collecting nltk
Using cached https://files.pythonhosted.org/packages/f6/1d/d925cfb4f324ede997f6d47bea4d9babba51b49e87a767c170b77005889d/nltk-3.4.5.zip
Collecting tweet-preprocessor
Using cached https://files.pythonhosted.org/packages/2a/f8/810ec35c31cca89bc4f1a02c14b042b9ec6c19dd21f7ef1876874ef069a6/tweet-preprocessor-0.5.0.tar.gz
ERROR: Command errored out with exit status 1:
command: 'c:\users\jyo27\appdata\local\programs\python\python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\jyo27\AppData\Local\Temp\pip-install-p5zij9h7\tweet-preprocessor\setup.py'"'"'; file='"'"'C:\Users\jyo27\AppData\Local\Temp\pip-install-p5zij9h7\tweet-preprocessor\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\jyo27\AppData\Local\Temp\pip-install-p5zij9h7\tweet-preprocessor\pip-egg-info'
cwd: C:\Users\jyo27\AppData\Local\Temp\pip-install-p5zij9h7\tweet-preprocessor
Complete output (7 lines):
Traceback (most recent call last):
File "