Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

license: readable with encoding=ascii #4

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

adaamz
Copy link
Contributor

@adaamz adaamz commented Aug 21, 2019

Without this change I am unable to install this library.

Collecting neon-py==0.1.3 (from -r ./requirements-alembic.txt (line 4))
Collecting neon-py==0.1.3 (from -r ./requirements-alembic.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/4d/25/dc0121748240c80ebdf64fdc5d2595ed4b83a2db0d85e5e42912704c244b/neon-py-0.1.3.tar.gz
  Downloading https://files.pythonhosted.org/packages/4d/25/dc0121748240c80ebdf64fdc5d2595ed4b83a2db0d85e5e42912704c244b/neon-py-0.1.3.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-5zobxybu/neon-py/setup.py", line 23, in <module>
        license=open('LICENSE').read(),
      File "/home/afs/venv/lib64/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 29: ordinal not in range(128)

@paveldedik
Copy link
Owner

Sorry for the late reply, I didn't notice the PR and didn't receive any notification.

The problem is probably related to this - pypa/pip#761

I'm merging this as it is really stupid bug.

Thank you for reporting this and opening a PR.

@paveldedik paveldedik merged commit e2c384d into paveldedik:master Sep 24, 2019
@adaamz adaamz deleted the patch-2 branch September 24, 2019 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants