DeepCode
DeepCode copied to clipboard
ModuleNotFoundError: No module named 'prompts'
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
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:
for temporary fix copy config and prompts folders from source to site-packages folder where deepcode is installed
Use "from code" installation rather than "deepcode" cli call, then it should work
git clone https://github.com/HKUDS/DeepCode.git cd DeepCode pip install -e . deepcode
Thank you all for your enthusiastic responses!