lihuixian001

Results 6 comments of lihuixian001

this bug is caused by Microsoft Chinese IME. If you switch to English, you will have a cursor

tmux 同时使用微软拼音输入法会导致光标消失,切换到英文键盘就可以了 ![image](https://user-images.githubusercontent.com/7851212/88045274-f848e280-cb80-11ea-9cd9-c85c532030ff.png)

最后通过源码安装方式解决(python 3.10) ` git clone https://github.com/geekan/MetaGPT && cd MetaGPT && pip install --upgrade -e . `

The issue of error reporting when debate.py run debate.py ` ` ` team = Team(use_mgx=False) ` ` ` MetaGPT/metagpt/team.py ` ` ` self.env.publish_message(Message(content=idea, sender="user", send_to=send_to)) ` ` ` After making...