farizrahman4u / loopgpt

Modular Auto-GPT Framework
MIT License
1.44k stars 129 forks source link

bash:syntax error- Ubuntu pip install and install from source #58

Open kiluma opened 1 year ago

kiluma commented 1 year ago

Please check that this issue hasn't been reported before.

Expected Behavior

The expected behavior is to start the software in the CLI.

Current behaviour

bash: syntax error Screenshot from 2023-11-25 16-09-19

Steps to reproduce

I tried installing from source first and received the same error. I then tried installing through pip and received the same error.

Possible solution

Not sure, I'm probably doing something wrong. Maybe better documentation.

Which Operating Systems are you using?

Python Version

LoopGPT Version

Latest release

Acknowledgements

FayazRahman commented 12 months ago

Hi @kiluma, you need to install loopgpt using

cd kiluma
cd loopgpt
pip install -e .

and then just run

loopgpt run

And it should work if the environment variables are set up properly. Please refer to the README for more details.