#55 ModuleNotFoundError: No module named 'openidc_client'
Opened by gilbert-fernandes. Modified

Checked I have the latest version.
Using Fedora 40.
I get the following error when running sudo ./run-tests.sh :

Traceback (most recent call last):
File "/home/gf/kernel-test/./fedora_submit.py", line 6, in
from openidc_client import OpenIDCClient
ModuleNotFoundError: No module named 'openidc_client'

The following package is required :

python3-openidc-client

Did not seem to be installed by default on my Fedora.

Are the required packages listed somewhere or in some file ?


Metadata