0.0.2 imports broken #9

Closed
opened 3 years ago by gyulaid · 0 comments
gyulaid commented 3 years ago
Owner

root@8e00101e77b3:/# python3 -m alice
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.10/runpy.py", line 146, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details
import(pkg_name)
File "/usr/local/lib/python3.10/site-packages/alice/init.py", line 2, in <module>
from .cli import App
File "/usr/local/lib/python3.10/site-packages/alice/cli.py", line 4, in <module>
from utils import ConfigParser
ModuleNotFoundError: No module named 'utils'

root@8e00101e77b3:/# python3 -m alice Traceback (most recent call last): File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/local/lib/python3.10/runpy.py", line 146, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details __import__(pkg_name) File "/usr/local/lib/python3.10/site-packages/alice/__init__.py", line 2, in \<module> from .cli import App File "/usr/local/lib/python3.10/site-packages/alice/cli.py", line 4, in \<module> from utils import ConfigParser ModuleNotFoundError: No module named 'utils'
gyulaid added the
bug
label 3 years ago
gyulaid closed this issue 3 years ago
gyulaid referenced this issue from a commit 3 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.