Results 39 comments of Gonsolo

Not tested with MSVC, I hope this works.

https://github.com/mcleary/VulkanHpp-Compute-Sample/pull/3

> Unfortunately nothing we can do about it Nudge them. :)

I worked around this by manually installing sentencepiece and gguf in a venv, then installed modular, then let pipx know about this.

> forcing pip to download the sdist compile locally And the compilation fails because of two reasons: 1. The CMake version 3.1 doesn't work with CMake 4.0 anymore. 2. A...

> Fair :) Though I'm not confident on their response time given the low amount of recent activity. I guess we'll see. Another possibility is to get rid of the...

Yes: `uv run mojo --version` `mojo 25.3.0 (d430567f)`

Thanks. :) You could also fork it and use your own modular_sentencepiece in pip. It's boils down to a one line change (#include ) and releasing a new version, since...

`pip install --user --break-system-packages modular` and adjusting the PATH works now.