Skip to content

Commit cafbbba

Browse files
maxim-saplinekzhu
andauthored
FAQ, highlight the correct package name is pyautogen (microsoft#1665)
* Update FAQ.md * Update FAQ.md --------- Co-authored-by: Eric Zhu <[email protected]>
1 parent 17c131c commit cafbbba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/docs/FAQ.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Frequently Asked Questions
22

3+
- [Install the correct package - `pyautogen`](#install-the-correct-package---pyautogen)
34
- [Set your API endpoints](#set-your-api-endpoints)
45
- [Use the constructed configuration list in agents](#use-the-constructed-configuration-list-in-agents)
56
- [Unexpected keyword argument 'base_url'](#unexpected-keyword-argument-base_url)
@@ -19,6 +20,15 @@
1920
- [When using autogen docker, is it always necessary to reinstall modules?](#when-using-autogen-docker-is-it-always-necessary-to-reinstall-modules)
2021
- [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)
2122

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+
2232
## Set your API endpoints
2333

2434
This documentation has been moved [here](/docs/llm_configuration).

0 commit comments

Comments
 (0)