Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions on how to set up env with conda? #276 #295

Closed
wants to merge 3 commits into from

Conversation

SDcodehub
Copy link
Collaborator

Why are these changes needed?

Conda env and installation institutions are added

Related issue number

"Closes #276 "

Checks

conda install pyautogen -c conda-forge
``` -->
```bash
conda install -c conda-forge pyautogui
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like an error

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tried in conda , works
image
image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyautogui is a different package from pypi: https://pypi.org/project/PyAutoGUI/

@cieslakd411
Copy link

Should the module be named pyautogen instead of pyautogui ?

conda install pyautogen -c conda-forge
``` -->
```bash
conda install -c conda-forge pyautogui
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyautogui is a different package from pypi: https://pypi.org/project/PyAutoGUI/

@@ -32,12 +40,19 @@ When running AutoGen out of a docker container, to use docker for code execution
pip install docker
```

* blendsearch
Or using conda
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you put the conda options together at the end?

pip install "pyautogen[retrievechat]"
```

Or using conda
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move the docker conda installation option here as well.

@qingyun-wu
Copy link
Contributor

Closing this PR as issue #276 is closed by the other PR. Thanks @SDcodehub, for the contribution!

@qingyun-wu qingyun-wu closed this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add instructions on how to set up env with conda?
4 participants