py_initialize( ) causes r session to abort

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 = ""

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.