Skip to content
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

ModuleNotFoundError: No module named 'start' #157

Open
liuyiyuan8888 opened this issue Jan 15, 2024 · 2 comments · May be fixed by #160
Open

ModuleNotFoundError: No module named 'start' #157

liuyiyuan8888 opened this issue Jan 15, 2024 · 2 comments · May be fixed by #160

Comments

@liuyiyuan8888
Copy link

liuyiyuan8888 commented Jan 15, 2024

I have success install droidbot use: pip3 install -e . in WIN10 as:
successfully built droidbot
WARNING: Ignoring invalid distribution -ip (d:\programfiles\python39\lib\site-packages)
Installing collected packages: droidbot
Successfully installed droidbot-1.0.2b4

but run " droidbot -h" failed:
E:\AITestTT\droidbot>droidbot -h
Traceback (most recent call last):
File "D:\ProgramFiles\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\ProgramFiles\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\ProgramFiles\Python39\Scripts\droidbot.exe_main
.py", line 4, in
ModuleNotFoundError: No module named 'start'

@IdioGuarino
Copy link

Hi, I'm facing the same problem. This is my error message:

Traceback (most recent call last):
  File "<myhomedir>/myenv310/bin/droidbot", line 33, in <module>
    sys.exit(load_entry_point('droidbot==1.0.2b4', 'console_scripts', 'droidbot')())
  File "<myhomedir>/myenv310/bin/droidbot", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'start'

@Gitsvn2016
Copy link

how to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants