Open adharvansai opened 1 year ago
same queston!! how to resolve??????
Hello @Natavidad @adharvansai try deleting your docker volume and retrying
Hello @Natavidad do you have any other docker containers running?
I've solved it. Modified the configuration file and rebooted the computer, the key to rebooting the computer before many of my configuration will take effect.
awesome @Natavidad happy to hear !!!
By the way, do we have an agent plan to develop and analyze the uploaded files?
Hello @Natavidad yes the devs are working on said functionality !!!
okk!! Looking forward to it!
I am also facing the same issue, any resolution ??
@Natavidad what changes you made in the configuration file.
@shubhamofbce First, make sure you have GNU's gcc installed on your computer, and then change the configuration file to use GNU's gcc first. I tried these methods:
alias gcc="/opt/homebrew/Cellar/gcc/13.2.0/bin/gcc-13" alias g++="/opt/homebrew/Cellar/gcc/13.2.0/bin/g++-13"
2.Add the following lines to your shell configuration file, such as ~/.ZSHRC or ~/.BASHRC:
export PATH="/opt/homebrew/bin:$PATH"
3.alias g++="g++ -B /opt/homebrew/Cellar/gcc/13.2.0/libexec/gcc/aarch64-apple-dar$ export COMPILER_PATH=/opt/homebrew/Cellar/gcc/13.2.0/libexec/gcc/aarch64-apple-$
.
Then try rebooting the computer
Please check that this issue hasn't been reported before.
Expected Behavior
When I run ./setup.sh, and choose docker-compose, it should be able to setup AgentGPT and work.
Current behaviour
setup.sh script is giving an error and exiting in the middle of setup. I'm getting the below error.
Steps to reproduce
Run ./setup.sh and choose docker-compose. Give API key.
Possible solution
No response
Which Operating Systems are you using?
Acknowledgements