python setup.py build_ext --inplace。没有提供命令

时间:2015-02-23 15:29:41

标签: python cython anaconda setup.py

我尝试安装Starfish。首先我安装了anaconda和所需的包,它似乎工作。 (我在我的环境中使用python 3.3和其他软件包的最新版本,如numpy和scipy)。

我继续进行安装,但是当我这样做时

$ python setup.py build_ext --inplace
I get 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

google问题后我找不到任何有效的解决方案。我尝试了没有--inplace,但结果相同。我还尝试在不使用anaconda:cython的情况下安装sudo yum install Cython,但结果仍然相同。

系统信息:

  • centOS(64位):版本6.5
  • cython -V:Cython版本0.22
  • python --version:3.3.5 :: continuum Analytics,Inc。

测试:

我可以毫无问题地运行Hello world测试。

感谢任何帮助。

0 个答案:

没有答案