openmolar1 icon indicating copy to clipboard operation
openmolar1 copied to clipboard

error: no commands supplied

Open Shahabh786 opened this issue 3 years ago • 0 comments

Below is the error I'm getting while executing setup.py in Visual studio Code.

Exception has occurred: SystemExit 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 distutils.errors.DistutilsArgError: no commands supplied

During handling of the above exception, another exception occurred:

File "D:\Arma Clinic\openmolar1-master\setup.py", line 518, in setup( SystemExit: 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

image

Shahabh786 avatar Jan 23 '23 18:01 Shahabh786