Skip to content

Installation starts failing after update to 5.2.0 #76

@miguelgf

Description

@miguelgf

Client version

5.2.0

Expected behaviour

The installation works

Actual behaviour

The installation fails with this error:

Collecting sendwithus==5.2.0
  Using cached sendwithus-5.2.0.tar.gz (14 kB)


:stderr:     ERROR: Command errored out with exit status 1:

     command: /var/www/virtualhosts/miguelgf/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/miguelgf/.pip/build/sendwithus/setup.py'"'"'; __file__='"'"'/home/miguelgf/.pip/build/sendwithus/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /home/miguelgf/.pip/build/sendwithus/pip-egg-info

         cwd: /home/miguelgf/.pip/build/sendwithus/

    Complete output (7 lines):

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/miguelgf/.pip/build/sendwithus/setup.py", line 5, in <module>
        long_description = fp.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 0xe2 in position 7973: ordinal not in range(128)

Steps to reproduce

  • pip install sendwithus==5.2.0

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions