You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to setup the playground as described in your article https://hackmd.io/@wip-abramson/BkD06KGq_
It's a clean Ubuntu 20.4.0 machine. The whole installation process had worked fine (no errors) and the startup via ./manage.sh production shows no errors, too.
When I log into the notbook and execute the first cell ("Imports") it throws the following error:
ImportError Traceback (most recent call last)
/tmp/ipykernel_34/1893174728.py in
----> 1 from aries_cloudcontroller import AriesAgentController
2 import os
3 from termcolor import colored
+ImportError: cannot import name 'AriesAgentController' from 'aries_cloudcontroller' (/opt/conda/lib/python3.9/site-packages/aries_cloudcontroller/init.py)
The text was updated successfully, but these errors were encountered:
Sorry I missed this. Did you manage to figure out the issue? Good to know that the install instructions mostly work still.
What branch were you using?
I haven't tried to run this for a while, but if you are still interested in it I would be happy to try help you solve this.
What might have happened is the version for the aries_cloudcontroller has not been fixed, so the latest has been installed (0.4.x) which has a different usage pattern I believe. I still haven't properly updated the playground for this.
A simple fix might be to set the aries_cloudcontroller to v0.3 in the requirements.txt file
I tried to setup the playground as described in your article https://hackmd.io/@wip-abramson/BkD06KGq_
It's a clean Ubuntu 20.4.0 machine. The whole installation process had worked fine (no errors) and the startup via ./manage.sh production shows no errors, too.
When I log into the notbook and execute the first cell ("Imports") it throws the following error:
ImportError Traceback (most recent call last)
/tmp/ipykernel_34/1893174728.py in
----> 1 from aries_cloudcontroller import AriesAgentController
2 import os
3 from termcolor import colored
+ImportError: cannot import name 'AriesAgentController' from 'aries_cloudcontroller' (/opt/conda/lib/python3.9/site-packages/aries_cloudcontroller/init.py)
The text was updated successfully, but these errors were encountered: