I forget to tell that I have followed the error message but this problem still existed...
Beginner problem: install python3.7.12 but py_available() still return FALSE
Hello! I'm a beginner in bioinformatics. I met a problem after I installed python3.7.12 by https://www.python.org/ftp/python/3.7.12/Python-3.7.12.tgz.
#R
> library("reticulate")
> use_python("/path/to/python3.7")
> py_available()
[1] FALSE
> py_config()
Error: Python shared library not found, Python bindings not loaded.
Use reticulate::install_miniconda() if you'd like to install a Miniconda Python environment.
My R version is 4.1.1, python version is 3.7.12, linux server is Ubuntu.
Thanks in advance!
add: I've followed the error message and use "reticulate::install_miniconda()" but the problem still existed...
• 2,870 views
•
link
1 answer
Follow the error message. Allow reticulate to handle the python environment itself.
• 0 views
•
link
Log in to answer this question.