OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Issues with package management

Open 1of13 opened this issue 10 months ago • 5 comments

Describe the bug It is not possible to launch OpenDevin using the new instructions/process. The old process worked flawlessly.

Steps to Reproduce

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

1of13 avatar Mar 30 '24 00:03 1of13

Same here, could not find the requirements.txt suddenly

balajipitchumani avatar Mar 30 '24 01:03 balajipitchumani

@1of13 Setup was changed to use pipenv with Pipfile instead of requirements.txt

foomprep avatar Mar 30 '24 05:03 foomprep

You can use pipenv to generate a requirements.txt file

pip install pipenv
pipenv requirements > requirements.txt 

memamun avatar Mar 30 '24 11:03 memamun

@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

rbren avatar Mar 30 '24 14:03 rbren

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.

balajipitchumani avatar Mar 31 '24 01:03 balajipitchumani

This is probably fixed by the transition to poetry, please try out with the new directions!

neubig avatar Apr 05 '24 10:04 neubig