GitXplorerGitXplorer
t

uv-poetry-monorepo-mre

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
f285fc77ca153ab13718cb739444d3aae4508a28

Add MDR for Charlie

ttimothyjlaurent committed 10 months ago

README

The README file for this repository.

Minimal Representive Example of Uv Errors in Installing Editable Poetry Monorepos

This example reproduces errors we see when trying to use uv to install our Poetry monorepo.

Prerequisites

The following preconditions must be met as prerequisites:

  • be running python 3.11
  • have pip installed
  • have uv installed

Steps to reproduce

  1. Run ./install-pip.sh- this will create a venv at ./venv and will install the local ./app package with pip install -e.
  2. Run ./install-uv.sh - this will create a venv with uv at ./.venv and will try to install the local ./app package with uv pip install -e.