Running BabyAGI

Problem description:

I run babyagi and error is created and the program dies.

Expected behavior:

Should not have received this error

Need to identify whether it’s an issue specifically with the prybar-python310 package on Replit or with the overall setup of my Replit workspace.

Actual behavior:

Error: prybar-python310 not found in $PATH

Steps to reproduce:

Run babyagi.py

Bug appears at this link:

BabyAGI

[image]

**Browser:

OS:

Device (Android, iOS, n/a leave blank):

you can’t run Python in the replit.nix file in that manner (also .replit isn’t used to include nixpkgs packages) Remove what you added before the { pkgs }: line in the replit.nix file.

1 Like