muodov / kociemba

A pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube
GNU General Public License v2.0
561 stars 126 forks source link

Run problem #35

Open johnsmith2014w opened 5 years ago

johnsmith2014w commented 5 years ago

After running setup.py test, the following errors occur: Warning: 'classifiers' should be a list, got type 'tuple' usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

error: no commands supplied

Thank you very much.

muodov commented 5 years ago

@johnsmith2014w Could you provide some info about your environment? Which OS, Python version are you running? What is the exact command that you are running?

I just checked on my machine with a clean virtualenv, it worked. Quick googling by the error message shows similar bugs from 2 years ago. Could it be that you're running old python packages?

johnsmith2014w commented 5 years ago

Thank you very much. It was run on VS code python 3.72 Windows 8. Now I figure out I did not install the build-tools as you suggested. Is this the https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=15 correct one to install? Thanks again