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

[Issue]: Unable to run the python files due to docker usage. #2838

Open
kwanweijeat opened this issue May 31, 2024 · 2 comments
Open

[Issue]: Unable to run the python files due to docker usage. #2838

kwanweijeat opened this issue May 31, 2024 · 2 comments
Labels
0.2 Issues which were filed before re-arch to 0.4 needs-triage

Comments

@kwanweijeat
Copy link

Describe the issue

I followed instruction and have set the Docker to false, but when I ran the python file, it keeps showing errors that I need to "ValueError: Invalid value for AUTOGEN_USE_DOCKER: 0/False/no. Please set AUTOGEN_USE_DOCKER to "1/True/yes", "0/False/no", or "None"."

setx AUTOGEN_USE_DOCKER "0/False/no"
echo %AUTOGEN_USE_DOCKER%
code_execution_config=False,

Steps to reproduce

No response

Screenshots and logs

No response

Additional Information

No response

@Gr3atWh173
Copy link
Collaborator

You have to set the env variable's value to one of "0/False/no" in case you want to disable docker.

setx AUTOGEN_USE_DOCKER no

I guess the error message here could be better worded.

@qingyun-wu
Copy link
Contributor

Hi @kwanweijeat, is your issue addressed with suggestion from @Gr3atWh173? Thanks!

@rysweet rysweet added 0.2 Issues which were filed before re-arch to 0.4 needs-triage labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which were filed before re-arch to 0.4 needs-triage
Projects
None yet
Development

No branches or pull requests

4 participants