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
I apologize if some of the following is difficult to understand due to automatic translation.
Also, sorry if I have the wrong category.
Situation;.
I was trying to build a DooD environment in a WSL2 (Ubuntu) environment and use the CodeExecutor feature.
Error encountered;.
ImportError seems to be detected and stops. “Missing dependecies for DockerCommandLineCodeExecutor. Please ensure the autogen-ext package was installed with the 'docker' extra. Please ensure the autogen-ext package was installed with the 'docker' extra.
This occurred even after re-installing the package and verifying that the host's Docker was successfully mounted.
What did you expect to happen?
Please ensure the autogen-ext package was installed with the 'docker' extra.
I thought it would be executable after re-installing the above Extra.
How can we reproduce it (as minimally and precisely as possible)?
I'll put up the configuration file after my struggle
dockerfile;
Any additional info you think would be helpful for fixing this bug
After trying various things on the Docker side, I thought the ErrorMessage was not correct, so I checked the code and thought it was an ImportError for asyncio_atexit and tried it, which solved the problem.
With that in mind, I would appreciate some confirmation.
please add asyncio_atexit to the dependency of autogen_ext[docker].
for autogen_ext/code_executors/docker/_docker_code_executor.py, please make the error message a bit clearer
The text was updated successfully, but these errors were encountered:
What happened?
I apologize if some of the following is difficult to understand due to automatic translation.
Also, sorry if I have the wrong category.
Situation;.
I was trying to build a DooD environment in a WSL2 (Ubuntu) environment and use the CodeExecutor feature.
Error encountered;.
ImportError seems to be detected and stops.
“Missing dependecies for DockerCommandLineCodeExecutor. Please ensure the autogen-ext package was installed with the 'docker' extra. Please ensure the autogen-ext package was installed with the 'docker' extra.
This occurred even after re-installing the package and verifying that the host's Docker was successfully mounted.
What did you expect to happen?
Please ensure the autogen-ext package was installed with the 'docker' extra.
I thought it would be executable after re-installing the above Extra.
How can we reproduce it (as minimally and precisely as possible)?
I'll put up the configuration file after my struggle
dockerfile;
docker-compose.yml;
requirements.txt;
AutoGen version
0.4.4
Which package was this bug in
Extensions
Model used
No response
Python version
Python3.12-slim
Operating system
Ubuntu22.08(WSL2)
Any additional info you think would be helpful for fixing this bug
After trying various things on the Docker side, I thought the ErrorMessage was not correct, so I checked the code and thought it was an ImportError for
asyncio_atexit
and tried it, which solved the problem.With that in mind, I would appreciate some confirmation.
The text was updated successfully, but these errors were encountered: