-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Dev: Can't sync venv with UV since last commit from main #7448
Copy link
Copy link
Closed
Description
Since the minimal required version is 3.9, I have to use python 3.9 in the venv. However it won't work anymore:
PS C:\Users\tibo\python_codes\sqlglot> uv sync
× Failed to build `sqlglotc @ file:///C:/Users/tibo/python_codes/sqlglot/sqlglotc`
├─▶ Failed to resolve requirements from `build-system.requires`
├─▶ No solution found when resolving: `setuptools>=61.0`, `setuptools-scm`, `sqlglot-mypy>=1.20.0.post1`, `types-python-dateutil`, `sqlglot`
╰─▶ Because the current Python version (3.9.25) does not satisfy Python>=3.10 and sqlglot-mypy==1.20.1.post1 depends on Python>=3.10, we can conclude that sqlglot-mypy==1.20.1.post1 cannot be used.
And because only the following versions of sqlglot-mypy are available:
sqlglot-mypy<1.20.0.post1
sqlglot-mypy==1.20.1.post1
and you require sqlglot-mypy>=1.20.0.post1, we can conclude that your requirements are unsatisfiable.
PS C:\Users\tibo\python_codes\sqlglot>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels