BitMEX / sample-market-maker

Sample BitMEX Market Making Bot
Apache License 2.0
1.7k stars 758 forks source link

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

Open MedokD opened 5 years ago

MedokD commented 5 years ago

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

MedokD commented 5 years ago

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