Open mlaradji opened 6 years ago
Thanks @mlaradji for reporting. It may be the issue of Python 3
and I will test in another environment for this soon.
Had the same issue. Looking forwarding to your feedback! Thanks.
my system is ubuntu 16.04, conda , python3.6. Had the same issue
python 2.7
same issue
System Information
OS: Ubuntu 18.04.1 running in an LXD container LXD: 3.6 (snap) conda: 4.5.11 Python: 3.7.0.final.0 advisor: 0.1.6 requests: 2.19.1
Issue
I am having trouble running the examples in the repo. Executing the following commands:
raises a
json.decoder.JSONDecodeError
:This error is not particular to the
python_function
example. Attempting to run thetensorflow_mnist
example viaadvisor run -f ./advisor_client/examples/tensorflow_mnist/config.json
raises the same error:Perhaps there's an error on my part? I'm afraid I'm quite new to
advisor
.