Closed ashnaeldho closed 3 years ago
Hi @ashnaeldho , sorry for the delay. You seem to be using a virtual env which is setup for aea
development with the current aea. For the tac, you need to follow the steps under Preliminary
and Dependencies
. In particular, you need to create a new virtual environment with the correct dependencies. I'll confirm the steps myself tomorrow.
Hi,
According to the GitHub repo, when I follow
Option1: Quick Start:
pipenv shell
python scripts/launch.py
I'm getting the following error:
Option2: Launcher GUI:
pipenv shell
python tac/gui/launcher/app.py
, The error is:Option3: Step by step:
pipenv shell
python templates/v1/basic.py --name my_agent --dashboard --expected-version-id tac_v1
.The error is:
my aea version is 0.9.0 OS: Ubuntu 18.04
Hope to hear from you soon.