-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Hello_World test breaking with import error #3345
Comments
Hi @bo1658a 👋🏽 Thank you for taking the time to raise this issue. As stated in the auto-response, we would prefer if you first raised issues in our exercism forum, and not here in the Python repo. That gives us a chance to discuss the issue and determine if it is a bug or something that can be resolved by other means. The forum has many friendly people who would love to discuss and help students with issues they encounter. Another alternative is to use our CLI to upload your partial solution and request mentoring. A mentor can walk through your solution and point out where things might have gone wrong. My reply in this forum post might also be helpful for your particular situation. |
I did the Hello_world test and encountered an error on submission as seen below. Kindly assist.
We received the following error when we ran your code:
ImportError while importing test module '.mnt.exercism-iteration.hello_world_test.py'.
Hint: make sure your test modules.packages have valid Python names.
Traceback:
.usr.local.lib.python3.10.importlib.init.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
.mnt.exercism-iteration.hello_world_test.py:3: in
from hello_world import (
E ImportError: cannot import name 'hello' from 'hello_world' (.mnt.exercism-iteration.hello_world.py)
The text was updated successfully, but these errors were encountered: