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

README.rst produes a strange error when pip installing on Linux #5

Open
rovitotv opened this issue Oct 3, 2018 · 0 comments
Open

Comments

@rovitotv
Copy link

rovitotv commented Oct 3, 2018

Below is the error I get when running pip install. If I erase the README.rst file or replace with a blank file it works fine. Very minor issue. Thanks for all the hard work!

Step 13/15 : RUN pip install pygments_cache
---> Running in a209dc319b89
Collecting pygments_cache
Downloading https://files.pythonhosted.org/packages/69/0e/f9640746480369995f77dd98b0dfa39f9e7cf87822bbdcdeab21aec4c516/pygments_cache-0.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-waebuzng/pygments-cache/setup.py", line 38, in
long_description=open('README.rst').read(),
File "/opt/anaconda3/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 3085: ordinal not in range(128)

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

1 participant