- 积分
- 789
- 金钱
- 628
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 789
- 金钱
- 628
- HASS币
- 0
|
发表于 2019-3-2 15:37:16
|
显示全部楼层
装好了没问题,但是不能更新
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/updater.py", line 108, in check_new_version
if StrictVersion(newest) > StrictVersion(current_version):
File "/usr/local/lib/python3.6/distutils/version.py", line 64, in __gt__
c = self._cmp(other)
File "/usr/local/lib/python3.6/distutils/version.py", line 170, in _cmp
if self.version != other.version:
AttributeError: 'StrictVersion' object has no attribute 'version' |
|