Problem with importing cv in python IDLE

Im not quite sure which path-variable you mean exactly, but I figure the only ones making sense in this context are the ones of python.

So in my user-variables I have under path:

C:\Users\User\AppData\Local\Programs\Python\Python310
C:\Users\K\AppData\Local\Programs\Python\Python310\Scripts
C:\Users\K\AppData\Local\Microsoft\WindowsApps
C:\Users\K.dotnet\tools

and in my system-variables under path I have:

%SystemRoot%\system32
C:\Program Files (x86)\Common Files\Oracle\Java\javapath
%SystemRoot%
%SystemRoot%\System32\Wbem
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0
%SYSTEMROOT%\System32\OpenSSH\

Is it possible, that the whole problem has something to do with opencv being for 32 bit and python 3.10.4 is 64 bit so it has problems with compatibility?

Otherwise Im not sure which mistakes I could have done since I simply followed the steps in the tutorials.