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.
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.