Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run problem #35

Open
johnsmith2014w opened this issue Mar 30, 2019 · 2 comments
Open

Run problem #35

johnsmith2014w opened this issue Mar 30, 2019 · 2 comments

Comments

@johnsmith2014w
Copy link

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
Copy link
Owner

muodov commented Apr 1, 2019

@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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants