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