Joe Rickerby

Results 376 comments of Joe Rickerby

Thanks telemonian, this is really cool. Before you continue, though, it would be worth taking a look at #203 because I think this feature you have here would work better...

> * what's the likely eta for [Refactor to track information other than just time #203](https://github.com/joerick/pyinstrument/pull/203) getting pulled into main? I need to devote some brain-time to the Python 3.11...

Just a note, I'm gonna be working on the Python 3.11 support for #203 soon, so it might be worth holding off on that aspect of your PR until I've...

#203 is now merged, so you can rebase onto main instead.

@ddelange that looks to be an issue with the --only flag. I've raised a separate issue.

@henryiii I refactored this a little, I was a bit confused with the names of variables. Hopefully this will make sense to both of us!

Here's an example failure - this one is from virtualenv, when it creates a new virtualenv it installs pip ```text Traceback (most recent call last): File "C:\Users\appveyor\AppData\Local\Temp\1\cibw-run-kny60zbz\cp37-win_amd64\build\venv\lib\site-packages\virtualenv\seed\embed\via_app_data\via_app_data.py", line 92, in...

Here's another. This one is on the 'Installing build tools…' step ```text + python -m pip install --upgrade pip -c /Users/appveyor/projects/cibuildwheel/cibuildwheel/resources/constraints-python39.txt Requirement already satisfied: pip in ./lib/python3.9/site-packages (22.2.2) + which...

Here's another, this time on Windows ``` ERROR: Command errored out with exit status 1: command: 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-2ht01rzu\cp36-win32\build\venv\Scripts\python.exe' 'C:\Users\runneradmin\AppData\Local\Temp\cibw-run-2ht01rzu\cp36-win32\build\venv\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\RUNNER~1\AppData\Local\Temp\pip-build-env-jlszcw3c\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple...

Been doing some investigation of this over in https://github.com/joerick/pip-concurrency-debug . My current theory is that it's an issue with concurrent cache access by pip - specifically concurrent cache access between...