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
This is one of the things I don't like about python, very often the package name for installation is not the same as the module name for importing, in this case you should use