OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Error at make build: externally-managed-environment

Open butisello opened this issue 1 year ago • 4 comments

Describe the bug

Encounter error when running "make build". Have not proceeded past this point. followe all instructions

Setup and configuration

Current version:

Author: Alex Bäuerle <[email protected]>
Date:   Mon Apr 1 20:21:45 2024 -0700

    build(add-files-created-for-other-dev-envs-to-gitignore): Add files such as requirements.txt, .python-version, bun.lockb, and yarn.lock so that if anybody uses these systems, they don't accidentally push the files (#519)

My config.toml and environment vars (be sure to redact API keys):

My model and agent (you can see these settings in the UI):

  • Model: Did not reach this stage yet
  • Agent: same

Commands I ran to install and run OpenDevin:

   git clone https://github.com/OpenDevin/OpenDevin.git
   cd OpenDevin
   

Steps to Reproduce:

  1. make build

Logs, error messages, and screenshots:

Additional Context

makeBuild

Ubuntu 23.10 (on VirtualBox) Python 3.11 NodeJS 18.13.0 Docker

butisello avatar Apr 02 '24 06:04 butisello

Starting frustrated with OpenDevin I'm working so hard to make my pipenv working on my windows env now they changed the installation method with make file helll yeah now is totally lost 100% linux env

Please keep pipenv method on the readme as alternative, especially for windows users like me

arywidos avatar Apr 02 '24 06:04 arywidos

@arywidos multiple people are working & collaborating to make the setup process more easier. You can expect things soon.

808vita avatar Apr 02 '24 08:04 808vita

Same issue for me, Arch Linux Bare-Metal.

Already install before with python -m venv venv

Kurtisone avatar Apr 02 '24 10:04 Kurtisone

Some tips in here, YMMV: https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3

rbren avatar Apr 02 '24 11:04 rbren

This is solved by the migration to poetry! If you still encounter some issues let us know 😁

anasdorbani avatar Apr 06 '24 00:04 anasdorbani