Skip to content

[WIP] Upgrade to 0.8.21

schrieveslaach requested to merge (removed):master into master

I tried to upgrade to 0.8.21 and I added the package dependency to python2-inflection. However, when I try to start the service, I get an error message:

Starting service
Traceback (most recent call last):
  File "/usr/share/mycroft-core/mycroft/messagebus/service/main.py", line 22, in <module>
    from mycroft.configuration import ConfigurationManager
  File "/usr/share/mycroft-core/mycroft/configuration/__init__.py", line 19, in <module>
    import inflection
ImportError: No module named inflection

Do you have any idea why it is still failing and does not find the module inflection?

Merge request reports