Closed javierluraschi closed 4 years ago
Hi @dfalbel - any ETA on when this could be merged in + a new release made available on CRAN?
also - not sure .decode('ascii')
is the right answer here as a I just ran into the following error:
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/root/.local/lib/python3.7/site-packages/cloudml-model/cloudml/deploy.py", line 40, in <module>
sys.stdout.write(line.decode('ascii'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 24: ordinal not in range(128)
I recently ran into this error while trying to deploy keras classification example into cloud ml! any reason why this still on hold ?
.decode('utf-8')
worked for me.
Running
with Python 3:
Triggers
Test should validate this does not break Python 2...