Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'qtrade_client' #1

Open
longlu opened this issue May 19, 2021 · 1 comment
Open

No module named 'qtrade_client' #1

longlu opened this issue May 19, 2021 · 1 comment

Comments

@longlu
Copy link

longlu commented May 19, 2021

qtrader/qapi.py", line 1, in
from qtrade_client.api import QtradeAPI
ModuleNotFoundError: No module named 'qtrade_client'

@longlu
Copy link
Author

longlu commented May 19, 2021

just installed it
but

/qtrader/qapi.py", line 323, in
confile_contents = json.loads(confile.read())
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 4 column 1 (char 25)
~/.../bak/qtrader >>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant