mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
tools/rerun: new image API for rerun 0.18 (#33186)
* change api for video
* install prerelease 0.18
old-commit-hash: 5909bcde62
This commit is contained in:
@@ -37,6 +37,9 @@ echo "installing python packages..."
|
||||
uv --no-cache sync --frozen --all-extras
|
||||
source .venv/bin/activate
|
||||
|
||||
# TODO: remove this. Workaround till get a new release. PEP508 doesn't seem to have find-links option
|
||||
uv pip install --pre -f https://build.rerun.io/commit/a93faab/wheels --upgrade rerun-sdk
|
||||
|
||||
echo "PYTHONPATH=${PWD}" > $ROOT/.env
|
||||
if [[ "$(uname)" == 'Darwin' ]]; then
|
||||
echo "# msgq doesn't work on mac" >> $ROOT/.env
|
||||
|
||||
Reference in New Issue
Block a user