steventangbc
steventangbc
``` INFO 💽 Loaded dataset from https://github.com/pvlib/pvlib-python/issues/1603 DEBUG Starting container with command: docker run -i --rm --name sweagent-swe-agent-latest-c51fa102b3 sweagent/swe-agent:latest /bin/bash -l -m INFO 🌱 Environment Initialized INFO ▶️ Beginning task...
Putting in my GITHUB_TOKEN did not change anything. I included both my GITHUB_TOKEN and OPENAI_API_KEY in my original command but redacted them in this issue.
Update: I tried again using the updated instructions — ``` docker run --rm -it -v path:/app -v //var/run/docker.sock:/var/run/docker.sock sweagent/swe-agent-run:latest python run.py --image_name=sweagent/swe-agent:latest --model_name gpt4 --data_path https://github.com/pvlib/pvlib-python/issues/1603 --config_file config/default_from_url.yaml --skip_existing=False ```...
Matplotlib installation still fails after restarting the kernel and using %pip magic. 
"Matplotlib is not installed." 
Sometimes it succeeds but other times it fails. I can't seem to reproduce the bug consistently. 
> output of `id -u` command? 197611
I'm still getting the "Error creating controller" message. ``` $ docker run \ --pull=always \ -e SANDBOX_USER_ID=1000 \ -e WORKSPACE_MOUNT_PATH="C:\Users\Alyssa\Documents\opendevintesting" \ -v "C:\Users\Alyssa\Documents\opendevintesting:/opt/workspace_base" \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 3000:3000 \...
I don't have the Advanced tab on my Docker Desktop and cannot find any setting related to enabling the default Docker socket. I am using the latest version of Docker...