dheeraj
dheeraj
It would be great if we can have a better progress bar, and if we can make downloads faster(I think this has to do with some uv internals which handles...
I have similar messages in the logs, I am even getting timeout error sometimes ``` error: Failed to download distributions Caused by: Failed to fetch wheel: nvidia-cudnn-cu12==8.9.2.26 Caused by: Failed...
``` uv --version uv 0.1.27 ``` ``` time uv pip install nvidia-cudnn-cu12==8.9.2.26 -v INFO Found a virtualenv through VIRTUAL_ENV at: ~/.uvvenv DEBUG Probing interpreter info for: ~/.uvvenv/bin/python DEBUG Found Python...
Can you explain this log `DEBUG No credentials found for: https://pypi.org/simple/nvidia-cudnn-cu12/`
Also as asked above, adding a proper progress bar and download speed like this `10%, 10MBPS` or like this `10MB/100MB, 10MBPS` will be really helpful when downloading large packages and...

Have similar issue Parent function `% of time = 100.0% (1m:21.710s / 1m:21.710s)` this corresponds to this line `asyncio.run()` every other functions `% of time = 0.0% ( 0ms /...
does scalene converts 0.5 seconds or lets says 10ms to 0s, if not this seems like a bug
@emeryberger I have this issue, I have tried it with `pip install scalene` and `pip install git+https://github.com/plasma-umass/scalene` ``` python --version Python 3.11.6 ``` ``` scalene --version Scalene version 1.5.38 (2024.03.24)...
`print(await web_element._execute_script('(webElement) => webElement.toDataURL()'))` throws an error `print(await web_element.evaluate('(webElement) => webElement.toDataURL()')` works with playwright `print(await web_element._execute_script('(function() { return this.toDataURL();})'))` works right now