2
我只是在Windows上安裝10溜索,Python 2.7版系統使用conda
。當我tried to use a function fetch_csv
from zipline.api
,我得到一個錯誤溜索錯誤:AttributeError的: 'NoneType' 對象有沒有屬性 'fetch_csv'
AttributeError: 'NoneType' object has no attribute 'fetch_csv'
爲什麼我不能加載功能fetch_csv
?
from zipline.api import fetch_csv
fetch_csv('./test.csv')