openshot-qt does not start in openSUSE Leap 15.

Openshot-qt does not start in openSUSE Leap 15, below is the error message:

Loaded modules from installed directory: /usr/lib/python3.6/site-packages/openshot_qt
launch:INFO ------------------------------------------------
launch:INFO OpenShot (version 2.4.1)
launch:INFO ------------------------------------------------
app:INFO openshot-qt version: 2.4.1
app:INFO libopenshot version: 0.1.9
app:INFO platform: Linux-4.12.14-lp150.12.58-default-x86_64-with-glibc2.3.4
app:INFO processor: x86_64
app:INFO machine: x86_64
app:INFO python version: 3.6.5
app:INFO qt5 version: 5.9.4
app:INFO pyqt5 version: 5.10.1
logger:ERROR Traceback (most recent call last):
logger:ERROR File “/usr/bin/openshot-qt”, line 11, in <module>
logger:ERROR load_entry_point(‘openshot-qt==2.4.1’, ‘gui_scripts’, ‘openshot-qt’)()
logger:ERROR File “/usr/lib/python3.6/site-packages/openshot_qt/launch.py”, line 69, in main
logger:ERROR app = OpenShotApp(sys.argv)
logger:ERROR File “/usr/lib/python3.6/site-packages/openshot_qt/classes/app.py”, line 91, in init
logger:ERROR from classes import exceptions
logger:ERROR File “/usr/lib/python3.6/site-packages/openshot_qt/classes/exceptions.py”, line 30, in <module>
logger:ERROR from classes.metrics import track_exception_stacktrace
logger:ERROR File “/usr/lib/python3.6/site-packages/openshot_qt/classes/metrics.py”, line 30, in <module>
logger:ERROR import requests
logger:ERROR ModuleNotFoundError
logger:ERROR :
logger:ERROR No module named ‘requests’

Please post:

zypper lr -d

It looks like the python3-requests package is missing. Both openshot-2.4.1 and python3-requests are available in opensuse-15.0 oss repo. So installing openshot should
automatically install python3-requests as dependency.

Interesting it did not install python3-requests automatically, I did the package installation manually and it started normally.

Thanks