Openshot Problem after upgrading packages

After upgrading 126 packages October 18th. I can not start Openshot. If I try to start it from a terminal I get the following message

openshot-qt %F or /usr/bin/openshot-qt

Loaded modules from: /usr/lib/python3.9/site-packages/openshot_qt
INFO app: ------------------------------------------------
INFO app:             Tue Oct 19 09:11:22 2021            
INFO app:               Starting new session              
ERROR app: OpenShotApp::Import Error
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/openshot_qt/classes/app.py", line 99, in __init__
    from classes import settings, project_data, updates
  File "/usr/lib/python3.9/site-packages/openshot_qt/classes/project_data.py", line 48, in <module>
    import openshot
  File "/usr/lib/python3.9/site-packages/openshot.py", line 15, in <module>
    import _openshot
ImportError: /usr/lib/libopenshot.so.21: undefined symbol: _ZN2cv3dnn14dnn4_v202106083Net20setPreferableBackendEi
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in <module>
    sys.exit(load_entry_point('openshot-qt==2.6.1', 'gui_scripts', 'openshot-qt')())
  File "/usr/lib/python3.9/site-packages/openshot_qt/launch.py", line 186, in main
    app = OpenShotApp(argv)
  File "/usr/lib/python3.9/site-packages/openshot_qt/classes/app.py", line 99, in __init__
    from classes import settings, project_data, updates
  File "/usr/lib/python3.9/site-packages/openshot_qt/classes/project_data.py", line 48, in <module>
    import openshot
  File "/usr/lib/python3.9/site-packages/openshot.py", line 15, in <module>
    import _openshot
ImportError: /usr/lib/libopenshot.so.21: undefined symbol: _ZN2cv3dnn14dnn4_v202106083Net20setPreferableBackendEi
INFO app:             OpenShot's session ended            
INFO app:             Tue Oct 19 09:11:22 2021            
INFO app: ================================================
1 Like

I use Stable. I have tried
sudo pamac build openshot-git and get this.

ERROR: An error occurred in build().
Afbryder…
Finished with result: exit-code
Main processes terminated with: code=exited/status=4
Service runtime: 29.162s
CPU time consumed: 26.469s

I do have the same issue.

Don’t use sudo with pamac!

Try a different AUR helper like paru or yay.

yay openshot: Same result, I can not start openshot :frowning:

openshot-git might work, but you need compile it with some AUR helper (yay, paru etc.) or makepkg.

Somehow libopenshot 0.2.7-2 didn’t make it into the last stable snap. I’ve just pushed it.

2 Likes

Now i works. Thanks a lot.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.