Skip to content

ModuleNotFoundError: No module named 'prompts' #18

@shoukewei

Description

@shoukewei

Do you need to file an issue?

  • I have searched the existing issues and this bug is not already filed.
  • I believe this is a legitimate bug, not just a question or feature request.

Describe the bug

I used pip install. When I start deepcode, it displayed the error:

ModuleNotFoundError: No module named 'prompts'
Traceback:
File "C:\Users\shouk\anaconda3\Lib\site-packages\ui\streamlit_app.py", line 20, in
from ui.layout import main_layout
File "C:\Users\shouk\anaconda3\Lib\site-packages\ui_init_.py", line 19, in
from .layout import main_layout
File "C:\Users\shouk\anaconda3\Lib\site-packages\ui\layout.py", line 17, in
from .handlers import (
...<3 lines>...
)
File "C:\Users\shouk\anaconda3\Lib\site-packages\ui\handlers.py", line 22, in
from workflows.agent_orchestration_engine import (
...<2 lines>...
)
File "C:\Users\shouk\anaconda3\Lib\site-packages\workflows_init_.py", line 8, in
from .agent_orchestration_engine import (
...<7 lines>...
)
File "C:\Users\shouk\anaconda3\Lib\site-packages\workflows\agent_orchestration_engine.py", line 42, in
from prompts.code_prompts import (
...<4 lines>...
)

Steps to reproduce

No response

Expected Behavior

No response

DeepCode Config Used

Paste your config here

Logs and screenshots

No response

Additional Information

  • DeepCode Version:
  • Operating System:
  • Python Version:
  • Related Issues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions