Dan Miller

Results 22 comments of Dan Miller

Hey @benbrittain, quick question about that snippet. As far as I can tell the interpreter attribute on `system_python_toolchain` [expects a string which represents the name of the python binary](https://github.com/facebook/buck2-prelude/blob/383526a5401c26e3a89a805f4d2ef6a0a164a939/toolchains/python.bzl#L64), e.g....

@cbarrete yeah I tried that too but it doesn't look like that attribute supports the macros ``` Spawning executable `$(exe @prelude-replay//python:python-standalone[interpreter])` failed: Failed to spawn a process ``` ``` Showing...

I ironed out some issues and got a working hermetic Python toolchain (at least on mac x86, mac arm64 and linux x86, Windows is untested). I posted it here https://github.com/jazzdan/buck2-python-toolchain-problem

This started happening to us today too.

This has happened to us kinda regularly, about once every 1-2 weeks over the last couple of months.

Just chiming in to say this is still happening to us as well on our `v0.7.21` satellites: ``` earthly satellites ls NAME PLATFORM SIZE VERSION STATE ci linux/amd64 xlarge v0.7.21...

@martinvonz I just remembered something: I think last week at one point I deleted the `.jj` directory in this repo because I had, to my eyes, well and truly hosed...

Hi all, When I followed nbudin's instructions to fix this issue I encountered this error upon executing bundler: ``` Using devise_cas_authenticatable (1.0.0.alpha12) from git://github.com/nbudin/devise_cas_authenticatable.git (at master) NoMethodError: undefined method `write'...

Hey @davidbarsky, was playing with rust-project and ran across the same issue. Did you get a chance to get that diff up?

@davidbarsky one more friendly ping? Or if you want to roughly describe what change should be made I can try to push it through.