We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar issue to #6177
If I run uv run --no-project ... in a directory with a pyproject.toml with a missing project table, I get an error:
uv run --no-project ...
pyproject.toml
project
❯ uv -V uv 0.3.2 (c5440001c 2024-08-23) ❯ cd $(mktemp -d) ❯ touch pyproject.toml ❯ uv run --no-project python error: No `project` table found in: `/private/var/folders/1s/0jgtfqgd1wqc327r1kxgrh3w0000gn/T/tmp.mAGDf4eLya/pyproject.toml`
Same result with --no-config
--no-config
(this is on MacOS / apple silicon)
The text was updated successfully, but these errors were encountered:
Thanks, my bad, I'll fix that now.
Sorry, something went wrong.
--no-project
uv run
3edf219
Successfully merging a pull request may close this issue.
Similar issue to #6177
If I run
uv run --no-project ...
in a directory with apyproject.toml
with a missingproject
table, I get an error:Same result with
--no-config
(this is on MacOS / apple silicon)
The text was updated successfully, but these errors were encountered: