Member since
02-21-2016
9
Posts
9
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5113 | 03-24-2016 06:01 AM |
04-18-2016
07:57 PM
Python's default encoding is ASCII which throws UnicodeDecodeError when trying to decode a stream/array of bytes to Unicode. Setting the default encoding to UTF-8 will fix the conversion from bytes to UTF-8 encoded string.
... View more
03-05-2016
08:44 AM
1 Kudo
thanks, with local hosts entry it works. It worked in 2.3 withouth the entry
... View more
03-04-2016
05:45 PM
1 Kudo
yes, that worked. Addition of Zeppelin did not work though
... View more