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

error on run #3

Open
sbguy01 opened this issue Sep 17, 2018 · 0 comments
Open

error on run #3

sbguy01 opened this issue Sep 17, 2018 · 0 comments

Comments

@sbguy01
Copy link

sbguy01 commented Sep 17, 2018

interesting project.

Just tried to run it and got this error. Missing module?

==================================================
C:\Users\Jon\Downloads\ETcomand>python run.py sandbox
Traceback (most recent call last):
File "run.py", line 5, in
from TradeInterface import TradeInterface
File "C:\Users\Jon\Downloads\ETcomand\TradeInterface_init_.py", line 1, in

from TradeInterface.TradeInterface import TradeInterface
File "C:\Users\Jon\Downloads\ETcomand\TradeInterface\TradeInterface.py", line
8, in
from tabulate import tabulate
ModuleNotFoundError: No module named 'tabulate'

C:\Users\Jon\Downloads\ETcomand>

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