Ben Talbot
Ben Talbot
Leaving as a nice to have.
Waaiittt.... so is the documentation here a lie: https://bazel.build/external/registry? I've spent the last couple of hours trying to figure out why I get `"Invalid source type for module ..."`. Is...
I'm also seeing this on 22.04
Hack to use `json` instead to get around this until fixed: ``` bazel_dep(name = "hedron_compile_commands", dev_dependency = True) git_override( module_name = "hedron_compile_commands", remote = "https://github.com/hedronvision/bazel-compile-commands-extractor", commit = "09fee2fd2082b17baa9582ca2b2d63fe19caa294", patch_strip =...
Thanks for having a look @cpsauer . Extra information from my end (not sure how much is useful or not): - `pip install orjson; python -c 'import orjson'` works on...
Not sure if this is the result you were looking for @cpsauer ; but I just tried to do a repro for posting to `rules_python` and it _seemed_ to work:...
I'll have a go at this sometime this week hopefully
I've had another dig with this and haven't found much unfortunately: - it works when a module is added that depends on the module defined above ^ for: - direct...
See [this comment](https://github.com/qcr/benchbot/issues/92#issuecomment-1505011875) for suggestions on how to cleanly downgrade NVIDIA drivers and CUDA @motonarikambara . Sorry about the inconvenience with flaky drivers.
Issue we run into here is the fix will install in the system Python area and only work using the system Python environment or virtual environments that link in system...