czcorpus / kontext

An advanced, extensible web front-end for the Manatee-open corpus search engine
GNU General Public License v2.0
60 stars 22 forks source link

Py3 installer failure - ModuleNotFoundError: No module named 'manatee' #2954

Closed ugamichaelh closed 4 years ago

ugamichaelh commented 4 years ago

New/clean Ubuntu 19.10 Server install + LXC Ubuntu Bionic (18.04.3). Assisting a researcher with project, so it's our first install. Also tried this process w/ CentOS Base OS + LXC Ubuntu Bionic; same results.

Followed instructions from: doc/INSTALL.md

root@kontext-container:~# python3 -v /opt/kontext/scripts/install/install.py --gunicorn
import _frozen_importlib # frozen
import _imp # builtin
import sys # builtin
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import _thread # previously loaded ('_thread')
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import _weakref # previously loaded ('_weakref')
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
# installed zipimport hook
# /usr/lib/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/encodings/__init__.py
# code object from '/usr/lib/python3.6/encodings/__pycache__/__init__.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib/python3.6/codecs.py
# code object from '/usr/lib/python3.6/__pycache__/codecs.cpython-36.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb094e2b0>
# /usr/lib/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib/python3.6/encodings/aliases.py
# code object from '/usr/lib/python3.6/encodings/__pycache__/aliases.cpython-36.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb095bc50>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb09c2dd8>
# /usr/lib/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib/python3.6/encodings/utf_8.py
# code object from '/usr/lib/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0969a58>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib/python3.6/encodings/latin_1.py
# code object from '/usr/lib/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc'
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0970588>
# /usr/lib/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib/python3.6/io.py
# code object from '/usr/lib/python3.6/__pycache__/io.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib/python3.6/abc.py
# code object from '/usr/lib/python3.6/__pycache__/abc.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib/python3.6/_weakrefset.py
# code object from '/usr/lib/python3.6/__pycache__/_weakrefset.cpython-36.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0975518>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0970b70>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb09707b8>
# /usr/lib/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib/python3.6/site.py
# code object from '/usr/lib/python3.6/__pycache__/site.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib/python3.6/os.py
# code object from '/usr/lib/python3.6/__pycache__/os.cpython-36.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib/python3.6/stat.py
# code object from '/usr/lib/python3.6/__pycache__/stat.cpython-36.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb09188d0>
# /usr/lib/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib/python3.6/posixpath.py
# code object from '/usr/lib/python3.6/__pycache__/posixpath.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib/python3.6/genericpath.py
# code object from '/usr/lib/python3.6/__pycache__/genericpath.cpython-36.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb09232e8>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0918fd0>
# /usr/lib/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib/python3.6/_collections_abc.py
# code object from '/usr/lib/python3.6/__pycache__/_collections_abc.cpython-36.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0923940>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb090a208>
# /usr/lib/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib/python3.6/_sitebuiltins.py
# code object from '/usr/lib/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb090a5f8>
# /usr/lib/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib/python3.6/sysconfig.py
# code object from '/usr/lib/python3.6/__pycache__/sysconfig.cpython-36.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb08b2da0>
# /usr/lib/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py
# code object from '/usr/lib/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc'
import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb08c96a0>
# /usr/lib/python3.6/__pycache__/sitecustomize.cpython-36.pyc matches /usr/lib/python3.6/sitecustomize.py
# code object from '/usr/lib/python3.6/__pycache__/sitecustomize.cpython-36.pyc'
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb08d7748>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb097be48>
Python 3.6.9 (default, Nov  7 2019, 10:44:02)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib/python3.6/typing.py
# code object from '/usr/lib/python3.6/__pycache__/typing.cpython-36.pyc'
# /usr/lib/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/collections/__init__.py
# code object from '/usr/lib/python3.6/collections/__pycache__/__init__.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib/python3.6/operator.py
# code object from '/usr/lib/python3.6/__pycache__/operator.cpython-36.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf313b70>
# /usr/lib/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib/python3.6/keyword.py
# code object from '/usr/lib/python3.6/__pycache__/keyword.cpython-36.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf31ddd8>
# /usr/lib/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib/python3.6/heapq.py
# code object from '/usr/lib/python3.6/__pycache__/heapq.cpython-36.pyc'
import '_heapq' # <class '_frozen_importlib.BuiltinImporter'>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf3205f8>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib/python3.6/reprlib.py
# code object from '/usr/lib/python3.6/__pycache__/reprlib.cpython-36.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf320b70>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0889208>
# /usr/lib/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib/python3.6/contextlib.py
# code object from '/usr/lib/python3.6/__pycache__/contextlib.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib/python3.6/functools.py
# code object from '/usr/lib/python3.6/__pycache__/functools.cpython-36.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib/python3.6/types.py
# code object from '/usr/lib/python3.6/__pycache__/types.cpython-36.pyc'
# /usr/lib/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib/python3.6/collections/abc.py
# code object from '/usr/lib/python3.6/collections/__pycache__/abc.cpython-36.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf349f60>
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0889668>
# /usr/lib/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib/python3.6/weakref.py
# code object from '/usr/lib/python3.6/__pycache__/weakref.cpython-36.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf3497b8>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf33d470>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0889588>
# /usr/lib/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib/python3.6/re.py
# code object from '/usr/lib/python3.6/__pycache__/re.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib/python3.6/enum.py
# code object from '/usr/lib/python3.6/__pycache__/enum.cpython-36.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf2e6d68>
# /usr/lib/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib/python3.6/sre_compile.py
# code object from '/usr/lib/python3.6/__pycache__/sre_compile.cpython-36.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib/python3.6/sre_parse.py
# code object from '/usr/lib/python3.6/__pycache__/sre_parse.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib/python3.6/sre_constants.py
# code object from '/usr/lib/python3.6/__pycache__/sre_constants.cpython-36.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf30e780>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf300e10>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf300048>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib/python3.6/copyreg.py
# code object from '/usr/lib/python3.6/__pycache__/copyreg.cpython-36.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf29e470>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf2dcba8>
import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb08873c8>
# /usr/lib/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib/python3.6/subprocess.py
# code object from '/usr/lib/python3.6/__pycache__/subprocess.cpython-36.pyc'
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib/python3.6/signal.py
# code object from '/usr/lib/python3.6/__pycache__/signal.cpython-36.pyc'
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf26aac8>
# /usr/lib/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib/python3.6/warnings.py
# code object from '/usr/lib/python3.6/__pycache__/warnings.cpython-36.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf26c048>
import '_posixsubprocess' # <class '_frozen_importlib.BuiltinImporter'>
import 'select' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib/python3.6/selectors.py
# code object from '/usr/lib/python3.6/__pycache__/selectors.cpython-36.pyc'
import 'math' # <class '_frozen_importlib.BuiltinImporter'>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf26ccc0>
# /usr/lib/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib/python3.6/threading.py
# code object from '/usr/lib/python3.6/__pycache__/threading.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib/python3.6/traceback.py
# code object from '/usr/lib/python3.6/__pycache__/traceback.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib/python3.6/linecache.py
# code object from '/usr/lib/python3.6/__pycache__/linecache.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib/python3.6/tokenize.py
# code object from '/usr/lib/python3.6/__pycache__/tokenize.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib/python3.6/token.py
# code object from '/usr/lib/python3.6/__pycache__/token.cpython-36.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf239d68>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf22c4e0>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf22c1d0>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf27c0f0>
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf286358>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb08e4748>
# /usr/lib/python3.6/__pycache__/inspect.cpython-36.pyc matches /usr/lib/python3.6/inspect.py
# code object from '/usr/lib/python3.6/__pycache__/inspect.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib/python3.6/ast.py
# code object from '/usr/lib/python3.6/__pycache__/ast.cpython-36.pyc'
import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf1a4d68>
# /usr/lib/python3.6/__pycache__/dis.cpython-36.pyc matches /usr/lib/python3.6/dis.py
# code object from '/usr/lib/python3.6/__pycache__/dis.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/opcode.cpython-36.pyc matches /usr/lib/python3.6/opcode.py
# code object from '/usr/lib/python3.6/__pycache__/opcode.cpython-36.pyc'
# extension module '_opcode' loaded from '/usr/lib/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so'
# extension module '_opcode' executed from '/usr/lib/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so'
import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5baf1545f8>
import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf14ee80>
import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf14ccf8>
# /usr/lib/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/importlib/__init__.py
# code object from '/usr/lib/python3.6/importlib/__pycache__/__init__.cpython-36.pyc'
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf1597b8>
# /usr/lib/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib/python3.6/importlib/machinery.py
# code object from '/usr/lib/python3.6/importlib/__pycache__/machinery.cpython-36.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf1595f8>
import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb0879550>
# /usr/lib/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib/python3.6/argparse.py
# code object from '/usr/lib/python3.6/__pycache__/argparse.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib/python3.6/copy.py
# code object from '/usr/lib/python3.6/__pycache__/copy.cpython-36.pyc'
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baef10b70>
# /usr/lib/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib/python3.6/textwrap.py
# code object from '/usr/lib/python3.6/__pycache__/textwrap.cpython-36.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baef10fd0>
# /usr/lib/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib/python3.6/gettext.py
# code object from '/usr/lib/python3.6/__pycache__/gettext.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib/python3.6/locale.py
# code object from '/usr/lib/python3.6/__pycache__/locale.cpython-36.pyc'
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baef2d2e8>
# /usr/lib/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib/python3.6/struct.py
# code object from '/usr/lib/python3.6/__pycache__/struct.cpython-36.pyc'
import '_struct' # <class '_frozen_importlib.BuiltinImporter'>
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baef44c18>
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baef1b128>
import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf19cfd0>
Installing requirements...
Extracting templates from packages: 100%
# code object from /opt/kontext/scripts/install/steps.py
# created '/opt/kontext/scripts/install/__pycache__/steps.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/__pycache__/steps.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/pathlib.cpython-36.pyc matches /usr/lib/python3.6/pathlib.py
# code object from '/usr/lib/python3.6/__pycache__/pathlib.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib/python3.6/fnmatch.py
# code object from '/usr/lib/python3.6/__pycache__/fnmatch.cpython-36.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baeef3cf8>
# /usr/lib/python3.6/__pycache__/ntpath.cpython-36.pyc matches /usr/lib/python3.6/ntpath.py
# code object from '/usr/lib/python3.6/__pycache__/ntpath.cpython-36.pyc'
import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baeefc080>
# /usr/lib/python3.6/urllib/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/urllib/__init__.py
# code object from '/usr/lib/python3.6/urllib/__pycache__/__init__.cpython-36.pyc'
import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb08d7978>
# /usr/lib/python3.6/urllib/__pycache__/parse.cpython-36.pyc matches /usr/lib/python3.6/urllib/parse.py
# code object from '/usr/lib/python3.6/urllib/__pycache__/parse.cpython-36.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baef05320>
import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb09c2b00>
# /usr/lib/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib/python3.6/shutil.py
# code object from '/usr/lib/python3.6/__pycache__/shutil.cpython-36.pyc'
import 'zlib' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib/python3.6/bz2.py
# code object from '/usr/lib/python3.6/__pycache__/bz2.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib/python3.6/_compression.py
# code object from '/usr/lib/python3.6/__pycache__/_compression.cpython-36.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee757b8>
# extension module '_bz2' loaded from '/usr/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so'
# extension module '_bz2' executed from '/usr/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5baee82160>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee69e48>
# /usr/lib/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib/python3.6/lzma.py
# code object from '/usr/lib/python3.6/__pycache__/lzma.cpython-36.pyc'
# extension module '_lzma' loaded from '/usr/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so'
# extension module '_lzma' executed from '/usr/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so'
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5baee82d30>
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee82320>
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
import 'grp' # <class '_frozen_importlib.BuiltinImporter'>
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb09c2d30>
# /usr/lib/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/json/__init__.py
# code object from '/usr/lib/python3.6/json/__pycache__/__init__.cpython-36.pyc'
# /usr/lib/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib/python3.6/json/decoder.py
# code object from '/usr/lib/python3.6/json/__pycache__/decoder.cpython-36.pyc'
# /usr/lib/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib/python3.6/json/scanner.py
# code object from '/usr/lib/python3.6/json/__pycache__/scanner.cpython-36.pyc'
# extension module '_json' loaded from '/usr/lib/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so'
# extension module '_json' executed from '/usr/lib/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5baee96320>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee96048>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee8c978>
# /usr/lib/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib/python3.6/json/encoder.py
# code object from '/usr/lib/python3.6/json/__pycache__/encoder.cpython-36.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee8ce80>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baeef3a58>
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/__init__.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/__init__.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/__init__.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/client.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/client.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/client.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib/python3.6/__future__.py
# code object from '/usr/lib/python3.6/__pycache__/__future__.cpython-36.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae3db710>
# /usr/lib/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib/python3.6/datetime.py
# code object from '/usr/lib/python3.6/__pycache__/datetime.cpython-36.pyc'
import '_datetime' # <class '_frozen_importlib.BuiltinImporter'>
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae3dbbe0>
# /usr/lib/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib/python3.6/hashlib.py
# code object from '/usr/lib/python3.6/__pycache__/hashlib.cpython-36.pyc'
# extension module '_hashlib' loaded from '/usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so'
# extension module '_hashlib' executed from '/usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so'
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bae382c50>
import '_blake2' # <class '_frozen_importlib.BuiltinImporter'>
import '_sha3' # <class '_frozen_importlib.BuiltinImporter'>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae3dbd68>
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/_compat.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/_compat.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/_compat.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib/python3.6/socket.py
# code object from '/usr/lib/python3.6/__pycache__/socket.cpython-36.pyc'
import '_socket' # <class '_frozen_importlib.BuiltinImporter'>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae393c50>
# /usr/lib/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib/python3.6/string.py
# code object from '/usr/lib/python3.6/__pycache__/string.cpython-36.pyc'
import '_string' # <class '_frozen_importlib.BuiltinImporter'>
import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae393da0>
# /usr/lib/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib/python3.6/queue.py
# code object from '/usr/lib/python3.6/__pycache__/queue.cpython-36.pyc'
import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae39ef98>
import 'redis._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae3e2588>
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/connection.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/connection.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/connection.cpython-36.pyc'
# /usr/lib/python3.6/distutils/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/distutils/__init__.py
# code object from '/usr/lib/python3.6/distutils/__pycache__/__init__.cpython-36.pyc'
import 'distutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5badc6cdd8>
# /usr/lib/python3.6/distutils/__pycache__/version.cpython-36.pyc matches /usr/lib/python3.6/distutils/version.py
# code object from '/usr/lib/python3.6/distutils/__pycache__/version.cpython-36.pyc'
import 'distutils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5badc770b8>
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/exceptions.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/exceptions.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/exceptions.cpython-36.pyc'
import 'redis.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5badc776a0>
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/utils.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/utils.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/utils.cpython-36.pyc'
import 'redis.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5badc779b0>
# /usr/lib/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib/python3.6/ssl.py
# code object from '/usr/lib/python3.6/__pycache__/ssl.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib/python3.6/ipaddress.py
# code object from '/usr/lib/python3.6/__pycache__/ipaddress.cpython-36.pyc'
import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5badc92ba8>
# extension module '_ssl' loaded from '/usr/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so'
# extension module '_ssl' executed from '/usr/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so'
import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5badc2c320>
# /usr/lib/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib/python3.6/base64.py
# code object from '/usr/lib/python3.6/__pycache__/base64.cpython-36.pyc'
import 'binascii' # <class '_frozen_importlib.BuiltinImporter'>
import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad73b048>
import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5badc77b70>
import 'redis.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae382f28>
# /usr/local/lib/python3.6/dist-packages/redis/__pycache__/lock.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/redis/lock.py
# code object from '/usr/local/lib/python3.6/dist-packages/redis/__pycache__/lock.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib/python3.6/uuid.py
# code object from '/usr/lib/python3.6/__pycache__/uuid.cpython-36.pyc'
# /usr/lib/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/ctypes/__init__.py
# code object from '/usr/lib/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc'
# extension module '_ctypes' loaded from '/usr/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so'
# extension module '_ctypes' executed from '/usr/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so'
import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bad7694a8>
# /usr/lib/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib/python3.6/ctypes/_endian.py
# code object from '/usr/lib/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc'
import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad2d25f8>
import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad7577f0>
# /usr/lib/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib/python3.6/ctypes/util.py
# code object from '/usr/lib/python3.6/ctypes/__pycache__/util.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib/python3.6/tempfile.py
# code object from '/usr/lib/python3.6/__pycache__/tempfile.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib/python3.6/random.py
# code object from '/usr/lib/python3.6/__pycache__/random.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib/python3.6/bisect.py
# code object from '/usr/lib/python3.6/__pycache__/bisect.cpython-36.pyc'
import '_bisect' # <class '_frozen_importlib.BuiltinImporter'>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad2ebe48>
import '_random' # <class '_frozen_importlib.BuiltinImporter'>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad2e4898>
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad2d2cc0>
import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad757f28>
import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad746e48>
import 'redis.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bae3b0d68>
import 'redis.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee9d668>
import 'redis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baee9d438>
# code object from /opt/kontext/scripts/install/../../lib/plugins/__init__.py
# created '/opt/kontext/scripts/install/../../lib/plugins/__pycache__/__init__.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/../../lib/plugins/__pycache__/__init__.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/__init__.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/__init__.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/__init__.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/serving.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/serving.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/serving.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/_compat.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/_compat.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/_compat.cpython-36.pyc'
import 'werkzeug._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad05a940>
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/_internal.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/_internal.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/_internal.cpython-36.pyc'
# /usr/lib/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/logging/__init__.py
# code object from '/usr/lib/python3.6/logging/__pycache__/__init__.cpython-36.pyc'
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad05fe48>
import 'werkzeug._internal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad05ab70>
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/exceptions.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/exceptions.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/exceptions.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/utils.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/utils.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/utils.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib/python3.6/pkgutil.py
# code object from '/usr/lib/python3.6/__pycache__/pkgutil.cpython-36.pyc'
# /usr/lib/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib/python3.6/importlib/util.py
# code object from '/usr/lib/python3.6/importlib/__pycache__/util.cpython-36.pyc'
# /usr/lib/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib/python3.6/importlib/abc.py
# code object from '/usr/lib/python3.6/importlib/__pycache__/abc.cpython-36.pyc'
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf1f6710>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf1e8e10>
import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf1e85c0>
# /usr/lib/python3.6/html/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/html/__init__.py
# code object from '/usr/lib/python3.6/html/__pycache__/__init__.cpython-36.pyc'
# /usr/lib/python3.6/html/__pycache__/entities.cpython-36.pyc matches /usr/lib/python3.6/html/entities.py
# code object from '/usr/lib/python3.6/html/__pycache__/entities.cpython-36.pyc'
import 'html.entities' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf202f98>
import 'html' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5baf202c88>
import 'werkzeug.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad083f28>
import 'werkzeug.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad083320>
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/urls.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/urls.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/urls.cpython-36.pyc'
import 'werkzeug.urls' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad0c5e80>
# /usr/lib/python3.6/__pycache__/socketserver.cpython-36.pyc matches /usr/lib/python3.6/socketserver.py
# code object from '/usr/lib/python3.6/__pycache__/socketserver.cpython-36.pyc'
import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf9d048>
# /usr/lib/python3.6/http/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/http/__init__.py
# code object from '/usr/lib/python3.6/http/__pycache__/__init__.cpython-36.pyc'
import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacfa7748>
# /usr/lib/python3.6/http/__pycache__/server.cpython-36.pyc matches /usr/lib/python3.6/http/server.py
# code object from '/usr/lib/python3.6/http/__pycache__/server.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/email/__init__.py
# code object from '/usr/lib/python3.6/email/__pycache__/__init__.cpython-36.pyc'
import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf40208>
# /usr/lib/python3.6/email/__pycache__/utils.cpython-36.pyc matches /usr/lib/python3.6/email/utils.py
# code object from '/usr/lib/python3.6/email/__pycache__/utils.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc matches /usr/lib/python3.6/email/_parseaddr.py
# code object from '/usr/lib/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/calendar.cpython-36.pyc matches /usr/lib/python3.6/calendar.py
# code object from '/usr/lib/python3.6/__pycache__/calendar.cpython-36.pyc'
import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf4b4e0>
import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf40e48>
# /usr/lib/python3.6/email/__pycache__/charset.cpython-36.pyc matches /usr/lib/python3.6/email/charset.py
# code object from '/usr/lib/python3.6/email/__pycache__/charset.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/base64mime.cpython-36.pyc matches /usr/lib/python3.6/email/base64mime.py
# code object from '/usr/lib/python3.6/email/__pycache__/base64mime.cpython-36.pyc'
import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf68860>
# /usr/lib/python3.6/email/__pycache__/quoprimime.cpython-36.pyc matches /usr/lib/python3.6/email/quoprimime.py
# code object from '/usr/lib/python3.6/email/__pycache__/quoprimime.cpython-36.pyc'
import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf68ac8>
# /usr/lib/python3.6/email/__pycache__/errors.cpython-36.pyc matches /usr/lib/python3.6/email/errors.py
# code object from '/usr/lib/python3.6/email/__pycache__/errors.cpython-36.pyc'
import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf72b00>
# /usr/lib/python3.6/email/__pycache__/encoders.cpython-36.pyc matches /usr/lib/python3.6/email/encoders.py
# code object from '/usr/lib/python3.6/email/__pycache__/encoders.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/quopri.cpython-36.pyc matches /usr/lib/python3.6/quopri.py
# code object from '/usr/lib/python3.6/__pycache__/quopri.cpython-36.pyc'
import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf760f0>
import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf72b70>
import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf5fc18>
import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf40438>
# /usr/lib/python3.6/http/__pycache__/client.cpython-36.pyc matches /usr/lib/python3.6/http/client.py
# code object from '/usr/lib/python3.6/http/__pycache__/client.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/parser.cpython-36.pyc matches /usr/lib/python3.6/email/parser.py
# code object from '/usr/lib/python3.6/email/__pycache__/parser.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/feedparser.cpython-36.pyc matches /usr/lib/python3.6/email/feedparser.py
# code object from '/usr/lib/python3.6/email/__pycache__/feedparser.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/_policybase.cpython-36.pyc matches /usr/lib/python3.6/email/_policybase.py
# code object from '/usr/lib/python3.6/email/__pycache__/_policybase.cpython-36.pyc'
# /usr/lib/python3.6/email/__pycache__/header.cpython-36.pyc matches /usr/lib/python3.6/email/header.py
# code object from '/usr/lib/python3.6/email/__pycache__/header.cpython-36.pyc'
import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf222e8>
import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf18828>
import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf12b38>
import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf12470>
# /usr/lib/python3.6/email/__pycache__/message.cpython-36.pyc matches /usr/lib/python3.6/email/message.py
# code object from '/usr/lib/python3.6/email/__pycache__/message.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/uu.cpython-36.pyc matches /usr/lib/python3.6/uu.py
# code object from '/usr/lib/python3.6/__pycache__/uu.cpython-36.pyc'
import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacec3518>
# /usr/lib/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc matches /usr/lib/python3.6/email/_encoded_words.py
# code object from '/usr/lib/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc'
import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacec36d8>
# /usr/lib/python3.6/email/__pycache__/iterators.cpython-36.pyc matches /usr/lib/python3.6/email/iterators.py
# code object from '/usr/lib/python3.6/email/__pycache__/iterators.cpython-36.pyc'
import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacec3d30>
import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf12ac8>
import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf72f60>
# /usr/lib/python3.6/__pycache__/mimetypes.cpython-36.pyc matches /usr/lib/python3.6/mimetypes.py
# code object from '/usr/lib/python3.6/__pycache__/mimetypes.cpython-36.pyc'
import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf06f28>
import 'http.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacfa7a58>
import 'werkzeug.serving' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad049cc0>
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/test.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/test.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/test.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/datastructures.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/datastructures.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/datastructures.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/filesystem.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/filesystem.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/filesystem.cpython-36.pyc'
import 'werkzeug.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace45630>
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/http.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/http.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/http.cpython-36.pyc'
# /usr/lib/python3.6/urllib/__pycache__/request.cpython-36.pyc matches /usr/lib/python3.6/urllib/request.py
# code object from '/usr/lib/python3.6/urllib/__pycache__/request.cpython-36.pyc'
# /usr/lib/python3.6/urllib/__pycache__/error.cpython-36.pyc matches /usr/lib/python3.6/urllib/error.py
# code object from '/usr/lib/python3.6/urllib/__pycache__/error.cpython-36.pyc'
# /usr/lib/python3.6/urllib/__pycache__/response.cpython-36.pyc matches /usr/lib/python3.6/urllib/response.py
# code object from '/usr/lib/python3.6/urllib/__pycache__/response.cpython-36.pyc'
import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace20160>
import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace16b38>
import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace724a8>
import 'werkzeug.http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace5e940>
import 'werkzeug.datastructures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace7ff60>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/__init__.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__init__.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/__init__.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/accept.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/accept.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/accept.cpython-36.pyc'
import 'werkzeug.wrappers.accept' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace16898>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/auth.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/auth.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/auth.cpython-36.pyc'
import 'werkzeug.wrappers.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace722e8>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/base_request.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/base_request.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/base_request.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/formparser.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/formparser.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/formparser.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/wsgi.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wsgi.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/wsgi.cpython-36.pyc'
import 'werkzeug.wsgi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace374e0>
import 'werkzeug.formparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace306a0>
import 'werkzeug.wrappers.base_request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bace72f98>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/base_response.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/base_response.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/base_response.cpython-36.pyc'
import 'werkzeug.wrappers.base_response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdbde10>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/common_descriptors.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/common_descriptors.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/common_descriptors.cpython-36.pyc'
import 'werkzeug.wrappers.common_descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdcd240>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/etag.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/etag.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/etag.cpython-36.pyc'
import 'werkzeug.wrappers.etag' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdcdeb8>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/request.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/request.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/request.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/user_agent.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/user_agent.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/user_agent.cpython-36.pyc'
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/useragents.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/useragents.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/useragents.cpython-36.pyc'
import 'werkzeug.useragents' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdda978>
import 'werkzeug.wrappers.user_agent' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdda860>
import 'werkzeug.wrappers.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdda710>
# /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/response.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/response.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/wrappers/__pycache__/response.cpython-36.pyc'
import 'werkzeug.wrappers.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdda6d8>
import 'werkzeug.wrappers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacea1978>
# /usr/lib/python3.6/http/__pycache__/cookiejar.cpython-36.pyc matches /usr/lib/python3.6/http/cookiejar.py
# code object from '/usr/lib/python3.6/http/__pycache__/cookiejar.cpython-36.pyc'
import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacde0438>
import 'werkzeug.test' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacf39e80>
import 'werkzeug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad0494a8>
# /usr/local/lib/python3.6/dist-packages/werkzeug/contrib/__pycache__/__init__.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/contrib/__init__.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/contrib/__pycache__/__init__.cpython-36.pyc'
import 'werkzeug.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bad049e10>
# /usr/local/lib/python3.6/dist-packages/werkzeug/contrib/__pycache__/sessions.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/contrib/sessions.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/contrib/__pycache__/sessions.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib/python3.6/pickle.py
# code object from '/usr/lib/python3.6/__pycache__/pickle.cpython-36.pyc'
# /usr/lib/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib/python3.6/_compat_pickle.py
# code object from '/usr/lib/python3.6/__pycache__/_compat_pickle.cpython-36.pyc'
import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacda8b38>
import '_pickle' # <class '_frozen_importlib.BuiltinImporter'>
import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacd84a20>
# /usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/posixemulation.cpython-36.pyc matches /usr/local/lib/python3.6/dist-packages/werkzeug/posixemulation.py
# code object from '/usr/local/lib/python3.6/dist-packages/werkzeug/__pycache__/posixemulation.cpython-36.pyc'
import 'werkzeug.posixemulation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacd84400>
import 'werkzeug.contrib.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacd845c0>
# code object from /opt/kontext/scripts/install/../../lib/plugins/abstract/__init__.py
# created '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/__init__.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/__init__.cpython-36.pyc'
import 'plugins.abstract' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacd844a8>
# code object from /opt/kontext/scripts/install/../../lib/plugins/abstract/general_storage.py
# created '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/general_storage.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/general_storage.cpython-36.pyc'
import 'plugins.abstract.general_storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdb0550>
# code object from /opt/kontext/scripts/install/../../lib/plugins/abstract/settings_storage.py
# created '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/settings_storage.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/settings_storage.cpython-36.pyc'
import 'plugins.abstract.settings_storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdb0748>
# code object from /opt/kontext/scripts/install/../../lib/plugins/abstract/conc_persistence.py
# created '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/conc_persistence.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/conc_persistence.cpython-36.pyc'
import 'plugins.abstract.conc_persistence' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bacdb0898>
# code object from /opt/kontext/scripts/install/../../lib/plugins/abstract/conc_cache.py
# created '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/conc_cache.cpython-36.pyc'
# wrote '/opt/kontext/scripts/install/../../lib/plugins/abstract/__pycache__/conc_cache.cpython-36.pyc'
Traceback (most recent call last):
  File "/opt/kontext/scripts/install/install.py", line 60, in <module>
    import steps
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/kontext/scripts/install/steps.py", line 15, in <module>
    from plugins.default_auth import mk_pwd_hash_default
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/kontext/scripts/install/../../lib/plugins/__init__.py", line 25, in <module>
    from .abstract.conc_cache import AbstractCacheMappingFactory
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/kontext/scripts/install/../../lib/plugins/abstract/conc_cache.py", line 29, in <module>
    from manatee import Corpus
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'manatee'
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# destroy plugins.abstract.conc_cache
# destroy plugins
# destroy steps
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing builtins
# cleanup[2] removing sys
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _warnings
# cleanup[2] removing _thread
# cleanup[2] removing _weakref
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing zipimport
# cleanup[2] removing encodings
# cleanup[2] removing codecs
# cleanup[2] removing _codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing encodings.latin_1
# cleanup[2] removing io
# cleanup[2] removing abc
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing site
# destroy site
# cleanup[2] removing os
# cleanup[2] removing errno
# cleanup[2] removing stat
# cleanup[2] removing _stat
# cleanup[2] removing posixpath
# cleanup[2] removing genericpath
# cleanup[2] removing os.path
# cleanup[2] removing _collections_abc
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing sysconfig
# destroy sysconfig
# cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu
# destroy _sysconfigdata_m_linux_x86_64-linux-gnu
# cleanup[2] removing sitecustomize
# destroy sitecustomize
# cleanup[2] removing typing
# destroy typing
# cleanup[2] removing collections
# cleanup[2] removing operator
# cleanup[2] removing _operator
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing heapq
# cleanup[2] removing _heapq
# cleanup[2] removing itertools
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing contextlib
# cleanup[2] removing functools
# cleanup[2] removing _functools
# cleanup[2] removing types
# cleanup[2] removing collections.abc
# cleanup[2] removing weakref
# cleanup[2] removing re
# cleanup[2] removing enum
# cleanup[2] removing sre_compile
# cleanup[2] removing _sre
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing subprocess
# cleanup[2] removing time
# cleanup[2] removing signal
# cleanup[2] removing warnings
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing select
# cleanup[2] removing selectors
# cleanup[2] removing math
# cleanup[2] removing threading
# cleanup[2] removing traceback
# cleanup[2] removing linecache
# cleanup[2] removing tokenize
# cleanup[2] removing token
# cleanup[2] removing inspect
# cleanup[2] removing ast
# cleanup[2] removing _ast
# cleanup[2] removing dis
# cleanup[2] removing opcode
# destroy opcode
# cleanup[2] removing _opcode
# cleanup[2] removing importlib
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing importlib.machinery
# cleanup[2] removing argparse
# cleanup[2] removing copy
# cleanup[2] removing textwrap
# cleanup[2] removing gettext
# destroy gettext
# cleanup[2] removing locale
# cleanup[2] removing struct
# cleanup[2] removing _struct
# cleanup[2] removing pathlib
# destroy pathlib
# cleanup[2] removing fnmatch
# cleanup[2] removing ntpath
# cleanup[2] removing urllib
# cleanup[2] removing urllib.parse
# cleanup[2] removing shutil
# cleanup[2] removing zlib
# cleanup[2] removing bz2
# destroy bz2
# cleanup[2] removing _compression
# cleanup[2] removing _bz2
# cleanup[2] removing lzma
# destroy lzma
# cleanup[2] removing _lzma
# cleanup[2] removing pwd
# cleanup[2] removing grp
# cleanup[2] removing json
# destroy json
# cleanup[2] removing json.decoder
# cleanup[2] removing json.scanner
# cleanup[2] removing _json
# cleanup[2] removing json.encoder
# cleanup[2] removing redis
# destroy redis
# cleanup[2] removing redis.client
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing datetime
# cleanup[2] removing _datetime
# cleanup[2] removing hashlib
# cleanup[2] removing _hashlib
# cleanup[2] removing _blake2
# cleanup[2] removing _sha3
# cleanup[2] removing redis._compat
# cleanup[2] removing socket
# cleanup[2] removing _socket
# cleanup[2] removing string
# cleanup[2] removing _string
# cleanup[2] removing queue
# destroy queue
# cleanup[2] removing redis.connection
# cleanup[2] removing distutils
# destroy distutils
# cleanup[2] removing distutils.version
# destroy distutils.version
# cleanup[2] removing redis.exceptions
# cleanup[2] removing redis.utils
# cleanup[2] removing ssl
# cleanup[2] removing ipaddress
# cleanup[2] removing _ssl
# cleanup[2] removing base64
# cleanup[2] removing binascii
# cleanup[2] removing redis.lock
# cleanup[2] removing uuid
# cleanup[2] removing ctypes
# cleanup[2] removing _ctypes
# cleanup[2] removing ctypes._endian
# cleanup[2] removing ctypes.util
# cleanup[2] removing tempfile
# cleanup[2] removing random
# cleanup[2] removing bisect
# cleanup[2] removing _bisect
# cleanup[2] removing _random
# cleanup[2] removing werkzeug
# destroy werkzeug
# destroy werkzeug
# cleanup[2] removing werkzeug.serving
# destroy werkzeug.serving
# cleanup[2] removing werkzeug._compat
# destroy werkzeug._compat
# cleanup[2] removing werkzeug._internal
# destroy werkzeug._internal
# cleanup[2] removing logging
# cleanup[2] removing atexit
# cleanup[2] removing werkzeug.exceptions
# cleanup[2] removing werkzeug.utils
# destroy werkzeug.utils
# destroy werkzeug.utils
# cleanup[2] removing pkgutil
# cleanup[2] removing importlib.util
# cleanup[2] removing importlib.abc
# cleanup[2] removing html
# cleanup[2] removing html.entities
# cleanup[2] removing werkzeug.urls
# destroy werkzeug.urls
# cleanup[2] removing socketserver
# cleanup[2] removing http
# cleanup[2] removing http.server
# cleanup[2] removing email
# cleanup[2] removing email.utils
# cleanup[2] removing email._parseaddr
# cleanup[2] removing calendar
# cleanup[2] removing email.charset
# cleanup[2] removing email.base64mime
# cleanup[2] removing email.quoprimime
# cleanup[2] removing email.errors
# cleanup[2] removing email.encoders
# cleanup[2] removing quopri
# cleanup[2] removing http.client
# cleanup[2] removing email.parser
# cleanup[2] removing email.feedparser
# cleanup[2] removing email._policybase
# cleanup[2] removing email.header
# cleanup[2] removing email.message
# cleanup[2] removing uu
# cleanup[2] removing email._encoded_words
# cleanup[2] removing email.iterators
# cleanup[2] removing mimetypes
# cleanup[2] removing werkzeug.test
# destroy werkzeug.test
# cleanup[2] removing werkzeug.datastructures
# destroy werkzeug.datastructures
# cleanup[2] removing werkzeug.filesystem
# destroy werkzeug.filesystem
# cleanup[2] removing werkzeug.http
# destroy werkzeug.http
# destroy werkzeug.http
# cleanup[2] removing urllib.request
# cleanup[2] removing urllib.error
# cleanup[2] removing urllib.response
# cleanup[2] removing werkzeug.wrappers
# destroy werkzeug.wrappers
# cleanup[2] removing werkzeug.wrappers.accept
# destroy werkzeug.wrappers.accept
# cleanup[2] removing werkzeug.wrappers.auth
# destroy werkzeug.wrappers.auth
# cleanup[2] removing werkzeug.wrappers.base_request
# destroy werkzeug.wrappers.base_request
# cleanup[2] removing werkzeug.formparser
# destroy werkzeug.formparser
# cleanup[2] removing werkzeug.wsgi
# destroy werkzeug.wsgi
# destroy werkzeug.wsgi
# cleanup[2] removing werkzeug.wrappers.base_response
# destroy werkzeug.wrappers.base_response
# cleanup[2] removing werkzeug.wrappers.common_descriptors
# destroy werkzeug.wrappers.common_descriptors
# cleanup[2] removing werkzeug.wrappers.etag
# destroy werkzeug.wrappers.etag
# cleanup[2] removing werkzeug.wrappers.request
# destroy werkzeug.wrappers.request
# cleanup[2] removing werkzeug.wrappers.user_agent
# destroy werkzeug.wrappers.user_agent
# cleanup[2] removing werkzeug.useragents
# destroy werkzeug.useragents
# destroy werkzeug.useragents
# cleanup[2] removing werkzeug.wrappers.response
# destroy werkzeug.wrappers.response
# cleanup[2] removing http.cookiejar
# cleanup[2] removing werkzeug.contrib
# destroy werkzeug.contrib
# cleanup[2] removing werkzeug.contrib.sessions
# destroy werkzeug.contrib.sessions
# cleanup[2] removing pickle
# destroy pickle
# cleanup[2] removing _compat_pickle
# cleanup[2] removing _pickle
# cleanup[2] removing werkzeug.posixemulation
# destroy werkzeug.posixemulation
# cleanup[2] removing plugins.abstract
# destroy plugins.abstract
# cleanup[2] removing plugins.abstract.general_storage
# cleanup[2] removing plugins.abstract.settings_storage
# cleanup[2] removing plugins.abstract.conc_persistence
# destroy _sha3
# destroy _blake2
# destroy _datetime
# destroy _bz2
# destroy _ast
# destroy _sitebuiltins
# destroy encodings
# destroy urllib.parse
# destroy urllib.response
# destroy urllib.error
# destroy urllib.request
# destroy ntpath
# destroy zlib
# destroy _compression
# destroy _lzma
# destroy json.decoder
# destroy json.encoder
# destroy json.scanner
# destroy _json
# destroy redis._compat
# destroy redis.exceptions
# destroy redis.utils
# destroy redis.connection
# destroy redis.lock
# destroy redis.client
# destroy _socket
# destroy ipaddress
# destroy textwrap
# destroy _ssl
# destroy struct
# destroy uuid
# destroy ctypes
# destroy zipimport
# destroy html.entities
# destroy http.client
# destroy http.server
# destroy http.cookiejar
# destroy html
# destroy socketserver
# destroy argparse
# destroy email._parseaddr
# destroy email.base64mime
# destroy email.quoprimime
# destroy email.encoders
# destroy email._policybase
# destroy email.feedparser
# destroy email.parser
# destroy email._encoded_words
# destroy email.iterators
# destroy email.message
# destroy random
# destroy calendar
# destroy locale
# destroy email.header
# destroy uu
# destroy quopri
# destroy email.utils
# destroy email.charset
# destroy binascii
# destroy email.errors
# destroy mimetypes
# destroy email
# destroy hashlib
# destroy socket
# destroy contextlib
# destroy ssl
# destroy werkzeug.exceptions
# destroy copy
# destroy datetime
# destroy urllib
# destroy http
# destroy _compat_pickle
# destroy _pickle
# destroy plugins.abstract.general_storage
# destroy plugins.abstract.settings_storage
# destroy plugins.abstract.conc_persistence
# destroy pkgutil
# destroy base64
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping _imp
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _weakref
# cleanup[3] wiping _frozen_importlib_external
# cleanup[3] wiping _io
# cleanup[3] wiping marshal
# destroy marshal
# cleanup[3] wiping posix
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping _signal
# cleanup[3] wiping encodings.latin_1
# cleanup[3] wiping io
# cleanup[3] wiping abc
# cleanup[3] wiping os
# cleanup[3] wiping errno
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping posixpath
# destroy genericpath
# cleanup[3] wiping os.path
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping collections
# destroy heapq
# cleanup[3] wiping operator
# cleanup[3] wiping _operator
# cleanup[3] wiping _heapq
# cleanup[3] wiping itertools
# cleanup[3] wiping _collections
# destroy _collections
# cleanup[3] wiping functools
# cleanup[3] wiping _functools
# cleanup[3] wiping types
# cleanup[3] wiping collections.abc
# cleanup[3] wiping weakref
# cleanup[3] wiping re
# destroy sre_compile
# destroy copyreg
# cleanup[3] wiping enum
# destroy _operator
# destroy _functools
# cleanup[3] wiping _sre
# cleanup[3] wiping sre_parse
# cleanup[3] wiping _locale
# destroy _locale
# cleanup[3] wiping subprocess
# destroy signal
# destroy selectors
# cleanup[3] wiping time
# cleanup[3] wiping warnings
# cleanup[3] wiping _posixsubprocess
# destroy _posixsubprocess
# cleanup[3] wiping select
# cleanup[3] wiping math
# cleanup[3] wiping threading
# cleanup[3] wiping traceback
# cleanup[3] wiping linecache
# cleanup[3] wiping tokenize
# destroy io
# cleanup[3] wiping token
# cleanup[3] wiping inspect
# destroy ast
# destroy dis
# destroy enum
# destroy importlib
# destroy linecache
# destroy tokenize
# destroy token
# cleanup[3] wiping _opcode
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib.machinery
# cleanup[3] wiping _struct
# cleanup[3] wiping fnmatch
# destroy posixpath
# cleanup[3] wiping shutil
# destroy fnmatch
# cleanup[3] wiping pwd
# destroy pwd
# cleanup[3] wiping grp
# destroy grp
# cleanup[3] wiping _hashlib
# cleanup[3] wiping string
# cleanup[3] wiping _string
# destroy _string
# cleanup[3] wiping _ctypes
# cleanup[3] wiping ctypes._endian
# cleanup[3] wiping ctypes.util
# destroy subprocess
# destroy tempfile
# cleanup[3] wiping bisect
# cleanup[3] wiping _bisect
# destroy _bisect
# cleanup[3] wiping _random
# cleanup[3] wiping logging
# destroy _weakref
# destroy traceback
# destroy threading
# cleanup[3] wiping atexit
# destroy atexit
# cleanup[3] wiping importlib.util
# cleanup[3] wiping importlib.abc
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy shutil
# destroy errno
# destroy weakref
# destroy _sre
# destroy sre_parse
# destroy _heapq
# destroy _thread
# destroy time
# destroy stat
# destroy _signal
# destroy collections
# destroy io
# destroy _opcode
# destroy _imp
# destroy _frozen_importlib_external
# destroy types
# destroy warnings
# destroy importlib.machinery
# destroy importlib.abc
# destroy importlib.util
# destroy select
# destroy _warnings
# destroy math
# destroy posix
# destroy _hashlib
# destroy itertools
# destroy bisect
# destroy _random
# destroy abc
# destroy _collections_abc
# destroy _frozen_importlib
root@kontext-container:~#
mzimandl commented 4 years ago

Thanks for reporting this, I prepared a fix for that https://github.com/czcorpus/kontext/pull/2955

tomachalek commented 4 years ago

Fixed in 8d896a203a4d1c929198a28da6fb28293c5b0b03

ugamichaelh commented 4 years ago

Fantastic. Thanks a bunch, I can confirm resolved in the latest pull.