RStudio, ERROR : Could not find a version that satisfies the requirement pip3 (Python installation)
I am using python for the first time, and I need to download some modules in RStudio (to use python in the RStudio console). I have installed succesfully several modules like pandas and numpy, and I also need to install pip3. But when I use py_install("pip3")
like I did for the other modules, I get this error :