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
Any advice on how to resolve this would be ++appreciated. Thanks!
Andy
Here's my order in the terminal:
(zipline) (base) my-macbookie:zipline-trader andy$ python zipline/data/bundles/alpaca_api.py
Here's the error:
Traceback (most recent call last):
File "zipline/data/bundles/alpaca_api.py", line 11, in
from trading_calendars import TradingCalendar
File "/Users/andy/zipline/lib/python3.7/site-packages/trading_calendars/init.py", line 16, in
from .trading_calendar import TradingCalendar
File "/Users/andy/zipline/lib/python3.7/site-packages/trading_calendars/trading_calendar.py", line 33, in
from .calendar_helpers import (
File "/Users/andy/zipline/lib/python3.7/site-packages/trading_calendars/calendar_helpers.py", line 6, in
NP_NAT = np.array([pd.NaT], dtype=np.int64)[0]
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NaTType'
The text was updated successfully, but these errors were encountered:
Any advice on how to resolve this would be ++appreciated. Thanks!
Andy
Here's my order in the terminal:
(zipline) (base) my-macbookie:zipline-trader andy$ python zipline/data/bundles/alpaca_api.py
Here's the error:
Traceback (most recent call last):
File "zipline/data/bundles/alpaca_api.py", line 11, in
from trading_calendars import TradingCalendar
File "/Users/andy/zipline/lib/python3.7/site-packages/trading_calendars/init.py", line 16, in
from .trading_calendar import TradingCalendar
File "/Users/andy/zipline/lib/python3.7/site-packages/trading_calendars/trading_calendar.py", line 33, in
from .calendar_helpers import (
File "/Users/andy/zipline/lib/python3.7/site-packages/trading_calendars/calendar_helpers.py", line 6, in
NP_NAT = np.array([pd.NaT], dtype=np.int64)[0]
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NaTType'
The text was updated successfully, but these errors were encountered: