TheR1D / shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
MIT License
9.42k stars 742 forks source link

AttributeError: module 'click.utils' has no attribute '_expand_args' #517

Open DaphneOdera17 opened 6 months ago

DaphneOdera17 commented 6 months ago

image

I haved tried pip install click.utils But it displayed a new Issue: "ImportError: cannot import name 'Exit' from 'click.exceptions' (D:\scoop\apps\python\current\Lib\site-packages\click\exceptions.py)"

image

How can I solve it?