但是在eclipse中 点击setup.py运行会提示错误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 --helperror: no commands supplied我知道这是缺少参数,那么我应该在哪里如何加上这...
4.下载对应第三方库的压缩包,解压后有setup.py文件,之后利用 python setup.py install指令安装(注意这里直接用python setup.py会报错:“ error: no commands supplied ”),之后就可以愉快的使用了(断网环境下有效的方法) 二、指定第三方库的镜像源 因为某些原因,访问官方的pypi不稳定,很慢甚至有些还时不时的访问...
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 build 编译后在setup.py同目录下多出一个build目录 打包 G:\SVN...
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 build 编译后在setup.py同目录下多出一个build目录 打包 G:\SVN...
因此需要添加默认的解包参数。在eclipse环境中找到arguments,然后添加nosetests 参数即可以解决问题 ...
or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: no commands supplied 随后在网上乱找一通,还通过FQ软件,最后找到了http://www.python-forum.org/pythonforum/viewtopic.php?f=3&t=16571,仔细一看发现这些错误都是自己执行操作的方式错误了,其实...
解决:win+R 输入 regedit ,\n\n根据路径找到 计算机\\HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings 将ProxyEnable的数值数据修改为0 2. 输入 python setup.py install 时,不要忘记install,否则会报错 error: no commands supplied...
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 解决方法: 1) 在setup.py里添加如下代码: ...
c:\python27\python c:\python27\django\setup.py install 或者直接c:\python27\django\setup.py install,这个在Windows下应该也是可以的,因为py文件默认是用python打开的。在这种情况下,还可以先键入cd c:\python27\django,进入这个目录,然后再执行setup.py install Django非常棒,我也正在学。
Open the Python_CustomCommands.py application file in the editor and add the following code: Python Kopija print("Hello custom commands") In Solution Explorer, right-click the Python project, select Python, and notice the commands on the context menu. Currently, the only commands on the con...