Open ryx2 opened 3 days ago
I think I've seen this before somewhere. Double check that your python version is 3.12.
Try downgrading Node to 20.X.X. I have 20.13.1. I think the newer NodeJS doesn't work with this project.
@amanape if there is a higher limit to the NodeJS version, we should update the documentation to specify that: https://github.com/All-Hands-AI/OpenHands/blob/main/Development.md
You should use Node's stable release (currently v22.11.0) instead of the latest. You can use a Node version management package like n
if you need specific Node versions for different projects (e.g., running n stable
will install the stable release).
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Cloned a fresh version of the repo, a couple hours ago (nov 14th 2024), did a
make build
, it errors like the logs show belowMy dev setup:
Mac OS 15.1 Docker version 24.0.1, build 680212238b
Python 3.13.0 node v23.1.0 Poetry (version 1.8.4)
OpenHands Installation
Development workflow
OpenHands Version
0.13.1
Operating System
MacOS
Logs, Errors, Screenshots, and Additional Context