willhama
willhama
Try to make the import of the .yml file directly in the Anaconda Navigator, within the Environments section. It worked for me. I used Anaconda3 version 4.7.12. 
I was able to solve the problem by installing jupyter notebook within my new environment. First acitvate your environment: `activate py36` (I called my environment py36) Seconnd install jupyter notebook...
In my case, I have run it multiple times and it works after a few retries. I have also added `ENV POETRY_HTTP_TIMEOUT=120` to my Dockerfile.
If you do not have a Pro plan the timeout is limited to 10s. What worked for me is setting the following exports (I bought the Pro account): ``` export...
Same issue found after updating to 0.9: ``` Users/marc/Code/frameworks/build-with-ag2/.venv/lib/python3.11/site-packages/autogen/agentchat/conversable_agent.py:3424: UserWarning: Function 'delegate_research_task' is being overridden. warnings.warn(f"Function '{tool_sig['function']['name']}' is being overridden.", UserWarning) ```