hypothetical icon indicating copy to clipboard operation
hypothetical copied to clipboard

No module named hypothetical.aov

Open sharmarochan opened this issue 5 years ago • 1 comments

I am getting an error ->

from hypothetical.aov import AnovaOneWay, ManovaOneWay

ImportError: No module named hypothetical.aov

To reolve this I appended path to hypothetical folder as:

import sys

sys.path.append("......../hypothetical-master/hypothetical")

but still getting the same problem. Kindly help.

sharmarochan avatar May 28 '19 12:05 sharmarochan

Hello, Rochan! Thank you so much for letting me know and I apologize for my late reply! I unfortunately haven't had much time in the recent past to work on this (although I've been wanting to!), but I should be able to devote more attention to it going forward. I will definitely check this out as one of the first things! I went ahead and assigned it as a bug, but hopefully it's just a simple import error.

aschleg avatar Jun 29 '19 16:06 aschleg