Please.. PyQt6-Webengine web view load error

Hello, I’m currently developing a desktop application using PyQt6 on Debian 11 with Python version 3.9.2 and OpenSSL version 1.1.1. However, I’ve encountered an issue after changing the Python version to 3.9.18 and OpenSSL version to 3.0.12 within a Miniconda virtual environment. The problem specifically occurs when using PyQt6-WebEngine for web view, and strangely, everything worked fine up to Python 3.9.7. Here’s the error message:

WebEngineContext is used before QtWebEngineQuick::initialize() or OpenGL context creation failed.
QGLXContext: Failed to create dummy context
QRhiGles2: Failed to create temporary context
QRhiGles2: Failed to create context
Failed to create QRhi for QBackingStoreRhiSupport
QRhiGles2: Failed to create temporary context
QRhiGles2: Failed to create context
Failed to create QRhi for QBackingStoreRhiSupport
QQuickWidget: Failed to get a QRhi from the top-level widget’s window
QQuickWidget::resizeEvent() no QRhi
QRhiGles2: Failed to create temporary context
QRhiGles2: Failed to create context
Failed to create QRhi for QBackingStoreRhiSupport
QQuickWidget: Failed to get a QRhi from the top-level widget’s window
QRhiGles2: Failed to create temporary context
QRhiGles2: Failed to create context
Failed to create QRhi for QBackingStoreRhiSupport
QQuickWidget: Failed to get a QRhi from the top-level widget’s window
QQuickWidget: Attempted to create output texture with no QRhi
QQuickWidget: Attempted to render scene with no rhi