Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videomass AppImage ImportError: libtiff.so.5 #186

Open
RusselNash10121 opened this issue Feb 6, 2023 · 8 comments
Open

Videomass AppImage ImportError: libtiff.so.5 #186

RusselNash10121 opened this issue Feb 6, 2023 · 8 comments

Comments

@RusselNash10121
Copy link

RusselNash10121 commented Feb 6, 2023

What operating system are you using?
openSUSE Tumbleweed x86_64 20230205
KDE Plasma 5.27 beta, python 3.10.9, libwx 3.2.1 and libtiff6 (4.5.0)

What version of Videomass are you using and how did you install or run it?
4.0.2 & 4.0.5 AppImage

Describe the bug
Does not open but crashes with the error:

4.0.2:
Traceback (most recent call last):
File "/tmp/.mount_VideomGjz5jN/usr/bin/videomass", line 6, in
from videomass.gui_app import main
File "/tmp/.mount_VideomGjz5jN/opt/python3.9/lib/python3.9/site-packages/videomass/gui_app.py", line 33, in
import wx
File "/tmp/.mount_VideomGjz5jN/opt/python3.9/lib/python3.9/site-packages/wx/init.py", line 17, in
from wx.core import *
File "/tmp/.mount_VideomGjz5jN/opt/python3.9/lib/python3.9/site-packages/wx/core.py", line 12, in
from ._core import *
ImportError: libtiff.so.5: cannot open shared object file: No such file or directory

4.0.5:
Traceback (most recent call last):
File "/tmp/.mount_VideomH7pI3s/usr/bin/videomass", line 6, in
from videomass.gui_app import main
File "/tmp/.mount_VideomH7pI3s/opt/python3.9/lib/python3.9/site-packages/videomass/gui_app.py", line 31, in
import wx
File "/tmp/.mount_VideomH7pI3s/opt/python3.9/lib/python3.9/site-packages/wx/init.py", line 17, in
from wx.core import *
File "/tmp/.mount_VideomH7pI3s/opt/python3.9/lib/python3.9/site-packages/wx/core.py", line 12, in
from ._core import *
ImportError: libtiff.so.5: cannot open shared object file: No such file or directory

@jeanslack
Copy link
Owner

The version of wxPython on Videomass AppImage is incompatible with your system. Currently Videomass AppImage has been tested on these Linux distribution: https://jeanslack.github.io/Videomass/Pages/Packages/Linux.html#appimage-format

It is to be expected that it may not work on all available distributions. I will try to do some tests on openSUSE but for now I have no solution to your problem. I'll let you know if there's any news.

@RusselNash10121
Copy link
Author

Okay, well, at least you're aware of it.

@RusselNash10121
Copy link
Author

IDK if it matters or not but I do not have python 3.9 installed on the system. Only 3.10(.9).

@jeanslack
Copy link
Owner

That doesn't matter, an AppImage should work completely independently of what you have installed system-wide.

@RusselNash10121
Copy link
Author

That doesn't matter, an AppImage should work completely independently of what you have installed system-wide.

I figured but thought I'd mention it anyway.

@jeanslack
Copy link
Owner

Meanwhile, if you want to use Videomass, you could install wxPython with your distribution's package manager and launch Videomass from the source code.

@jeanslack jeanslack added bug Something isn't working Linux labels Mar 23, 2023
@jeanslack
Copy link
Owner

Same problem as last Manjaro release
ImportError: libtiff.so.5: cannot open shared object file: No such file or directory

@jeanslack jeanslack changed the title Version 4.0.x AppImage doesn't run on openSUSE Tumbleweed x64 Videomass AppImage ImportError: libtiff.so.5 Mar 24, 2023
@jeanslack jeanslack changed the title Videomass AppImage ImportError: libtiff.so.5 Videomass AppImage ImportError: libtiff.so.5 Mar 24, 2023
@jeanslack jeanslack added the help wanted Extra attention is needed label Mar 24, 2023
@jeanslack jeanslack added It can't be fixed and removed bug Something isn't working help wanted Extra attention is needed labels Apr 14, 2023
@zz0rk
Copy link

zz0rk commented Oct 28, 2023

I am running Videomass-5.0.2-x86_64. Same issue on Debian 12.

QSocketNotifier: Can only be used with threads started with QThread
Traceback (most recent call last):
File "/tmp/.mount_Videom5ynvFX/usr/bin/videomass", line 6, in
from videomass.gui_app import main
File "/tmp/.mount_Videom5ynvFX/opt/python3.9/lib/python3.9/site-packages/videomass/gui_app.py", line 31, in
import wx
File "/tmp/.mount_Videom5ynvFX/opt/python3.9/lib/python3.9/site-packages/wx/init.py", line 17, in
from wx.core import *
File "/tmp/.mount_Videom5ynvFX/opt/python3.9/lib/python3.9/site-packages/wx/core.py", line 12, in
from ._core import *
ImportError: libtiff.so.5: cannot open shared object file: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants