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

pip3 install fails #30

Open
default-work opened this issue Dec 2, 2019 · 0 comments
Open

pip3 install fails #30

default-work opened this issue Dec 2, 2019 · 0 comments

Comments

@default-work
Copy link

On Ubuntu 18.04 with Docker for Python 3.6.8, the RUN pip3 install --trusted-host pypi.python.org -r requirements.txt command fails with message:

Collecting jose (from -r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/01/3d/832caa69cd0d3be2d608d8290be2221072669aa88e87690837f6b31c480f/jose-1.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-z90crgu0/jose/setup.py", line 15, in <module>
        CONTRIB = open(os.path.join(here, 'CONTRIB')).read()
      File "/usr/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 0xc3 in position 107: 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