-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fails uv pip install --no-deps -e . missing module pathspec #1355
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingresolverRelated to the package resolverRelated to the package resolver
Description
Version uv 0.1.0
error: Failed to build editables
Caused by: Failed to build editable: file:///Users/tomasperez/Documents/project/pyrgo
Caused by: Build backend failed to determine extra requires with `build_editable()`:
--- stdout:
--- stderr:
Traceback (most recent call last):
File "<string>", line 10, in <module>
File "/private/var/folders/_x/wwr5hwrx28lf5rzdqzsxc7xc0000gn/T/.tmpjbl8JL/.venv/lib/python3.9/site-packages/hatchling/build.py", line 65, in get_requires_for_build_editable
from hatchling.builders.wheel import WheelBuilder
File "/private/var/folders/_x/wwr5hwrx28lf5rzdqzsxc7xc0000gn/T/.tmpjbl8JL/.venv/lib/python3.9/site-packages/hatchling/builders/wheel.py", line 15, in <module>
from hatchling.builders.config import BuilderConfig
File "/private/var/folders/_x/wwr5hwrx28lf5rzdqzsxc7xc0000gn/T/.tmpjbl8JL/.venv/lib/python3.9/site-packages/hatchling/builders/config.py", line 7, in <module>
import pathspec
ModuleNotFoundError: No module named 'pathspec'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingresolverRelated to the package resolverRelated to the package resolver