Skip to content

No module named hypothetical.aov #4

Description

@sharmarochan

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions