I see in the release notes that the Pollen platform has a breaking change, tried updating numpy with sudo pip install numpy --upgrade and it appeared to work but still getting the following in my log
018-11-10 06:51:55 ERROR (MainThread) [homeassistant.components.sensor] pollen: Error on device update!
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/core/init.py”, line 16, in
from . import multiarray
ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py”, line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 347, in async_device_update
await self.async_update()
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/pollen.py”, line 240, in async_update
ATTR_TREND: calculate_trend(indices),
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/pollen.py”, line 144, in calculate_trend
import numpy as np
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/init.py”, line 142, in
from . import add_newdocs
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/add_newdocs.py”, line 13, in
from numpy.lib import add_newdoc
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/lib/init.py”, line 8, in
from .type_check import *
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/lib/type_check.py”, line 11, in
import numpy.core.numeric as _nx
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/core/init.py”, line 26, in
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you’re working with a numpy git repo, try git clean -xdf
(removes all
files not under version control). Otherwise reinstall numpy.
Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory
2018-11-10 06:51:57 ERROR (MainThread) [homeassistant.components.sensor] pollen: Error on device update!
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/core/init.py”, line 16, in
from . import multiarray
ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py”, line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 347, in async_device_update
await self.async_update()
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/pollen.py”, line 271, in async_update
ATTR_TREND: calculate_trend(indices),
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/pollen.py”, line 144, in calculate_trend
import numpy as np
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/init.py”, line 142, in
from . import add_newdocs
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/add_newdocs.py”, line 13, in
from numpy.lib import add_newdoc
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/lib/init.py”, line 8, in
from .type_check import *
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/lib/type_check.py”, line 11, in
import numpy.core.numeric as _nx
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/core/init.py”, line 26, in
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you’re working with a numpy git repo, try git clean -xdf
(removes all
files not under version control). Otherwise reinstall numpy.
Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory
2018-11-10 06:51:57 ERROR (MainThread) [homeassistant.components.sensor] pollen: Error on device update!
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/core/init.py”, line 16, in
from . import multiarray
ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py”, line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 347, in async_device_update
await self.async_update()
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/pollen.py”, line 240, in async_update
ATTR_TREND: calculate_trend(indices),
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/pollen.py”, line 144, in calculate_trend
import numpy as np
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/init.py”, line 142, in
from . import add_newdocs
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/add_newdocs.py”, line 13, in
from numpy.lib import add_newdoc
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/lib/init.py”, line 8, in
from .type_check import *
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/lib/type_check.py”, line 11, in
import numpy.core.numeric as _nx
File “/srv/homeassistant/lib/python3.5/site-packages/numpy/core/init.py”, line 26, in
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you’re working with a numpy git repo, try git clean -xdf
(removes all
files not under version control). Otherwise reinstall numpy.
Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory