csu-hmc / perturbed-data-paper

A paper on an elaborate gait data set.
https://peerj.com/articles/918/
11 stars 6 forks source link

oct2py hangs in Windows #80

Closed moorepants closed 9 years ago

moorepants commented 9 years ago

Sandy tried running the Python scripts in Windows and it hangs on the calls to octave. It seems like oct2py isn't working on Windows at all. It successfully imports into Python but any oct2py.octave command hangs Python and nothing happens.

moorepants commented 9 years ago

@spinningplates Filed this issue at oct2py: https://github.com/blink1073/oct2py/issues/63

skhnat commented 9 years ago

oct2py will hang in Windows only if you're using an unofficial build of Octave (in this case 3.8.2). The last official build was Octave 3.6.4 and it does not hang in that release.

moorepants commented 9 years ago

Great, we just need to document it in the README. And I need to specify this in the GATK documentation too. Thanks for figuring that out.

moorepants commented 9 years ago

This is solved. I'm updating GATK here: https://github.com/csu-hmc/GaitAnalysisToolKit/pull/126

We just need to update this repo with a note about windows. See issue #113.