It's a problem with incorrect order of command-line arguments. That should be: python setup.py install.
python setup.py install
Most helpful comment
It's a problem with incorrect order of command-line arguments. That should be:
python setup.py install.