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 running data = engine.run_pipeline(pipe, start_date=start_date, end_date=end_date)
got
ValueError: Failed to find any assets with country_code 'US' that traded between 2017-01-03 00:00:00+00:00 and 2017-12-29 00:00:00+00:00. This probably means that your asset db is old or that it has incorrect country/exchange metadata.
It might be due to some package update. Could you please attach your version of relevant packages?
The text was updated successfully, but these errors were encountered:
When running
data = engine.run_pipeline(pipe, start_date=start_date, end_date=end_date)
got
ValueError: Failed to find any assets with country_code 'US' that traded between 2017-01-03 00:00:00+00:00 and 2017-12-29 00:00:00+00:00. This probably means that your asset db is old or that it has incorrect country/exchange metadata.
It might be due to some package update. Could you please attach your version of relevant packages?
The text was updated successfully, but these errors were encountered: