question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UnicodeDecodeError with 0.14.2

See original GitHub issue

We’re seeing major installation failures on Python 3.6 of today’s release (0.14.2)

Repro:

pip install impyla on a Python 3.6 conda environment.

Collecting impyla>=0.14.0 (from omniduct[druid,hiveserver2,presto,s3,ssh,webhdfs]<0.8,>=0.7.0->airpy==0.6.5->-r /tmp/python.txt
Downloading impyla-0.14.2.tar.gz (157kB)
Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-5g1al_ga/impyla/setup.py", line 34, in <module>
        long_description=readme(),
      File "/tmp/pip-build-5g1al_ga/impyla/setup.py", line 25, in readme
        return ip.read()
      File "/home/default_user/.conda/envs/user/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 4117: ordinal not in range(128)

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cpcloudcommented, Mar 3, 2019

@dknupp The issue here is the use of this character in README.md. Is it possible for you to make another release so that libraries that need to support 3.7 are unblocked?

1reaction
iamthebotcommented, Feb 13, 2019

Awesome, I’ll leave this issue open until the next package releases w/out the unicode install issue. Thanks again for reverting this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release v0.14.2 - ezdxf - mozman
"strict" to raise an UnicodeDecodeError() exception for invalid data. The ezdxf.has_dxf_unicode(s) and ezdxf.decode_dxf_unicode(s) are new ...
Read more >
UnicodeDecodeError in function python 3.5.2 - Stack Overflow
In Python 3, open defaults to using the encoding returned by locale.getpreferredencoding(False) . It isn't usually ascii , though, ...
Read more >
'ascii' codec cannot decode byte in position | CDP Public Cloud
You may see an error such as the following while downloading Impala query results in CSV format from Hue: " UnicodeDecodeError: 'ascii' codec...
Read more >
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in ...
Bug 1397848 - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 1: invalid continuation byte.
Read more >
Error in MRIQC: UnicodeDecodeError with docker AND ...
This happens today but on subjects that were running fine with the same docker image a few days ago. I tried with different...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found