DeepCode icon indicating copy to clipboard operation
DeepCode copied to clipboard

[Bug]: No module named 'Prompts'

Open juliangardin opened this issue 1 week ago • 0 comments

Do you need to file an issue?

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

Describe the bug

  39 from mcp_agent.workflows.parallel.parallel_llm import ParallelLLM              
  40                                                                                
  41 # Local imports                                                                

❱ 42 from prompts.code_prompts import (
43 │ PAPER_INPUT_ANALYZER_PROMPT,
44 │ PAPER_DOWNLOADER_PROMPT,
45 │ PAPER_REFERENCE_ANALYZER_PROMPT,
──────────────────────────────────────────────────────────────────────────────────────── ModuleNotFoundError: No module named 'prompts'

Steps to reproduce

Run on mac running 'deepcode' using direct installation

Expected Behavior

Should be able to find prompts folder

DeepCode Config Used

Paste your config here

gemini-3-pro brave-api

Logs and screenshots

Image

Additional Information

  • DeepCode Version: 1.0.8
  • Operating System: Sequoia 15.6.1 (24G90)
  • Python Version:
  • Related Issues:

juliangardin avatar Dec 01 '25 19:12 juliangardin