I am trying to use reticulate in R studio. I have several python options, but when running
use_python("/opt/conda/bin/python3", required = TRUE)
conda still cannot be found using the below functions. I'm pasting my python path options below. Any suggestions?
reticulate::conda_list()
reticulate::conda_python()
reticulate::conda_version()
The above functions cannot find conda.
Error: Unable to find conda binary. Is Anaconda installed?
Using py_config()
I notice I have several python options - but when specifying these I cannot initiate python.
use_python("/opt/conda/bin/python3", required = TRUE)
use_condaenv(conda = "/opt/conda/bin/python3", required = TRUE)
python: /opt/conda/bin/python
libpython: /opt/conda/lib/libpython3.8.so
pythonhome: /opt/conda:/opt/conda
version: 3.8.5 (default, Sep 4 2020, 07:30:14) [GCC 7.3.0]
numpy: /opt/conda/lib/python3.8/site-packages/numpy
numpy_version: 1.19.5
os: /opt/conda/lib/python3.8
python versions found:
/opt/conda/bin/python
/usr/bin/python3
/opt/conda/bin/python3
/usr/bin/python
/usr/local/bin/python