Closed suetli closed 1 year ago
Hi, Encountered this error while run the python setup.py, please help, how could i solve this.
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
you can run python setup.py sdist and generate a package, such as tigeropen-3.0.3.tar.gz then install the package by pip install tigeropen-3.0.3.tar.gz
tigeropen-3.0.3.tar.gz
pip install tigeropen-3.0.3.tar.gz
Hi, Encountered this error while run the python setup.py, please help, how could i solve this.
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