Hello, I need your help with installing the Kivy library or with siting,
when I try to start the window, an error crashes, Minimum required OpenGL version (2.0) NOT found! but I have openGL 2.1 so everything is OK on the drams, but nothing works
after some houres of googling I found several solutions to this problem, but not one of them did not help
what I try :
1 KIVY_GL_BACKEND = angle_sdl2
2 from kivy import Config
Config.set ('graphics', 'multisamples', '0') here put all possible options 0,1,2
3 updated all drivers
4 updated Windows
The first attempt to correct caused an error which I also could not solve, the others simply did not change anything, any ideas on what the problem is?

sorry for my English