-
Notifications
You must be signed in to change notification settings - Fork 5k
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
AttributeError: 'NoneType' object has no attribute 'from_env' #498
Comments
This error will occur when you try to use docker, but don't have the docker python library installed. Try:
And let us know if you still run in to this problem. |
when |
Same here on Ubuntu |
This error looks like your docker library is not installed but set |
We are closing this issue due to inactivity; please reopen if the problem persists. |
The error happens when executing a code block:
my Code Executor config:
coding_runner = ChainlitUserProxyAgent(
name="SAP_DATA_and_AI_Engineer", llm_config={"config_list": config_list}, human_input_mode="NEVER",
code_execution_config={
"last_n_messages": 3,
"work_dir": "workspace",
"use_docker": True,
},
The text was updated successfully, but these errors were encountered: