agentos-project/agentos

Cuda errors when running acme agent after using ./install_requirements.txt on clean py3.9 env

Opened this issue · 0 comments

andyk commented

I don't think we should spend more time trying to fix this. I got an EC2 instance running the tests pretty quickly for like $0.04/hr.

But just in case other users hit this, and we eventually want to fix, on my windows machine which has an NVIDIA GPU:

conda create -n agentos_dev python=3.9
conda activate agentos_dev
python ./install_requirements.py
python
>>> import reverb

image