Closed y-Taka03 closed 1 day ago
it seems the most recently released vtk 9.4.0 python package is causing the problem. We will fix this in the next CRAN release. In the meantime, you can simply install an older version of VTK with
reticulate::py_install("vtk==9.3.1",pip = T)
and then restart R/RStudio
I performed it correctly after installing VTK 9.3.1. The issue was resolved. Thank you very much!
Hi,
I am currently working through the VertexWiseR tutorial and have encountered persistent VTK-related errors that I have been unable to resolve. I am reaching out for assistance in troubleshooting this issue.
Here is my session info.
Thank you very much in advance!
Taka