Skip to content

pip3 install fails #30

Description

@default-work

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions