messense
messense
Pull requests are welcome!
See also #267, since the default is `packed` for both Windows and macOS, I don't think this is only specific to Windows, so a `--pdb` option isn't the right name....
> but I think the need is more urgent for Windows, as there’s no workaround. The workaround is copy the `.pdb` file manually, right? It's not ergonomic but should work....
could you please try to make a minmal repro? thanks.
Here you go: ``` --find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html aiobotocore==2.5.4 ; python_version >= "3.10" and python_version < "3.11" aiohttp-cors==0.7.0 ; python_version >= "3.10" and python_version < "3.11" aiohttp==3.8.5 ; python_version >= "3.10" and...
> For context, we download and streaming unzip the wheels in parallel, maybe it's the unzipping that makes it look slower? From the network usage, it seems that `uv` is...
> Separately, have you confirmed that your proxy isn't single-threaded? Yes, it is not. Poetry go through the same proxy to download and unzip wheels but takes less time with...
I'm on mobile so can't provide more details, will post more info next week.
I'm unable to post images here on work computer, but the symptom is that `poetry` can utilize twice more network resources than `uv`, and `uv` CPU usage is around 1%.
I don't have the `pyproject.toml` at hand, but you can probably using `poetry add` command to add everything in the `requirements.txt` to a `pyproject.toml`. BTW, 3m18s still feels slow, does...