I tried to install ODM from snap store. It’s cool when it gets updated automatically I thought, but what then?
How do I actually use it? I find no any explanation apart from “type opendronemap” after installation… so I did and get this one bellow.
# opendronemap
Python path configuration:
PYTHONHOME = (not set)
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 = '/usr'
sys.base_exec_prefix = '/usr'
sys.executable = '/usr/bin/python3'
sys.prefix = '/usr'
sys.exec_prefix = '/usr'
sys.path = [
'/usr/lib/python38.zip',
'/usr/lib/python3.8',
'/usr/lib/python3.8/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 0x00007f1842179740 (most recent call first):
<no Python frame>
And what now?
I’ve been using ODM from docker container for a year and I am ok with that, but wanted to try something different
And receiving automatic updates through snap was kinda cool thing to have but how do I actually suppose to use that ‘opendronemap’ installed from snap store?
Any clue anyone?