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
When I have tried to execute demo.py, I got the error messages as below.
| Arguments Remove cwd: ./OrderExecutionVecEnv-v2_PPO_0
Process Worker-3:
Traceback (most recent call last):
File "/home/ubuntu/git/FinRL_Market_Simulator/OrderExecution/shares_data_process.py", line 29, in get_share_dicts_by_day
trade_dates = get_trade_dates(beg_date=beg_date, end_date=end_date)
File "/home/ubuntu/git/FinRL_Market_Simulator/OrderExecution/shares_data_process.py", line 8, in get_trade_dates
from ideadata.stock.trade_calendar import TradeCalendar
ModuleNotFoundError: No module named 'ideadata'
Howw can I ressolve this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
When I have tried to execute demo.py, I got the error messages as below.
| Arguments Remove cwd: ./OrderExecutionVecEnv-v2_PPO_0
Process Worker-3:
Traceback (most recent call last):
File "/home/ubuntu/git/FinRL_Market_Simulator/OrderExecution/shares_data_process.py", line 29, in get_share_dicts_by_day
trade_dates = get_trade_dates(beg_date=beg_date, end_date=end_date)
File "/home/ubuntu/git/FinRL_Market_Simulator/OrderExecution/shares_data_process.py", line 8, in get_trade_dates
from ideadata.stock.trade_calendar import TradeCalendar
ModuleNotFoundError: No module named 'ideadata'
Howw can I ressolve this issue?
Thanks.
The text was updated successfully, but these errors were encountered: