Lim Wei Heng
Lim Wei Heng
You should use `uv sync` or `uv run` instead of `uv pip install` to install dependencies from a `pyproject.toml`. You can include the `--no-dev` flag to exclude dev dependencies.
Are there any plans to add [PEP 514](https://peps.python.org/pep-0514/) support so that the Python executables are discoverable by the Windows `py` launcher?
Not sure if it's related but I have a similar setup as above and boto3's `s3.upload_file()` function hangs indefinitely after applying `monkey.patch_all()`. I could only get it to work by...
A helpful tip that we can include is to add the `sort:relevance` qualifier when searching for existing issues. This drastically improves the search results in my experience.