You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "src/account/summary.py", line 5, in
from .account import Account
ModuleNotFoundError: No module named 'main.account'; 'main' is not a package
any clue?
The text was updated successfully, but these errors were encountered:
I have the similar issue with src/account/summary.py
Traceback (most recent call last):
File "src/account/summary.py", line 5, in
from .account import Account
ModuleNotFoundError: No module named 'main.account'; 'main' is not a package
After setup when I run
src/account/summary.py
I get following messages,
Traceback (most recent call last):
File "src/account/summary.py", line 5, in
from .account import Account
ModuleNotFoundError: No module named 'main.account'; 'main' is not a package
any clue?
The text was updated successfully, but these errors were encountered: