Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54354 - [openshot] 2.3.4-1 missing dependency
Attached to Project:
Community Packages
Opened by Andrew Stine (astine) - Wednesday, 07 June 2017, 23:17 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 09 June 2017, 09:57 GMT
Opened by Andrew Stine (astine) - Wednesday, 07 June 2017, 23:17 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 09 June 2017, 09:57 GMT
|
DetailsDescription:
Openshot depends on the package 'python-requests' to be installed in order to launch or else it throws this error: Loaded modules from installed directory: /usr/lib/python3.6/site-packages/openshot_qt launch:INFO ------------------------------------------------ launch:INFO OpenShot (version 2.3.4) launch:INFO ------------------------------------------------ app:INFO openshot-qt version: 2.3.4 app:INFO libopenshot version: 0.1.7 app:INFO platform: Linux-4.10.3-1-ARCH-x86_64-with-arch app:INFO processor: app:INFO machine: x86_64 app:INFO python version: 3.6.1 app:INFO qt5 version: 5.8.0 app:INFO pyqt5 version: 5.8.2 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.3.4', 'gui_scripts', 'openshot-qt')() logger:ERROR File "/usr/lib/python3.6/site-packages/openshot_qt/launch.py", line 70, 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' If you install `python-requests`, the error will go away and openshot will launch normally. Additional info: * this is for openshot version 2.3.4-1 Steps to reproduce: * install openshot * uninstall python-requests (if already installed) * launch openshot: `openshot-qt` |
This task depends upon