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
Windows 10 64bit,
Anaconda2-2.4.1-Windows 36bit
Python 2.7.11 |Anaconda 2.4.1 (32-bit)| (default, Dec 7 2015, 14:13:17) [MSC v.1500 32 bit (Intel)] on win32
运行测试代码thrSMA.py,显示如下错误,是不是我配置有问题。 C:\Users\Ting\pyalgotrade-cn>python C:\Users\Ting\pyalgotrade-cn\stratlib\thrSMA.py Traceback (most recent call last): File "C:\Users\Ting\pyalgotrade-cn\stratlib\thrSMA.py", line 166, in <module> testStrategy() File "C:\Users\Ting\pyalgotrade-cn\stratlib\thrSMA.py", line 123, in testStrategy barfeed.loadBars(instrument, market, fromDate, toDate, filepath) File "build\bdist.win32\egg\pyalgotrade\cn\csvfeed.py", line 37, in loadBars File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 498, in parser_f return _read(filepath_or_buffer, kwds) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 275, in _read parser = TextFileReader(filepath_or_buffer, **kwds) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 590, in __init__ self._make_engine(self.engine) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 731, in _make_engine self._engine = CParserWrapper(self.f, **self.options) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 1103, in __init__ self._reader = _parser.TextReader(src, **kwds) File "pandas\parser.pyx", line 353, in pandas.parser.TextReader.__cinit__ (pandas\parser.c:3246) File "pandas\parser.pyx", line 591, in pandas.parser.TextReader._setup_parser_source (pandas\parser.c:6111) IOError: File ..\histdata\minute\600288SH.csv does not exist
The text was updated successfully, but these errors were encountered:
Windows 10 64bit,
Anaconda2-2.4.1-Windows 36bit
Python 2.7.11 |Anaconda 2.4.1 (32-bit)| (default, Dec 7 2015, 14:13:17) [MSC v.1500 32 bit (Intel)] on win32
运行测试代码thrSMA.py,显示如下错误,是不是我配置有问题。
C:\Users\Ting\pyalgotrade-cn>python C:\Users\Ting\pyalgotrade-cn\stratlib\thrSMA.py Traceback (most recent call last): File "C:\Users\Ting\pyalgotrade-cn\stratlib\thrSMA.py", line 166, in <module> testStrategy() File "C:\Users\Ting\pyalgotrade-cn\stratlib\thrSMA.py", line 123, in testStrategy barfeed.loadBars(instrument, market, fromDate, toDate, filepath) File "build\bdist.win32\egg\pyalgotrade\cn\csvfeed.py", line 37, in loadBars File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 498, in parser_f return _read(filepath_or_buffer, kwds) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 275, in _read parser = TextFileReader(filepath_or_buffer, **kwds) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 590, in __init__ self._make_engine(self.engine) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 731, in _make_engine self._engine = CParserWrapper(self.f, **self.options) File "C:\Anaconda2\lib\site-packages\pandas\io\parsers.py", line 1103, in __init__ self._reader = _parser.TextReader(src, **kwds) File "pandas\parser.pyx", line 353, in pandas.parser.TextReader.__cinit__ (pandas\parser.c:3246) File "pandas\parser.pyx", line 591, in pandas.parser.TextReader._setup_parser_source (pandas\parser.c:6111) IOError: File ..\histdata\minute\600288SH.csv does not exist
The text was updated successfully, but these errors were encountered: