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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: