I am unable to run python code through rstudio since every attempt to use python causes my RSession to abort.
It appears to be caused by the py_initialize()
function.
Others have solved this problem by updating to the development version, but this does not solve my problem. The parameters passed to py_initialize()
are:
python = "/Users/kburnham/Library/r-miniconda/envs/r-reticulate/bin/python"
libpython = "/Users/kburnham/Library/r-miniconda/envs/r-reticulate/lib/libpython3.6m.dylib"
pythonhome = "/Users/kburnham/Library/r-miniconda/envs/r-reticulate:/Users/kburnham/Library/r-miniconda/envs/r-reticulate"
virtualenv_activate = ""
python3 = TRUE
interactive = TRUE
numpy_load_error = ""