Getting a bunch of errors when trying to update AIO

Tried to update my AIO on my rpi. Any idea what’s going on?

warning: no files found matching 'LICENSE.txt'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'multidict/_multidict.html'
warning: no previously-included files found matching 'multidict/_multidict.*.so'
warning: no previously-included files found matching 'multidict/_multidict.pyd'
warning: no previously-included files found matching 'multidict/_multidict.*.pyd'
no previously-included directories found matching 'docs/_build'
Installing collected packages: homeassistant, pytz, async-timeout, requests, pyyaml, jinja2, voluptuous, pip, typing, aiohttp, setuptools, multidict
Cleaning up...
Exception:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 295, in run
requirement_set.install(install_options, global_options, root=options.root_path)
  File "/usr/lib/python3/dist-packages/pip/req.py", line 1436, in install
requirement.install(install_options, global_options, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/pip/req.py", line 672, in install
self.move_wheel_files(self.source_dir, root=root)
  File "/usr/lib/python3/dist-packages/pip/req.py", line 902, in move_wheel_files
pycompile=self.pycompile,
  File "/usr/lib/python3/dist-packages/pip/wheel.py", line 214, in move_wheel_files
clobber(source, lib_dir, True)
  File "/usr/lib/python3/dist-packages/pip/wheel.py", line 204, in clobber
os.makedirs(destdir)
  File "/usr/lib/python3.4/os.py", line 237, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.4/dist-packages/homeassistant-0.32.4.dist-info'

Storing debug log for failure in /home/pi/.pip/pip.log

Also getting these errors in my log…not sure if any is related.

16-11-18 04:04:36 homeassistant.core: Error inside async loop: Fatal read error on SSL transport
16-11-18 04:13:36 homeassistant.core: Error inside async loop: Fatal read error on SSL transport
16-11-18 08:00:00 homeassistant.core: Error inside async loop: Exception in callback async_track_point_in_utc_time.<locals>.point_in_time_listener(<Event time_c....502590-07:00>) at /srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/event.py:108
16-11-18 11:47:22 homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/core.py", line 1210, in job_handler
func(*args)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/updater.py", line 74, in <lambda>
hass, lambda _: check_newest_version(hass, huuid),
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/updater.py", line 82, in check_newest_version
newest, releasenotes = get_newest_version(huuid)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/updater.py", line 128, in get_newest_version
return (res['version'], res['release-notes'])
TypeError: 'NoneType' object is not subscriptable
16-11-19 11:47:22 homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/core.py", line 1210, in job_handler
func(*args)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/updater.py", line 74, in <lambda>
hass, lambda _: check_newest_version(hass, huuid),
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/updater.py", line 82, in check_newest_version
newest, releasenotes = get_newest_version(huuid)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/updater.py", line 128, in get_newest_version
return (res['version'], res['release-notes'])
TypeError: 'NoneType' object is not subscriptable

Did you remember to activate the venv before running the update?