Open robintschoetschel opened 6 months ago
If you are using anaconda you probably need to install it from here: https://anaconda.org/conda-forge/r-protolite
Ah, that was quick, thanks! The conda-packages don't support aarch64, unfortunately, so I'm stuck with compiling
OK that really complicates things. The problem is that conda has it's own compilers, which are incompatible with the debian system libraries, hence we cannot use libprotobuf and protoc from Debian.
Using libprotoc 25.3 from /opt/conda/bin/protoc
Warning: protoc version libprotoc 25.3 might not match libproto version 3.21.12.
From these lines in your output it seems to be finding the conda version of protoc
but the debian version of libprotobuf
, which would explain compile errors.
I do not use anaconda myself but maybe you need some way to get the conda version of protobuf on your path? Perhaps you need to install https://anaconda.org/conda-forge/libprotobuf? OR set PKG_CONFIG_PATH
to the location of the the protobuf.pc
file that comes with anaconda?
FWIW, I would recommend not using anaconda if you don't have to.
You can install an up-to-date version of r-base
that is compatible with all native compilers and libraries in Debian from https://cran.r-project.org/bin/linux/debian/#debian-bookworm
Hi there,
I'm having trouble installing protolite, and am at my wits end... Maybe you can help me figure out what's going wrong? I've attached an install log, and can share the dockerfile
I have the requirements installed (on debian bookworm).
Thank you!