OpenHands
OpenHands copied to clipboard
Issues with package management
Describe the bug It is not possible to launch OpenDevin using the new instructions/process. The old process worked flawlessly.
Steps to Reproduce
- Follow the instructions
Expected behavior Working Open/Devin
Actual behavior Can't get past "uvicorn opendevin.server.listen:app --port 3000" command.
Additional context I've lost interest. I know developers are hard at work on this critical, fast-moving project. I'll be back when things have stabilized. Again, I appreciate your work.
1of13
Same here, could not find the requirements.txt suddenly
@1of13 Setup was changed to use pipenv
with Pipfile instead of requirements.txt
You can use pipenv
to generate a requirements.txt
file
pip install pipenv
pipenv requirements > requirements.txt
@1of13 please try to be a little more polite 😄 we're all working for free here.
We are actively discussing what the best package manager is. Python package management is hard
I followed the pipenv, and now encountered a torch lib could not be found error, when I tried to start the server. We are quite excited with the possibilities of this platform and hence I will wait for this platform to be stable to try out actively. Many thanks and appreciate all the effort here.
This is probably fixed by the transition to poetry, please try out with the new directions!