fetchai / agents-aea

A framework for autonomous economic agent (AEA) development

Home Page:https://docs.fetch.ai/aea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

direct usage of pip install module instead of calling subprocess

solarw opened this issue · comments

ast the moment pip interaction performed as call of external process that takes some time.

pip is a python soultion and we can call it directly from the same process.

only one problem found: ci crashes cause logging issue

PR with the implementation:#2625