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
Hello,
I have yahoo_csv and yahoo_direct working but when I try to ingest the binance_daily bundle I get an error:
/zipline/main.py:54: UserWarning: Failed to load extension: '/Users/pasqualegervasi/.zipline/extension.py'
int() argument must be a string, a bytes-like object or a real number, not 'NaTType'
load_extensions(
Error: No bundle registered with the name 'binance_daily'
The text was updated successfully, but these errors were encountered:
Hello,
I have yahoo_csv and yahoo_direct working but when I try to ingest the binance_daily bundle I get an error:
/zipline/main.py:54: UserWarning: Failed to load extension: '/Users/pasqualegervasi/.zipline/extension.py'
int() argument must be a string, a bytes-like object or a real number, not 'NaTType'
load_extensions(
Error: No bundle registered with the name 'binance_daily'
The text was updated successfully, but these errors were encountered: