Hello, I'm trying to install the asyncio library for Python 2.7.13 but I'm not getting success, it follows the error:
rafamttz @ rafamttz: ~ $ pip install asyncio '
Collecting asyncio Retrying (Retry (total = 4, connect = None, read = None, redirect = None, status = None)) after connection broken by 'ProtocolError (' Connection aborted. ', Error (107,' Transport endpoint is not connected '))': / simple / asyncio / Installing collected packages: asyncio '
Exception: Traceback (most recent call last): File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main status = self.run (options, args) File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/commands/install.py", line 342, in run
prefix = options.prefix_path, File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/req/req_set.py", line 784, in install ** kwargs File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 851, in install self.move_wheel_files (self.source_dir, root = root, prefix = prefix) File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files isolated = self.isolated,
File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files clobber (source, lib_dir, True) File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/wheel.py", line 316, in clobber ensure_dir (destdir) File "/home/rafamttz/.local/lib/python2.7/site-packages/pip/utils/init.py", line 83, in ensure_dir os.makedirs (path) File "/usr/lib/python2.7/os.py", line 157, in makedirs mkdir (name, mode) OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/asyncio'
How do I install this library? What do I need?