BitMEX/sample-market-maker

ImportError: cannot import name 'run' from 'market_maker'

Opened this issue · 1 comments

Hi all!
I am stucked while installing marketmaker. Can somebody help me to understand this problem?

\python-virtual-environments>marketmaker setup
Traceback (most recent call last):
File "programs\python\python37\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "programs\python\python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "Programs\Python\Python37\Scripts\marketmaker.exe_main
.py", line 4, in
ImportError: cannot import name 'run' from 'market_maker' (programs\python\python37\market_maker_init
.py)

Looks like problem is the init file, but i am new in Py so maybe i am losing something important

Ok, I installed marketmaker, adjusted settings but still getting the same Error