|
I am using pipx to install sb. I saw a host of updates last night so did a git pull. It seems the pipx PyPi isn't updated yet, what's the best practice for running the current head of sb in this case? I tried a 'poetry install' but that seemed to fail for me. |
Replies: 3 comments
|
For the record, this seems to work: I had to remove graxpert dependencies to build cleanly on OsX as there isn't a current version of the onnxruntime for OsX |
|
yeah I think the steps you found are basically correct. I've heard from other users that the following command line works to install graxpert on osx: "pipx install --python python3.13 graxpert[cpuonly] " but I haven't tried it personally. |
|
btw I just added a Mac integration test on github and it found the graxpert problem you mentioned. I've fixed graxpert (I think - at least the CI runner is happy now): https://github.com/geeksville/starbash/actions/runs/20323464719#summary-58383865364 Thanks for the report! |
For the record, this seems to work:
I had to remove graxpert dependencies to build cleanly on OsX as there isn't a current version of the onnxruntime for OsX