-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when using reticulate in Rmarkdown #831
Comments
This is an issue that should be fixed in the development version of
|
Hi, |
Even though After installing the Latest version of Reticulate, the error still apperars |
This most likely depends on the version of matplotlib that is installed. This is where we call Lines 396 to 400 in e7a3111
@BhuvaneshMurugan, what version of |
i have the same issue. i am using RStudio 2023.12.0+369 "Ocean Storm" Release (33206f75bd14d07d84753f965eaa24756eda97b7, 2023-12-14) for windows
|
Hi @pvsundar the error message you're seeing is a little different, and likely unrelated to the original issue (which is fixed already). Can you please open a new issue, ideally with a minimal reproducible example that generates the error? |
Hi,
I'm having this error
Error in py_call_impl(callable, dots$args, dots$keywords) : TypeError: use() got an unexpected keyword argument 'warn'
when running this code in RmarkdownI'm running this chunk before:
How to solve this error message please?
The text was updated successfully, but these errors were encountered: