FS#63923 - home-assistant not able start because ContextualVersionConflict

Attached to Project: Arch Linux
Opened by jano (jancici) - Thursday, 26 September 2019, 09:24 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 15 October 2019, 17:22 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:
during today restarting mosquite and home-assistant I find out that home-assistant is not starting because there is a conflict.
Here is output from journal
[code]
hass[206106]: Traceback (most recent call last):
hass[206106]: File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
hass[206106]: ws.require(__requires__)
hass[206106]: File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
hass[206106]: needed = self.resolve(parse_requirements(requirements))
hass[206106]: File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 791, in resolve
hass[206106]: raise VersionConflict(dist, req).with_context(dependent_req)
hass[206106]: pkg_resources.ContextualVersionConflict: (text-unidecode 1.2 (/usr/lib/python3.7/site-packages), Requirement.parse('text-unidecode>=1.3'), {'python-slugify'})
[/code]

Additional info:
I have installed
local/home-assistant 0.99.2-1
community/python-slugify 3.0.4-1
community/python-text-unidecode 1.2-2
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 15 October 2019, 17:22 GMT
Reason for closing:  Fixed
Comment by Sergej Pupykin (sergej) - Thursday, 26 September 2019, 22:43 GMT

Loading...