OpenHands
OpenHands copied to clipboard
make run stuck on dependecies
installation stuck on dependencies. debian server.
Logs:
Package operations: 210 installs, 1 update, 0 removals
- Installing certifi (2024.2.2): Pending...
- Installing h11 (0.14.0): Pending...
- Installing idna (3.6): Pending...
- Installing sniffio (1.3.1): Pending...
- Installing typing-extensions (4.11.0): Pending...
I'm not sure why it'd do that. 😔 Did you clone and run make build, or something else?
@nowheel do you still face the issue?
Same as here: https://github.com/OpenDevin/OpenDevin/issues/935
That was solved by updating poetry.
I'll close this issue, but if you still experience problems please open a new one.
still facing this problem after updating poetry to 1.8.2
@zingshowba try poetry env remove python3.11
and after make build
@zingshowba try
poetry env remove python3.11
and aftermake build
cool it works
@zingshowba Enjoy!!