Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charmap error on pip install in Windows #46

Closed
chananshgong opened this issue Jan 31, 2017 · 1 comment
Closed

charmap error on pip install in Windows #46

chananshgong opened this issue Jan 31, 2017 · 1 comment

Comments

@chananshgong
Copy link

pip install -U python-dotenv
Collecting python-dotenv
Using cached python-dotenv-0.6.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users...\AppData\Local\Temp\pip-build-q6z2d_sj\python-dotenv\setup.py", line 5, in
readme = readme_file.read()
File "c:\users\hanan.shteingart\anaconda3\lib\encodings\cp1255.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9c in position 1067: character maps to

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users...\AppData\Local\Temp\pip-build-q6z2d_sj\python-dotenv\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants