-
Notifications
You must be signed in to change notification settings - Fork 2
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
ImportError: No module named teHmm.common #1
Comments
I think the problem is your PYTHONPATH. Try setting it, as described in The README should be changed to list setting the PYHTONPATH before running On Mon, Apr 25, 2016 at 3:38 PM, zzy5028 [email protected] wrote:
|
Hi Glenn, "python allTests.py F...............FAIL: testCompare (teHmm.tests.compareTest.TestCase)Traceback (most recent call last): Ran 43 tests in 32.581s FAILED (failures=1)" Do you think this is too big a problem? Thanks, |
That's probably not having tehmm/bin in your PATH.... On Mon, Apr 25, 2016 at 4:31 PM, zzy5028 [email protected] wrote:
|
I confirmed that it is indeed in my PATH... |
Hi there,
i tried to run ./setup.sh under teHmm, however, there is an error popping up saying
" from teHmm.common import checkRequirements
ImportError: No module named teHmm.common"
I installed other dependencies, but I am not sure where to get this teHmm.common module. Do you have an idea?
Thanks very much!
Zhenzhen
The text was updated successfully, but these errors were encountered: