GeckoLoader
GeckoLoader copied to clipboard
How do I run this in Fedora?
Distribution: Fedora 39 Kernel: 6.7.3-200.fc39.x86_64
In the releases section for v7.1.1 there is only a .exe file which doesn't work in wine.
Tried "linux-x64.zip" from v7.1.0 assets, after installation I run "GeckoLoader" and it outputs the following:
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'python3'
isolated = 0
environment = 0
user site = 1
import site = 0
sys._base_executable = '/usr/bin/python3'
sys.base_prefix = '/usr/local'
sys.base_exec_prefix = '/usr/local'
sys.executable = '/usr/bin/python3'
sys.prefix = '/usr/local'
sys.exec_prefix = '/usr/local'
sys.path = [
'/usr/local/lib/python38.zip',
'/usr/local/lib/python3.8',
'/usr/local/lib/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 0x00007f1dfe194500 (most recent call first):
<no Python frame>
Try properly configuring your PYTHONPATH and PYTHONHOME so that way the core imports can work properly.
As for a linux build of 7.1.1, I plan to get to that very soon.