Hi, I'm trying to run Python code in RStudio. Clicking the Run button gives a message:
Executing Python code requires an updated version of the reticulate package.
Do you want to install this package now?
[ Yes ] [ No ]
If I click the "Yes" button, the package appears to update just fine. Here's what is displayed in the "Jobs" window:
Installing 'reticulate' for Python/Reticulate...
Installing package into 'C:/Users/Student/Documents/R/win-library/3.5'
(as 'lib' is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
reticulate 1.15 1.18 TRUE
Binaries will be installed
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/reticulate_1.15.zip'
Content type 'application/zip' length 1744105 bytes (1.7 MB)
==================================================
downloaded 1.7 MB
package 'reticulate' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Student\AppData\Local\Temp\RtmpULsJq3\downloaded_packages
<U+2714> Package 'reticulate' successfully installed.
I then try running the code, and... even after doing this, I still get the exact same message saying that my reticulate package isn't up to date. Any suggestions for how to escape this loop?