New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/27066#issuecomment-1008716034 Comment: Misses `python3-Markdown` in `depends`: ``sh` $ bottles Traceback (most recent call last): File "/bin/bottles", line 56, in from bottles import main File "/usr/share/bottles/bottles/main.py", line 33, in from .window import MainWindow File "/usr/share/bottles/bottles/window.py", line 26, in from .backend.manager import Manager File "/usr/share/bottles/bottles/backend/manager.py", line 40, in from .installer import InstallerManager File "/usr/share/bottles/bottles/backend/installer.py", line 20, in import markdown ModuleNotFoundError: No module named 'markdown' ``` After rebuilding, `bottles` now launch: ``` $ bottles 2022-01-10 11:08:29 ERROR: Data file not found. Creating new one. 2022-01-10 11:08:29 INFO: Runners path doesn't exist, creating now. 2022-01-10 11:08:29 INFO: Bottles path doesn't exist, creating now. 2022-01-10 11:08:29 INFO: Dxvk path doesn't exist, creating now. 2022-01-10 11:08:29 INFO: Vkd3d path doesn't exist, creating now. 2022-01-10 11:08:29 INFO: Nvapi path doesn't exist, creating now. 2022-01-10 11:08:29 INFO: Temp path doesn't exist, creating now. error: unable to find wine executable. this shouldn't happen. 2022-01-10 11:08:29 INFO: Runners found: [sys-] 2022-01-10 11:08:30 INFO: Bottles gestartet! ```