Python3.6 ImportError: cannot import name 'main' Linux RHEL6
My ultimate goal is to download and install awscli http://docs.aws.amazon.com/cli/latest/userguide/awscli-install-linux.html Seems python and pip are required in order to accomplish my goal. Installing python via yum isn't working for me, so I downloaded and installed python3 manually as follows: wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz tar xf Python-3.6.1.tar.xz cd Python-3.6.1.tar.xz ./configure make sudo make altinstall When I do pip3.6 --version I get this: Traceback (most recent call last): File "/usr/local/bin/pip3.6", line 7, in <module> from pip import main