I am having issue when importing opencv-python library with reticulate in RStudio Cloud.
I installed opencv-python without problem with reticulate but I can't load it.
cv <- import("opencv-python")
Error in py_module_import(module, convert = convert) :
ImportError: No module named opencv-python
Here is the link:
RStudioCloud Project
Any help is appreciated.
Thanks in advance!