search for: use_python

Displaying 3 results from an estimated 3 matches for "use_python".

2020 Aug 02
2
State-of-the-art NLP models from R
...dels-from-r/>, gracias a Carlos Ortega, me puse con ilusión a leerlo. Sin embargo, tengo problemas con lo más básico, la instalación del paquete *transformers*. No puedo continuar sin ello. El hecho es que me pasa lo siguiente: > library(reticulate) > use_python("/usr/local/bin/python3.7") > Sys.which(c("python3.7")) python3.7 "/usr/local/bin/python3.7" > py_install(packages = c("transformers"), + python_version = 'python3.7', + pip = TRUE) Error: could not find a...
2020 Aug 02
2
State-of-the-art NLP models from R
...mbargo, tengo > > problemas con lo más básico, la instalación del paquete *transformers*. > No > > puedo continuar sin ello. > > > > El hecho es que me pasa lo > siguiente: > > > > > library(reticulate) > > > use_python("/usr/local/bin/python3.7") > > > Sys.which(c("python3.7")) > > python3.7 > > "/usr/local/bin/python3.7" > > > py_install(packages = c("transformers"), > > + python_version = 'python3.7',...
2020 Aug 03
2
State-of-the-art NLP models from R
...ión del paquete >>> *transformers*. No >>> > puedo continuar sin ello. >>> > >>> > El hecho es que me pasa lo >>> siguiente: >>> > >>> > > library(reticulate) >>> > > use_python("/usr/local/bin/python3.7") >>> > > Sys.which(c("python3.7")) >>> > python3.7 >>> > "/usr/local/bin/python3.7" >>> > > py_install(packages = c("transformers"), >>> > +...