Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#64555 - [python-certifi] home-assistant needs newer version

Attached to Project: Community Packages
Opened by jano (jancici) - Monday, 18 November 2019, 07:26 GMT
Last edited by Chih-Hsuan Yen (yan12125) - Monday, 18 November 2019, 09:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

home assistant is not able to start because it needs certifi at least 2019.9.11 version.


systemd[1]: Started Home assistant.
hass[155915]: Traceback (most recent call last):
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
hass[155915]: ws.require(__requires__)
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
hass[155915]: needed = self.resolve(parse_requirements(requirements))
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 791, in resolve
hass[155915]: raise VersionConflict(dist, req).with_context(dependent_req)
hass[155915]: pkg_resources.ContextualVersionConflict: (certifi 2019.6.16 (/usr/lib/python3.8/site-packages), Requirement.parse('certifi>=2019.9.11'), {'homeassistant'})
hass[155915]: During handling of the above exception, another exception occurred:
hass[155915]: Traceback (most recent call last):
hass[155915]: File "/usr/bin/hass", line 6, in <module>
hass[155915]: from pkg_resources import load_entry_point
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
hass[155915]: def _initialize_master_working_set():
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
hass[155915]: f(*args, **kwargs)
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
hass[155915]: working_set = WorkingSet._build_master()
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 585, in _build_master
hass[155915]: return cls._build_from_requirements(__requires__)
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
hass[155915]: dists = ws.resolve(reqs, Environment())
hass[155915]: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
hass[155915]: raise DistributionNotFound(req, requirers)
hass[155915]: pkg_resources.DistributionNotFound: The 'certifi>=2019.9.11' distribution was not found and is required by homeassistant
systemd[1]: home-assistant.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: home-assistant.service: Failed with result 'exit-code'.



I have installed:

local/python-certifi 2019.6.16-3
local/home-assistant 0.101.3-3

please, can you update, thanks
This task depends upon

Closed by  Chih-Hsuan Yen (yan12125)
Monday, 18 November 2019, 09:03 GMT
Reason for closing:  Duplicate
Additional comments about closing:  https://bugs.archlinux.org/task/64516

Loading...