Bill Ticehurst

Results 46 comments of Bill Ticehurst

Making good progress, but the build is failing on my machine due to some error with `componentize-py`. Looking at that package, maybe as that doesn't have wheels for Window on...

(To be clear, it's the command `pip install -e ".[testing]"` that's failing, due to this dependency: https://github.com/bytecodealliance/wasmtime-py/blob/main/setup.py#L45

Looks like getting a local build of `componentize-py` working requires `wasi-sdk` locally, which... you guessed it - doesn't have [release binaries for Windows on ARM64](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-25) ! :cry: Looking at the...

Yeah, that occurred to me at dinner too. I just put up #268 to get early feedback before I start in on the main workflow. Thx!

FYI if not familiar, here's the docs and creating projects that reference other projects ](https://learn.microsoft.com/en-us/azure/quantum/how-to-work-with-qsharp-projects?tabs=tabid-qsharp%2Ctabid-qsharp-run#configuring-q-projects-as-external-dependencies)>

FWIW, I did get a debug build working by bypassing Conan. The dependency versions installed via brew would be the latest and no those the 'official' build uses, but this...