EagerAI/kerastuneR

Python module kerastuner was not found...

Steviey opened this issue ยท 3 comments


Win7
R 4.x


Hello Folks,
thank you for this wonderful work. Some issues:

kerastuneR itself quits on

kerastuneR::install_kerastuner()

with...

"Error: Installing Python packages into a virtualenv is not supported on Windows"

Successful installation of package "keras-tuner" with:

use_condaenv("r-reticulate")
py_run_string("import gc
gc.collect()")
conda_install("r-reticulate",c('keras-tuner'), pip = TRUE)

results later for kerastuneR in:

"Python module kerastuner was not found"

What to do?

Issue-Label Bot is automatically applying the label bug ๐Ÿž to this issue, with a confidence of 0.60. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Hi. Please, refer to the official documentation: https://rstudio.github.io/reticulate/articles/python_packages.html

I already did so. Anyways- switched to Ubuntu ;-.