shidenggui / easyhistory

用于获取维护股票的历史数据
161 stars 124 forks source link

bundle path 不存在 这个要在哪设置 #24

Open ejbiva1 opened 6 years ago

ejbiva1 commented 6 years ago

File "C:\Python\Python36\lib\site-packages\easyhistory\api.py", line 26, in history d = BaseDataSource(os.path.expanduser(bundle_path))  | | -> '~/.rqalpha/bundle'  | -> <module 'os' from 'C:\Python\Python36\lib\os.py'>  -> <class 'rqalpha.data.base_data_source.BaseDataSource'> File "C:\Python\Python36\lib\site-packages\rqalpha\data\base_data_source.py", line 44, in init raise RuntimeError('bundle path {} not exist'.format(os.path.abspath))  -> <module 'os' from 'C:\Python\Python36\lib\os.py'> RuntimeError: bundle path <function abspath at 0x0000023827DD59D8> not exist