evolvedlight/pydashie

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14218: ordinal not in range(128)

altryne opened this issue · 5 comments

Can't seem to run this with this error
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14218: ordinal not in range(128)

Steps I did
New venv
pip install -r requirenments
python setup.py install
cd pydashing
python main.py

Thanks - I'll fix.

Steve
On 6 Aug 2013 21:28, "Alex Wolkov" notifications@github.com wrote:

Can't seem to run this with this error
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
14218: ordinal not in range(128)

Steps I did
New venv
pip install -r requirenments
python setup.py install
cd pydashing
python main.py


Reply to this email directly or view it on GitHubhttps://github.com//issues/6
.

is there a quickfix you can recommend so I can start working? :D I'm anxious with this

Give me 20 mins - I took out some code I thought wasn't needed - I'll
revert.
Steve
On 6 Aug 2013 21:53, "Alex Wolkov" notifications@github.com wrote:

is there a quickfix you can recommend so I can start working? :D I'm
anxious with this


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-22209949
.

Can you try updating and trying again now?

On 6 August 2013 22:37, Steve Brown steve@evolvedlight.co.uk wrote:

Give me 20 mins - I took out some code I thought wasn't needed - I'll
revert.
Steve
On 6 Aug 2013 21:53, "Alex Wolkov" notifications@github.com wrote:

is there a quickfix you can recommend so I can start working? :D I'm
anxious with this


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-22209949
.

Yeah looks good now!