First time here? Check out the FAQ!
answered 2019-09-14 00:11:32 -0600
Thats python dependency hell(why this lang installs libs globally) - thats why i dont like this language too much. Try seperating your python installation with virtual env and install opencv twice(for each python version).