Closed renkun-ken closed 7 years ago
Hmz strange. Is protoc
on your path?
protoc --version
protoc
is not on my path. It does not seem to proceed automatically when installed.
Very strange, the protobuf-compiler
package should install /usr/bin/protoc
:
http://packages.ubuntu.com/xenial/amd64/protobuf-compiler/filelist
So if you have this package installed protoc
should be on the path.
This must have been a local problem. Our travis is configured to test on both linux and osx, and protoc
is always on the path.
Hi I have similar problem, and can't find a solution on the web: I have Installed the libraries libprotobuf-dev, protobuf-compiler and protobuf-c-compiler, by apt-get and from source, and have the same result.
install.packages('protolite', repos='https://cran.rstudio.com/') Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) probando la URL 'https://cran.rstudio.com/src/contrib/protolite_2.0.tar.gz' Content type 'application/x-gzip' length 24832 bytes (24 KB)
downloaded 24 KB
~# protoc --version libprotoc 3.0.0
~# apt-get install libprotobuf-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
libprotobuf-dev ya está en su versión más reciente (3.0.0-9).
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
My session:
sessionInfo( ) R version 3.3.3 (2017-03-06) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 9 (stretch)
locale:
[1] LC_CTYPE=es_AR.UTF-8 LC_NUMERIC=C
[3] LC_TIME=es_AR.UTF-8 LC_COLLATE=es_AR.UTF-8
[5] LC_MONETARY=es_AR.UTF-8 LC_MESSAGES=es_AR.UTF-8
[7] LC_PAPER=es_AR.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=es_AR.UTF-8 LC_IDENTIFICATION=C
attached base packages: [1] stats graphics grDevices utils datasets methods base
If you can help me I would be very thankful
Can you upgrade R to a more recent version? It seems to not find CXX11
Many thanks, I upgraded my R and that solved my problem. Thanks again
I installed the dependent libraries as follows:
but the package still fails to install:
My info: