2013-02-28 5 views
1

내 컴퓨터를 업데이트하려고하는데 문제가 발생했습니다. 이 페이지의 지침 : http://www.scipy.org/Installing_SciPy/Linux을 따랐습니다. 새로운 Numpy/Scipy 버전이 구 버전의 Python을 원한다고 생각됩니다. 현재 Scientific Linux Fermi 6.2 (64 비트)에서 Python 2.6.6을 실행 중입니다.Numpy 설치 의존성

yum install python-numpy python-scipy 
Loaded plugins: fastestmirror, protectbase, refresh-packagekit, security 
Repository science_ScientificLinux is listed more than once in the configuration 
Loading mirror speeds from cached hostfile 
0 packages excluded due to repository protections 
Setting up Install Process 
Resolving Dependencies 
--> Running transaction check 
---> Package python-numpy.x86_64 0:1.6.1-15.1 will be installed 
--> Processing Dependency: python < 2.5 for package: python-numpy-1.6.1-15.1.x86_64 
--> Processing Dependency: libgfortran.so.1()(64bit) for package: python-numpy-1.6.1- 15.1.x86_64 
--> Processing Dependency: libblas.so.3()(64bit) for package: python-numpy-1.6.1-15.1.x86_64 
---> Package python-scipy.x86_64 0:0.6.0-6.3 will be installed 
--> Processing Dependency: python < 2.5 for package: python-scipy-0.6.0-6.3.x86_64 
--> Processing Dependency: libfftw3.so.3()(64bit) for package: python-scipy-0.6.0-6.3.x86_64 
--> Running transaction check 
---> Package compat-libgfortran-41.x86_64 0:4.1.2-39.el6 will be installed 
---> Package fftw.x86_64 0:3.2.1-3.1.el6 will be installed 
---> Package libblas3.x86_64 0:3.3.1-10.1 will be installed 
---> Package python-numpy.x86_64 0:1.6.1-15.1 will be installed 
--> Processing Dependency: python < 2.5 for package: python-numpy-1.6.1-15.1.x86_64 
---> Package python-scipy.x86_64 0:0.6.0-6.3 will be installed 
--> Processing Dependency: python < 2.5 for package: python-scipy-0.6.0-6.3.x86_64 
--> Finished Dependency Resolution 
Error: Package: python-numpy-1.6.1-15.1.x86_64 (science_ScientificLinux) 
     Requires: python < 2.5 
     Installed: python-2.6.6-29.el6_2.2.x86_64 (@slf-security) 
      python = 2.6.6-29.el6_2.2 
     Available: python-2.6.6-29.el6.i686 (slf) 
      python = 2.6.6-29.el6 
Error: Package: python-scipy-0.6.0-6.3.x86_64 (science_ScientificLinux) 
     Requires: python < 2.5 
     Installed: python-2.6.6-29.el6_2.2.x86_64 (@slf-security) 
      python = 2.6.6-29.el6_2.2 
     Available: python-2.6.6-29.el6.i686 (slf) 
      python = 2.6.6-29.el6 

당신은 당신이 실행을 시도 할 수 문제 를 해결하기 위해 --skip이 깨진 사용하여 시도 할 수 : 회전 -Va --nofiles --nodigest

어떤 아이디어가? 감사!

+1

yum에 대한 경험이 없지만'pip'를 사용하여 패키지를 설치해보십시오. – YXD

답변

0

나는 매우 유용했던 enthought를 사용하여 끝내게되었습니다. 또한 대학에 소속되어 있으면 무료입니다.