

If executing pip with sudo, you may want sudo's -H flag.

Please check the permissions and owner of that directory. WARNING: The directory '/home/blah/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). pip 19.1 will be the last one supporting it. Not uninstalling pip at /usr/lib/python3/dist-packages, owned by OSĭEPRECATION: Python 3.4 support has been deprecated. Lrwxrwxrwx 1 root root 34 python3.4m-config -> x86_64-linux-gnu-python3.4m-configĪctually this worked $ sudo pip3 install -upgrade pipĭownloading pip-19.1.1-py2.p圓-none-any.whl (1.4MB): 1.4MB downloaded Lrwxrwxrwx 1 root root 33 python3.4-config -> x86_64-linux-gnu-python3.4-config I see python3 symlinks to python3.4, not anycodings_python-3.x sure if changing that will help as this is a anycodings_python-3.x production system so I don't want to do anycodings_python-3.x anything I don't know about. RuntimeError: aiohttp 3.x requires Python 3.5.3+Ĭomplete output from command python setup.py egg_info: Raise RuntimeError("aiohttp 3.x requires Python 3.5.3+") Running setup.py (path:/tmp/pip_build_root/aiohttp/setup.py) egg_info for package aiohttpįile "/tmp/pip_build_root/aiohttp/setup.py", line 13, in Secondly, since python3.4 is anycodings_python-3.x default, pip3 uses it and is failing to anycodings_python-3.x install slackclient module which is more anycodings_python-3.x concerning $ sudo pip3 install slackclientĭownloading slackclient-2.1.0-py2.p圓-none-any.whl (51kB): 51kB downloadedĭownloading/unpacking aiohttp>3.5.2 (from slackclient)ĭownloading aiohttp-3.5.4.tar.gz (1.1MB): 1.1MB downloaded Type "help", "copyright", "credits" or "license" for more information. Ubuntu 14.04 has 3 python versions installed anycodings_python-3.x 2.7/3.4/3.6 $ lsb_release -a
