You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
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.
The text was updated successfully, but these errors were encountered: