bmcorser / fontawesome-markdown

Markdown extension to use Font Awesome icons in a GitHub style
http://bmcorser.github.io/fontawesome-markdown/
45 stars 27 forks source link

pip install error #10

Closed ibugs961 closed 6 years ago

ibugs961 commented 7 years ago
pip install fontawesome-markdown

Collecting fontawesome-markdown Using cached fontawesome-markdown-0.2.6.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\xxxxx\AppData\Local\Temp\pip-build-b5ybbcdx\fontawesome-markdown\setup.py", line 31, in long_description=readme(), File "C:\Users\i_bugs\AppData\Local\Temp\pip-build-b5ybbcdx\fontawesome-markdown\setup.py", line 26, in readme return f.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 639: illegal multibyte sequence

ibugs961 commented 7 years ago

setup.py line28: with open('README.rst') as f:
--> with open('README.rst', encoding="utf-8") as f: