We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current Appimage works fine on my Dell Studio XPS 1340 with Ubuntu/Linux MInt
But it does not run on my latest XPS 13 9370/Linux MInt 21.3 :(
xxx@xxx-XPS-13-9370:~/Applications$ ./VidCutter-6.0.5.1-x86_64_9a4f3eb65fdf0561cc86d42c4f5bf591.AppImage Python path configuration: PYTHONHOME = '/tmp/.mount_VidCutZ9bCLF/usr/' PYTHONPATH = (not set) program name = 'python3' isolated = 0 environment = 1 user site = 1 import site = 1 sys._base_executable = '/usr/bin/python3' sys.base_prefix = '/tmp/.mount_VidCutZ9bCLF/usr' sys.base_exec_prefix = '/tmp/.mount_VidCutZ9bCLF/usr' sys.platlibdir = 'lib' sys.executable = '/usr/bin/python3' sys.prefix = '/tmp/.mount_VidCutZ9bCLF/usr' sys.exec_prefix = '/tmp/.mount_VidCutZ9bCLF/usr' sys.path = [ '/tmp/.mount_VidCutZ9bCLF/usr/lib/python310.zip', '/tmp/.mount_VidCutZ9bCLF/usr/lib/python3.10', '/tmp/.mount_VidCutZ9bCLF/usr/lib/python3.10/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f9ac9916740 (most recent call first): xxx@xxx-XPS-13-9370:~/Applications$
The text was updated successfully, but these errors were encountered:
Same thing here and additionally some phyton errors. But bad ratings everywhere, lots of erros / problems. So I gave up and deleted.
Sorry, something went wrong.
No branches or pull requests
The current Appimage works fine on my Dell Studio XPS 1340 with Ubuntu/Linux MInt
But it does not run on my latest XPS 13 9370/Linux MInt 21.3 :(
xxx@xxx-XPS-13-9370:~/Applications$ ./VidCutter-6.0.5.1-x86_64_9a4f3eb65fdf0561cc86d42c4f5bf591.AppImage
Python path configuration:
PYTHONHOME = '/tmp/.mount_VidCutZ9bCLF/usr/'
PYTHONPATH = (not set)
program name = 'python3'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/usr/bin/python3'
sys.base_prefix = '/tmp/.mount_VidCutZ9bCLF/usr'
sys.base_exec_prefix = '/tmp/.mount_VidCutZ9bCLF/usr'
sys.platlibdir = 'lib'
sys.executable = '/usr/bin/python3'
sys.prefix = '/tmp/.mount_VidCutZ9bCLF/usr'
sys.exec_prefix = '/tmp/.mount_VidCutZ9bCLF/usr'
sys.path = [
'/tmp/.mount_VidCutZ9bCLF/usr/lib/python310.zip',
'/tmp/.mount_VidCutZ9bCLF/usr/lib/python3.10',
'/tmp/.mount_VidCutZ9bCLF/usr/lib/python3.10/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f9ac9916740 (most recent call first):
xxx@xxx-XPS-13-9370:~/Applications$
The text was updated successfully, but these errors were encountered: