-
Notifications
You must be signed in to change notification settings - Fork 77
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
Radian 0.6.13 crashes after calling reticulate. #489
Comments
It seems that reticulate 1.39 introduces some changes that break how radian interacts with it. Downgrading reticulate to 1.38 is a workaround for now before I have time to investigate the exact cause.
|
At the first glace, it is most likely caused by rstudio/reticulate#1641 where it changes how the python is initialated. |
Dear randy3k, the workaround with reticulate downgrade works. Thank you. Also thank you for the amazing package! |
I have found the culprit and reported to upstream. Hopefully they will be able to fix it soon. |
Thank you. |
It should be fixed in the next reticulate release. |
Case 1) No crash, but does not work.
Case 2) Crashes
Case 3) No problem calling this in plain R console.
This used to work in radian prior to upgrading to development version.
The text was updated successfully, but these errors were encountered: