PyChange icon indicating copy to clipboard operation
PyChange copied to clipboard

python PyChange.py --filename=random.csv --cell=B --values=A --time=T --method=PELT --preprocessing=diff

Open Sultan91 opened this issue 7 years ago • 0 comments

Gives Error: _$ python PyChange.py --filename=random.csv --cell=B --values=A --time=T --method=PELT --preprocessing=diff Traceback (most recent call last): File "PyChange.py", line 97, in cp = PyChange(seq, transform, method) File "PyChange.py", line 30, in PyChange cp = solve(tseq, method) File "PyChange.py", line 44, in solve cp = PELT(seq) File "E:\Innopolis Moodle\PyChange-master\lib\PELT\PELT.py", line 28, in PELT x = subprocess.check_output(cmd, universal_newlines=True, stderr=subprocess.STDOUT) File "E:\Anaconda2\lib\subprocess.py", line 212, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "E:\Anaconda2\lib\subprocess.py", line 390, in init errread, errwrite) File "E:\Anaconda2\lib\subprocess.py", line 640, in _execute_child startupinfo) WindowsError: [Error 2] _

Sultan91 avatar Jun 11 '18 09:06 Sultan91