I am trying to install the kerastuneR packages on Rstudio. I use the normal Cran command ("install.packages(kerastuneR)"), and it installs something, but when I run "library(kerastuneR)" I am met with:
Error: package or namespace load failed for ‘kerastuneR’:
.onLoad falhou em loadNamespace() para 'kerastuneR', detalhes:
chamada: py_module_import(module, convert = convert)
erro: ModuleNotFoundError: No module named 'keras_tuner'
I tried to reinstall it all, same error. I even tried to use the google colab version for R and I had the same problem there too. Another thing I should mention is that there is a folder for kerastuneR on appdata, but I couldn't find any reference to keras_tuner anywhere.
Anyone knows what's going on ?
UPDATE:
I've tried to install the keras_tuner package using py_install, and the error message changed, now it's:
Error: package or namespace load failed for ‘kerastuneR’:
.onLoad falhou em loadNamespace() para 'kerastuneR', detalhes:
chamada: py_module_import(module, convert = convert)
erro: ImportError: DLL load failed while importing _iterative: Não foi possível encontrar o módulo especificado.