kaqijiang / Auto-GPT-ZH

Auto-GPT中文版本及爱好者组织 同步更新原项目 AI领域创业 自媒体组织 用AI工作学习创作变现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'click'

zjhr opened this issue · comments

commented

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

GPT-3 or GPT-4

  • I am using Auto-GPT with GPT-3 (GPT-3.5)

Steps to reproduce 🕹

mac系统,使用pyenv安装了3.11.0版本,使用pyenv global 3.11.0版本后,运行python3 -V显示是3.11.0版本,运行python3 -m autogpt,提示错误

Current behavior 😯

运行python3 -m autogpt,提示错误

mac@MacdeMBP Auto-GPT-ZH % python3 -m autogpt Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/Users/mac/works/Auto-GPT-ZH/autogpt/__main__.py", line 2, in <module> import autogpt.cli File "/Users/mac/works/Auto-GPT-ZH/autogpt/cli.py", line 2, in <module> import click ModuleNotFoundError: No module named 'click'

Expected behavior 🤔

运行成功

Your prompt 📝

# Paste your prompt here