但是在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我知道这是缺少参数,那么我应该在哪里如何加上这...
缺少 解包参数,因此需要添加默认的解包参数。在eclipse环境中找到arguments,然后添加nosetests 参数即可以解...
解决: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...
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 随后在网上乱找一通,还通过FQ软件,最后找到了http://www.python-forum.org/...
or: setup.py cmd --help error: no commands supplied 编译 python setup.py build 编译后在setup.py同目录下多出一个build目录 打包 G:\SVN\workspaces\P1\src>python setup.py sdist running sdist running check warning: check: missing required meta-data: url ...
error: no commands supplied 编译 python setup.py build 编译后在setup.py同目录下多出一个build目录 打包 G:\SVN\workspaces\P1\src>python setup.py sdist running sdist running check warning: check: missing required meta-data: url warning: check: missing meta-data: either (author and author_email...
<PropertyGroup> <PythonCommands>$(PythonCommands);BdistWinInstCommand;</PythonCommands> </PropertyGroup> <Target Name="BdistWinInstCommand" Label="Generate Windows Installer" Returns="@(Commands)"> <CreatePythonCommandItem Target="$(ProjectDir)setup.py" TargetType="script" Arguments="bdist_wininst --...
当你在 setup 脚本中写入 packages = ['foo'] 时, setup 脚本的同级目录下可以找到 foo/__init...
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非常棒,我也正在学。
setup.py 是一个由pip执行的文件。尝试进入setup.py所在的文件夹,然后运行pip install -e ....