加入Jojo 的电子报,每天3分钟,图文并茂,微信群扫码 www.jjmgshop.com
网友:牛逼!一句话完成竞品分析/产品文档,然后写架构和代码;感觉是 gpt-engineer 的升级版啊,这是要把失业潮从程序员蔓延到架构师、产品经理的节奏嘛~
接近两个小时的讲解!强烈建议看完,你会对AI有不同的理解,我看了两次都还是迷迷糊糊的,大家一起群里讨论 jjmgshop.com 扫码入群
https://www.bilibili.com/video/BV1Ru411V7XL/?buvid=XYCD4ADC56C3EBBF4D4CD276CF64EA0108B7E&is_story_h5=false&mid=k2AjmyX5FAfoHXjdZgNV5A==&p=1&plat_id=114&share_from=ugc&share_medium=android&share_plat=android&share_session_id=8327366b-4584-4279-8644-d96be93760e7&share_source=WEIXIN&share_tag=s_i×tamp=1690281418&unique_k=DjQqkXh&up_id=296158902
npm --version
npm install -g @mermaid-js/mermaid-cli
python --version
git clone <https://github.com/geekan/metagpt>
cd metagpt
python setup.py install
运行 python setup.py 的时候出错,把错误丢给ChatGPT 出了以下
The error message is indicating that the script doesn't have write access to the directory C:\\Program Files\\Python310\\Lib\\site-packages\\
. This is probably because you are trying to install a package globally on a Windows machine, which requires administrator privileges.
错误消息指出脚本没有写入目录**C:\\\\Program Files\\\\Python310\\\\Lib\\\\site-packages\\\\
**的权限。这可能是因为您正在尝试在 Windows 计算机上全局安装软件包,需要管理员权限。