Engel Nyst

Results 1315 comments of Engel Nyst

If you don't have make on the system, you can install it. What Linux distribution have you chosen in WSL? Please run the project there, in that distribution. Your initial...

Can you try to git pull again? I think this has just been solved https://github.com/OpenDevin/OpenDevin/pull/390

Does it continue after npm is not found or sudo fails? It's normal that it fails on some things, then it tries something else. It should root on the container...

Interestingly, numpy is in pipfile.lock https://github.com/OpenDevin/OpenDevin/blob/main/Pipfile.lock So it looks like it must have worked for others, pipenv has detected it as dependency and installed it. I don't use pipenv at...

@arose26 We have added a 'pause' button and a 'restart a new agent task' button under the chat box in the UI. Do those address this issue? You may need...

> Do you have thoughts on the technical implementation? Just a Models.md that we can link to from README.md I see github still has the wiki feature. I don't see...

Documentation for Azure: https://github.com/OpenDevin/OpenDevin/pull/1035

I'm not sure why this is still happening... There was a bug shortly last night, but it was fixed. Either the fix isn't working, or you don't have an updated...

OK, from what I can tell, it should work now: please try again to `make build`, you should see it pull the latest image. Please note also that we have...

@katmai do this please: - Close the browser tabs when you have localhost with opendevin. All :) - from opendevin directory, remove the cache directory - git pull - make...