Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.1k
Closed
Description
Bug report
Bug description:
test.py:
importosimportpolarsprint(os.getpid())whileTrue:pass
running it givesuv run -p 3.15 --with polars test.py:
9586
attach fails (sudo run mode seems to work) sudo uv run -p 3.15 python -m profiling.sampling attach 9586:
Password:Can't determine the Python version of the remote processif I change it toimport polars as pl, attach fails with:Failed to read debug offsets structure from remote process
CPython versions tested on:
3.15
Operating systems tested on:
macOS