AlexDep

Results 4 comments of AlexDep

It's less an effort to start with. Examples are good to see what is possible when using a new software, I usually start with changing the examples to start learning....

I installed pandas in another terminal, and it didn't affect auto-GPT, restarted it and worked. Thanks.

Went through this error when I prompted this : `docker run --rm -it --name auto-gpt --env-file=.env -v $PWD/stuff:/app/autogpt/auto_gpt_workspace -v $PWD/plugins:/app/plugins significantgravitas/auto-gpt`

The problem is still present Openscad File : ``` message = "b";//[a,b,c,d] textsize = 50;// myfont = "Stencil"; height = 10; linear_extrude(height){ text(str(message), font=str(myfont),size=textsize); } ``` Command line : `...