python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fix reticulate error in RStudio to use python?
I am receiving an error when trying to use reticulate that says
library(reticulate)
library(tidyverse)
library(janitor)
Sys.setenv(RETICULATE_PYTHON = "C:/Users/Menu/Programs/Python 3.10.exe&quo...
Zane Cantrell
Votes: 0
Answers: 2
How to deal with pandas.DatetimeIndex with reticulate?
I want to use the reticulate package to call a Python function whose first argument time is supposed to be a pandas.DatetimeIndex object. In the body of this python function there is a np.unique(time....
Augustin
Votes: 0
Answers: 0
R reticulate specifying python executable to use
First, I'm working on a Windows machine. I would like to specify a specific version of python to use in RStudio. I would like RStudio to use python 3 in the ArcGIS Pro folder in order to have arcpy av...
cherrytree
Votes: 0
Answers: 4
Using reticulate with targets
I'm having this weird issue where my target, which interfaces a slightly customized python module (installed with pip install --editable) through reticulate, gives different results when it's being ca...
Extrapolator
Votes: 0
Answers: 0