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
-[When using autogen docker, is it always necessary to reinstall modules?](#when-using-autogen-docker-is-it-always-necessary-to-reinstall-modules)
20
21
-[Agents are throwing due to docker not running, how can I resolve this?](#agents-are-throwing-due-to-docker-not-running-how-can-i-resolve-this)
21
22
23
+
## Install the correct package - `pyautogen`
24
+
25
+
The name of Autogen package at PyPI is `pyautogen`:
26
+
```
27
+
pip install pyautogen
28
+
```
29
+
30
+
Typical errors that you might face when using the wrong package are `AttributeError: module 'autogen' has no attribute 'Agent'`, `AttributeError: module 'autogen' has no attribute 'config_list_from_json'` etc.
31
+
22
32
## Set your API endpoints
23
33
24
34
This documentation has been moved [here](/docs/llm_configuration).
0 commit comments