farizrahman4u / loopgpt

Modular Auto-GPT Framework
MIT License
1.43k stars 131 forks source link

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

Open kiluma opened 9 months ago

kiluma commented 9 months 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 9 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.