IRC channel logs

2023-10-21.log

back to list of logs

<rekado>ugh, tensorflow is so frustrating!
<rekado>it keeps trying to execute a bundled Python executable at /tmp/guix-build-tensorflow-vendored-inputs-2.14.0.tar.xz.drv-0/output/external/python_x86_64-unknown-linux-gnu/bin/python3.10
<rekado>even though I gave it all the arguments it needs to run a different Python
<rekado>this seems to be a new problem in 2.14.0 because they run install_deps first before loading the other workspaces
<rekado>I’ll go down to 2.13.1
<rekado>libtensorflow 2.13.1 builds fine, but there’s a segfault when trying to generate the python bindings
<rekado>it’s a protobuf version conflict