AbhisekOmkar

Results 18 comments of AbhisekOmkar

their is no folder is getting created like /tmp/

it happens when u have installed numpy in different envirmonet and you might have installed uvicorn in different enviroment

1. Check the numpy installation in the environment: ``` conda list ``` 2. Check the location of the `uvicorn` executable: ``` which uvicorn ``` 3. Install `uvicorn` in the `opendevin`...

@rbren @huybery We can close this issue

browser .waitUntil(function() { browser.title(); return false; }) .pause(); what is the path of this code

The error message indicates that the Docker build process is failing at the step where it is trying to run the `/install/install_pip_packages.sh` script inside the container. The specific error is:...

@neubig can you join the channel