Open ntluong95 opened 3 weeks ago
Thank you for reporting!
This should have been fixed with https://github.com/rstudio/reticulate/pull/1681 Can you try installing the dev version of reticulate and see if the issue persists?
I have tried and confirmed that it solved the problem. But I don't know why sometimes I can import pyarrow, sometimes I can't. Not sure if anything need to be done with reticulate or python
@dfalbel Should Positron check for the reticulate R package version? We do this in the R extension like so:
We do check for a minimum reticulate version here:
But still didn't bump it up to fix this specific bug because the new release is not on CRAN yet.
System details:
Positron and OS details:
Positron Version: 2024.11.0 (system setup) build 116 Code - OSS Version: 1.93.0 Commit: 8b1688ababfa228db515a739050c466f3bb3089f Date: 2024-10-28T02:47:45.218Z Electron: 30.4.0 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22621
Interpreter details:
R 4.3.2 Python 3.12.4
Describe the issue:
It is unable to access R object through
r.object
syntax and python object throughpy$object
syntax in PositronSteps to reproduce the issue:
Expected or desired behavior:
Be able to access the dataframe
Were there any error messages in the UI, Output panel, or Developer Tools console?
Actual output
The object was converted and showed in Environment Pane