Describe the bug
Recently updated my Ubuntu version from 18.04 -> 18.10 and Medusa no longer starts.
To Reproduce
Steps to reproduce the behavior:
Oct 22 08:18:43 mediapc python2.7[13799]: File "/opt/medusa/medusa/scene_exceptions.py", line 13, in
Oct 22 08:18:43 mediapc python2.7[13799]: import adba
Oct 22 08:18:43 mediapc python2.7[13799]: File "/opt/medusa/ext/adba/__init__.py", line 27, in
Oct 22 08:18:43 mediapc python2.7[13799]: from configparser import ConfigParser
Oct 22 08:18:43 mediapc python2.7[13799]: File "/opt/medusa/ext/configparser.py", line 12, in
Oct 22 08:18:43 mediapc python2.7[13799]: from backports.configparser import (
Oct 22 08:18:43 mediapc python2.7[13799]: ImportError: cannot import name ConverterMapping
Oct 22 08:18:43 mediapc systemd[1]: medusa.service: Control process exited, code=exited status=1
Oct 22 08:18:43 mediapc systemd[1]: medusa.service: Failed with result 'exit-code'.
Oct 22 08:18:43 mediapc systemd[1]: Failed to start Medusa Daemon.
Expected behavior
Medusa should start
Medusa (please complete the following information):
Can you run: pip uninstall configparser?
Was able to remedy by running:
Most helpful comment
Was able to remedy by running:
sudo pip uninstall configparser
sudo pip install configparser