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

cannot execute #224

Open
326538268 opened this issue Jul 10, 2021 · 0 comments
Open

cannot execute #224

326538268 opened this issue Jul 10, 2021 · 0 comments

Comments

@326538268
Copy link

I filled in the API and the result is like this

What causes it?

How to deal with it?


Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\Scripts\marketmaker-script.py", line 33, in
sys.exit(load_entry_point('bitmex-market-maker==1.5.1', 'console_scripts', 'marketmaker')())
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\market_maker_init_.py", line 21, in run
from market_maker import market_maker
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\market_maker\market_maker.py", line 11, in
from market_maker import bitmex
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\market_maker\bitmex.py", line 12, in
from market_maker.ws.ws_thread import BitMEXWebsocket
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\market_maker\ws\ws_thread.py", line 10, in
from market_maker.settings import settings
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\market_maker\settings.py", line 25, in
userSettings = import_path(os.path.join('.', 'settings'))
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\market_maker\settings.py", line 19, in import_path
module = importlib.import_module(filename, path)
File "c:\users\administrator\appdata\local\programs\python\python39\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\Administrator.\settings.py", line 1
m'zfrom os.path import join
^
SyntaxError: EOL while scanning string literal

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