我正在运行一个包含设置功能但有错误的程序:
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
出现。
我尝试了命令python setup.py install
(即使给出了超级工具的路径),但我也得到了:
python: can't open file 'setup.py': [Errno 2] No such file or directory
我应该怎么做才能解决此问题并能够使用功能设置。
知道我正在使用spyder anaconda
和python 3.6
版本,并且在setuptools
包中没有名为setup.py