python-mindwave icon indicating copy to clipboard operation
python-mindwave copied to clipboard

AttributeError: 'module' object has no attribute 'TimeSeries'

Open shanmenaka96 opened this issue 7 years ago • 1 comments

I'm trying to use MindWave mobile with Windows Python.But python-mindwave module generates below error.Can anyone please help? Thank you!

E ====================================================================== ERROR: testParser (main.ParserTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Users\shan\Desktop\python-mindwave-master\test\tests.py", line 9, in testParser ts_recorder = TimeSeriesRecorder() File "C:\Python27\lib\site-packages\mindwave\parser.py", line 139, in init self.meditation = pd.TimeSeries() AttributeError: 'module' object has no attribute 'TimeSeries'

---------------------------------------------------------------------- Ran 1 test in 0.034s

FAILED (errors=1)

shanmenaka96 avatar Jun 12 '18 09:06 shanmenaka96