Install Python setuptools on CentOS

Install Python setuptools on CentOS 7


Let's download the installation file using wget:

wget --no-check-certificate https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.2.tar.gz

Extract the files from the archive:

tar -xvf setuptools-1.4.2.tar.gz

Enter the extracted directory:

cd setuptools-1.4.2

Install setuptools using the Python we've installed (2.7.6)

python2.7 setup.py install


module 'setuptools.dist' has no attribute 'check_specifier'


Hello
I solved this error.
This might be helpful.

pip install --upgrade pip
hash -r pip
pip3 install --upgrade pip
hash -r pip3
cd (Mask RCNN root folder)
sudo python3 setup.py install

Comments

Popular posts from this blog

how to install internet download manger in linux

cpanel exam CPSP Answers

How to install zimbra collaboration suite 8.8.11 on CentOS 7