Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named hypothetical.aov #4

Open
sharmarochan opened this issue May 28, 2019 · 1 comment
Open

No module named hypothetical.aov #4

sharmarochan opened this issue May 28, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sharmarochan
Copy link

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.

@aschleg aschleg self-assigned this Jun 29, 2019
@aschleg aschleg added the bug Something isn't working label Jun 29, 2019
@aschleg
Copy link
Owner

aschleg commented Jun 29, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants