Tag: EC2的SciPy虚拟现实

在amazon ec2 linux微型实例上安装scipy在virtualenv上遇到麻烦

我已经在amazon ec2微型实例(Ubuntu 13.04)上的默认python编译器中成功安装了scipy 。 但是我不能在scipy中安装scipy 。 pip install scipy以这个错误结束 scipy/sparse/sparsetools/csr_wrap.cxx: In function 'void init_csr()': scipy/sparse/sparsetools/csr_wrap.cxx:73303:21: warning: variable 'md' set but not used [-Wunused-but-set-variable] c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions. —————————————- Cleaning up… Command /home/ubuntu/pnr/bin/python -c "import setuptools;__file__='/home/ubuntu/pnr/build/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, […]