steventangbc

Results 14 comments of 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. ![image](https://github.com/OpenDevin/OpenDevin/assets/94030446/969a4f73-5398-4be4-92eb-8f21d9e543c8)

"Matplotlib is not installed." ![image](https://github.com/OpenDevin/OpenDevin/assets/94030446/ceab23ff-85a0-4137-be75-52a2c3ff56e1)

Sometimes it succeeds but other times it fails. I can't seem to reproduce the bug consistently. ![image](https://github.com/OpenDevin/OpenDevin/assets/94030446/205d8c3b-f5ea-4e69-8377-5fc2295c4d5c)

> 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...