You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for sharing. It is very helpful and quite easy to install.
I tried to run the sample code 1 that you provided but it gives me the following errors.
I ran with the command prompt and I am using Python 37. What do you think is causing the problem?
File "main.py", line 89, in
d = json.loads(f.read())
File "C:\Users\shuoy\Anaconda3\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Users\shuoy\Anaconda3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\shuoy\Anaconda3\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Looking forward to your reply.
Thanks,
Shuo
The text was updated successfully, but these errors were encountered:
Dear Matthew,
Thank you very much for sharing. It is very helpful and quite easy to install.
I tried to run the sample code 1 that you provided but it gives me the following errors.
I ran with the command prompt and I am using Python 37. What do you think is causing the problem?
File "main.py", line 89, in
d = json.loads(f.read())
File "C:\Users\shuoy\Anaconda3\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Users\shuoy\Anaconda3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\shuoy\Anaconda3\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Looking forward to your reply.
Thanks,
Shuo
The text was updated successfully, but these errors were encountered: