Skip to content

error on run #3

@sbguy01

Description

@sbguy01

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions