Robert Brennan
Robert Brennan
@gprethesh can you try the latest install using Pipenv?
Closing this since we can't repro. But if you have any more info I'm happy to help debug
Virtualenv is a good idea. You can also try ``` pip install --upgrade --force-reinstall certifi ```
@power9799 seems like no one else is seeing this issue, so I'm going to assume it's a problem with your env rather than with OpenDevin. Best advice is to try...
Are there any logs from the server?
> Is there a way to modify uvicorn opendevin.server.listen:app --port 3000 to access the server over the network rather than the localhost? Yup! You should be able to add `--host...
This is becoming a megathread of failed connections 😅 As such it's probably not super helpful. If anyone is still stuck, please open a new issue with: * The commands...
We might need an "alternative setups" section for colima, windows, ollama etc
Sounds like you don't have `git` installed? It should come pre-loaded on os x... What does `git --version` show?
This seems like `git` just isn't installed on your machine (though I'm still confused how you cloned it). Going to close this one for now since it doesn't seem like...