libnetcdf.so.13 error after python3-Cython update
by troqnec from LinuxQuestions.org on (#53VW6)
Hello People, I messed up with some sbopkg update...openshot-qt stoped working, after update on netcdf-4.7.4-x86_64-1_SBo.tgz. After run openshot-qt in terminal, I see those error's:
Code:bash-4.3$ openshot-qt
Loaded modules from installed directory: /usr/lib64/python3.7/site-packages/openshot_qt
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-troqnec'
app:INFO ------------------------------------------------
app:INFO Sun May 24 16:36:49 2020
app:INFO Starting new session
app:ERROR OpenShotApp::Import Error: libnetcdf.so.13: cannot open shared object file: No such file or directory
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
Traceback (most recent call last):
File "/usr/bin/openshot-qt", line 11, in <module>
load_entry_point('openshot-qt==2.5.1', 'gui_scripts', 'openshot-qt')()
File "/usr/lib64/python3.7/site-packages/openshot_qt/launch.py", line 97, in main
app = OpenShotApp(argv)
File "/usr/lib64/python3.7/site-packages/openshot_qt/classes/app.py", line 72, in __init__
from classes import settings, project_data, updates, language, ui_util, logger_libopenshot
File "/usr/lib64/python3.7/site-packages/openshot_qt/classes/logger_libopenshot.py", line 31, in <module>
import openshot
File "/usr/lib64/python3.7/site-packages/openshot.py", line 28, in <module>
_openshot = swig_import_helper()
File "/usr/lib64/python3.7/site-packages/openshot.py", line 24, in swig_import_helper
_mod = imp.load_module('_openshot', fp, pathname, description)
File "/usr/lib64/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/lib64/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: libnetcdf.so.13: cannot open shared object file: No such file or directory
app:INFO OpenShot's session ended
app:INFO Sun May 24 16:37:03 2020
app:INFO ================================================After downgrade to netcdf-4.6.2-x86_64-2_SBo.tgz everything is ok.. How I must update this package without errors? Thank you in advance!
PS: Sorry for the wrong title..First time I was thinking that the problem is in python3-Cython update..


Code:bash-4.3$ openshot-qt
Loaded modules from installed directory: /usr/lib64/python3.7/site-packages/openshot_qt
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-troqnec'
app:INFO ------------------------------------------------
app:INFO Sun May 24 16:36:49 2020
app:INFO Starting new session
app:ERROR OpenShotApp::Import Error: libnetcdf.so.13: cannot open shared object file: No such file or directory
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
Traceback (most recent call last):
File "/usr/bin/openshot-qt", line 11, in <module>
load_entry_point('openshot-qt==2.5.1', 'gui_scripts', 'openshot-qt')()
File "/usr/lib64/python3.7/site-packages/openshot_qt/launch.py", line 97, in main
app = OpenShotApp(argv)
File "/usr/lib64/python3.7/site-packages/openshot_qt/classes/app.py", line 72, in __init__
from classes import settings, project_data, updates, language, ui_util, logger_libopenshot
File "/usr/lib64/python3.7/site-packages/openshot_qt/classes/logger_libopenshot.py", line 31, in <module>
import openshot
File "/usr/lib64/python3.7/site-packages/openshot.py", line 28, in <module>
_openshot = swig_import_helper()
File "/usr/lib64/python3.7/site-packages/openshot.py", line 24, in swig_import_helper
_mod = imp.load_module('_openshot', fp, pathname, description)
File "/usr/lib64/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/lib64/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: libnetcdf.so.13: cannot open shared object file: No such file or directory
app:INFO OpenShot's session ended
app:INFO Sun May 24 16:37:03 2020
app:INFO ================================================After downgrade to netcdf-4.6.2-x86_64-2_SBo.tgz everything is ok.. How I must update this package without errors? Thank you in advance!
PS: Sorry for the wrong title..First time I was thinking that the problem is in python3-Cython update..