Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

"UnicodeDecodeError" during Pip install on certain Environments #21

Open
@xlea99

Description

Just wanted to bring this issue up - on certain environments, it seems that running "pip install nocodb" failes with an error that looks something like:

UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 2436: character maps to <undefined>

Tracing it back, it seems the issue has to do with this line in setup.py lacking deliberate encoding:

long_description=open('README.md').read(),

I was able to resolve the issue by simply specifying UTF-8 encoding like so:

long_description=open('README.md', encoding='utf-8').read(),

And the pip install worked fine. Just wanted to let you know!

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

        AltStyle によって変換されたページ (->オリジナル) /