Setup failed for telegram_bot.

Hi!
I need some help with start using Telegram. It would be appreciated.
I edited my configuration.yaml for using Telegram-bot, but I’ve got error messages. I also had similar problem with PushBullet. In that case my soulution was “sudo pip install pushbullet.py”. I tried doing the same, but with telegram: “sudo pip install python-telegram-bot==10.1.0”. But I get this error: “Unable to install package python-telegram-bot==10.1.0”
Any ideas?
/Hasse

A more verbose description of the error:

Setup failed for telegram_bot : Could not install all requirements.
11:12 AM setup.py (ERROR)

Not initializing telegram_bot because could not install requirement python-telegram-bot==10.1.0
11:12 AM requirements.py (ERROR)

Unable to install package python-telegram-bot==10.1.0: Exception: Traceback (most recent call last): File "/srv/homeassistant/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/srv/homeassistant/lib/python3.5/site-packages/pip/commands/install.py", line 360, in run prefix=options.prefix_path, File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 784, in install **kwargs File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py", line 316, in clobber ensure_dir(destdir) File "/srv/homeassistant/lib/python3.5/site-packages/pip/utils/__init__.py", line 83, in ensure_dir os.makedirs(path) File "/usr/lib/python3.5/os.py", line 241, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Åtkomst nekas: '/srv/homeassistant/lib/python3.5/site-packages/python_telegram_bot-10.1.0.dist-info'
11:12 AM util/package.py (ERROR)

/Hasse