No module named 'zipline.utils.calendars' #170
Unanswered
OscarTheFE
asked this question in
Q&A
Replies: 1 comment
-
Hi @OscarTheFE , i hope my answer will be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Could any one help me out with the following issue.
I am able to do the following command, which makes me believe I have successfully downloaded zipline.reloaded package:
"
from zipline.data import bundles
from zipline.pipeline import Pipeline
from zipline.pipeline.factors import AverageDollarVolume
"
But, when I try to import get_calendar function by "from zipline.utils.calendars import get_calendar," I got error message saying that "No module named 'zipline.utils.calendars'
I have zipline-reloaded version 2.4
Beta Was this translation helpful? Give feedback.
All reactions