Skip to content

Encoding issue on install (0.29.0) #390

@Moutix

Description

@Moutix

Hi,

With the last version of the datatog agent (1.29.0) we have an issue during the setup.py

 Collecting datadog (from SqBackEnd==0.1)
   Using cached https://files.pythonhosted.org/packages/0c/19/6d13dd5685afe431fd156608bd07ae425d61c7059d6c50d3806418508879/datadog-0.29.0.tar.gz
     ERROR: Complete output from command python setup.py egg_info:
     ERROR: Traceback (most recent call last):
       File "<string>", line 1, in <module>
       File "/tmp/pip-install-3hq540_6/datadog/setup.py", line 24, in <module>
         long_description=get_readme_md_contents(),
       File "/tmp/pip-install-3hq540_6/datadog/setup.py", line 8, in get_readme_md_contents
         long_description = f.read()
       File "/tmp/virtual_env_BackEnd__3.6/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 3377: ordinal not in range(128)

We can probably fix it by setting up some env variable on our side, but you may want to fix this ;)

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