Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'click' #29

Closed
2 tasks done
zjhr opened this issue Apr 25, 2023 · 0 comments
Closed
2 tasks done

ModuleNotFoundError: No module named 'click' #29

zjhr opened this issue Apr 25, 2023 · 0 comments

Comments

@zjhr
Copy link

zjhr commented Apr 25, 2023

⚠️ 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
@zjhr zjhr closed this as completed Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant