You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get this error when i run pip install text-preprocessor
C:\Users\Bilal>pip3 install tweet-preprocessor
Collecting tweet-preprocessor
Using cached tweet-preprocessor-0.5.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Bilal\AppData\Local\Temp\pip-build-0way1c0h\tweet-preprocessor\setup.py", line 6, in <module>
long_description = f.read()
File "c:\python\python36-32\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 652: character maps to <undefined>
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Bilal\AppData\Local\Temp\pip-build-0way1c0h\tweet-preprocessor\
What am I doing wrong?
I am on window 10
python 3.6.2
pip version pip 9.0.1 from c:\python\python36-32\lib\site-packages (python 3.6)
The text was updated successfully, but these errors were encountered:
i get this error when i run pip install text-preprocessor
What am I doing wrong?
I am on window 10
python 3.6.2
pip version pip 9.0.1 from c:\python\python36-32\lib\site-packages (python 3.6)
The text was updated successfully, but these errors were encountered: