Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Problems installing on windows #11

@sblunt

Description

@sblunt

I've tried installing ptemcee on three windows computers, and I get the same error on all of them:

Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\Rajeev\AppData\Local\Temp\pip-install-3exhreqn\ptemcee\setup.py", line 39, in <module> long_description=read('README.rst'), File "C:\Users\Rajeev\AppData\Local\Temp\pip-install-3exhreqn\ptemcee\setup.py", line 20, in read return f.read() File "C:\Users\Rajeev\Miniconda3\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 449: character maps to <undefined>

As far as I can tell, there's at least one non-ASCII character in the README that's preventing install. Cloning the repo and removing the README fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions