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

Installation fails on Linux (watchdog latest version 0.10.0, python 3.6) #619

Closed
artempronevskiy opened this issue Jan 28, 2020 · 4 comments
Milestone

Comments

@artempronevskiy
Copy link

artempronevskiy commented Jan 28, 2020

$ python3 -m pip install watchdog

Downloading https://files.pythonhosted.org/packages/01/01/cc9b2fd111e19687dd42155f066718bccb414c8a728eb7df0b229742caf7/watchdog-0.10.0.tar.gz (94kB)
  Complete output from command python setup.py egg_info:
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-build-xb_pe9d_/watchdog/setup.py", line 86, in <module>
      changelog = f.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 63: ordinal not in range(128)
@artempronevskiy artempronevskiy changed the title Installation fails on Linux (latest version) Installation fails on Linux (watchdog latest version, python 3.6) Jan 28, 2020
@artempronevskiy artempronevskiy changed the title Installation fails on Linux (watchdog latest version, python 3.6) Installation fails on Linux (watchdog latest version 0.10.0, python 3.6) Jan 28, 2020
@tpazderka
Copy link

This seems to be fixed on master, so I guess a bugfix should be published to PyPi ?

@krbullock
Copy link

Same issue here. Our builds are failing on CircleCI (docker image based on Ubuntu).

@BoboTiG
Copy link
Collaborator

BoboTiG commented Jan 29, 2020

We are looking for another bugfix (#617 and #618) before releasing a new version. Hopefully this will quick.

@BoboTiG BoboTiG closed this as completed Jan 30, 2020
@BoboTiG
Copy link
Collaborator

BoboTiG commented Jan 30, 2020

Duplicate of #615.

@BoboTiG BoboTiG added this to the 0.10.1 milestone Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants