-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: an integer is required (got type bytes) #693
Comments
I think I'm having a similar problem. `--------------------------------------------------------------------------- File ~\AppData\Local\anaconda3\lib\site-packages\pyfolio_init_.py:3 File ~\AppData\Local\anaconda3\lib\site-packages\pyfolio\utils.py:28 File ~\AppData\Local\anaconda3\lib\site-packages\pyfolio\pos.py:22 File ~\AppData\Local\anaconda3\lib\site-packages\zipline_init_.py:21 File ~\AppData\Local\anaconda3\lib\site-packages\trading_calendars_init_.py:16 File ~\AppData\Local\anaconda3\lib\site-packages\trading_calendars\trading_calendar.py:33 File ~\AppData\Local\anaconda3\lib\site-packages\trading_calendars\calendar_helpers.py:6 TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NaTType'` when importing pyfolio with the most updated version. |
Problem Description
Please provide a minimal, self-contained, and reproducible example:
import pyfolio as pf
Please provide the full traceback:
The text was updated successfully, but these errors were encountered: