Guest User

Untitled

a guest
May 2nd, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. (homeassistant) homeassistant@HomeAssistant:/root$ pip3 install --upgrade homeassistant
  2. Collecting homeassistant
  3. Using cached https://files.pythonhosted.org/packages/91/73/7c94360e60ea73cacaf4c30ce19bbfa6b8b03921dc81462c22f2735e206f/homeassistant-0.68.1-py2.py3-none-any.whl
  4. Requirement not upgraded as not directly required: astral==1.6 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (1.6)
  5. Requirement not upgraded as not directly required: pip>=8.0.3 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (10.0.1)
  6. Requirement not upgraded as not directly required: pyyaml<4,>=3.11 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (3.12)
  7. Requirement not upgraded as not directly required: typing<4,>=3 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (3.6.4)
  8. Requirement not upgraded as not directly required: async-timeout==2.0.1 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2.0.1)
  9. Requirement not upgraded as not directly required: jinja2>=2.10 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2.10)
  10. Requirement not upgraded as not directly required: attrs==17.4.0 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (17.4.0)
  11. Requirement not upgraded as not directly required: requests==2.18.4 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2.18.4)
  12. Requirement not upgraded as not directly required: voluptuous==0.11.1 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (0.11.1)
  13. Requirement not upgraded as not directly required: certifi>=2017.4.17 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2018.1.18)
  14. Requirement not upgraded as not directly required: pytz>=2017.02 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2018.4)
  15. Collecting aiohttp==3.1.3 (from homeassistant)
  16. Using cached https://files.pythonhosted.org/packages/09/7f/95e1f38eb778c76b1d5f008efc9f3d648dadd22275497a038ee0844dcd62/aiohttp-3.1.3-cp36-cp36m-manylinux1_x86_64.whl
  17. Requirement not upgraded as not directly required: MarkupSafe>=0.23 in /srv/homeassistant/lib/python3.6/site-packages (from jinja2>=2.10->homeassistant) (1.0)
  18. Requirement not upgraded as not directly required: idna<2.7,>=2.5 in /srv/homeassistant/lib/python3.6/site-packages (from requests==2.18.4->homeassistant) (2.6)
  19. Requirement not upgraded as not directly required: chardet<3.1.0,>=3.0.2 in /srv/homeassistant/lib/python3.6/site-packages (from requests==2.18.4->homeassistant) (3.0.4)
  20. Requirement not upgraded as not directly required: urllib3<1.23,>=1.21.1 in /srv/homeassistant/lib/python3.6/site-packages (from requests==2.18.4->homeassistant) (1.22)
  21. Requirement not upgraded as not directly required: yarl<2.0,>=1.0 in /srv/homeassistant/lib/python3.6/site-packages (from aiohttp==3.1.3->homeassistant) (1.1.1)
  22. Requirement not upgraded as not directly required: multidict<5.0,>=4.0 in /srv/homeassistant/lib/python3.6/site-packages (from aiohttp==3.1.3->homeassistant) (4.2.0)
  23. Requirement not upgraded as not directly required: idna-ssl>=1.0 in /srv/homeassistant/lib/python3.6/site-packages (from aiohttp==3.1.3->homeassistant) (1.0.1)
  24. pyxiaomigateway 0.8.3 has requirement cryptography==2.1.1, but you'll have cryptography 2.2.2 which is incompatible.
  25. Installing collected packages: aiohttp, homeassistant
  26. Found existing installation: aiohttp 3.0.9
  27. Uninstalling aiohttp-3.0.9:
  28. Could not install packages due to an EnvironmentError: [Errno 13] Permissão negada: '/srv/homeassistant/lib/python3.6/site-packages/aiohttp-3.0.9.dist-info/DESCRIPTION.rst'
  29. Consider using the `--user` option or check the permissions.
Advertisement
Add Comment
Please, Sign In to add comment