Nathan Yang
Nathan Yang
I'm having the same issue. AutoGPT agent is ran by this command: `docker compose run --build --rm auto-gpt` Where docker-compose.yaml looks like this: ``` version: "3.9" services: auto-gpt: image: significantgravitas/auto-gpt...
> Any new development in this area? Or some workaround? @webbfly Have you tried using previous(0.2.2) version? It worked for me.
@Boostrix Cool. Would be helpful if you share your result!
@Swiftyos I see, thanks for your confirmation! I was wondering if I should close this PR after peeking the re-arch figma. I'm really looking forward to result of re-arch :smile:
setup.py 파일에 **from pip.req import parse_requirements를 지우고 재실행**했더니 일단 설치는 되었습니다. 1. Delete "from pip.req import parse_requirements" from setup.py 2. python setup.py install