I'm doing a project that require cv2
and numpy
in one of the scripts using choregraphe
, but I get an error :
No module named cv2/numpy
.
I think it is because choregraphe has its own python interpreter but I do not know how to install cv2
and numpy
into the python of choregraphe
.
How can I do it?