Error at make build: externally-managed-environment
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:
- make build
Logs, error messages, and screenshots:
Additional Context
Ubuntu 23.10 (on VirtualBox) Python 3.11 NodeJS 18.13.0 Docker
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 multiple people are working & collaborating to make the setup process more easier. You can expect things soon.
Same issue for me, Arch Linux Bare-Metal.
Already install before with python -m venv venv
Some tips in here, YMMV: https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3
This is solved by the migration to poetry! If you still encounter some issues let us know 😁