2017-05-26 10 views
1

Project Interpretor経由でPycharmにScipyをインストールしようとしていました。それから、cmdにpip install scipyと入力してみるべきだというエラーが表示されました。私はそれをして、次のエラーを得ました。まだインストールされていないことを示しています。ScipyがWindowsマシンにインストールされていない

Collecting scipy 
    Using cached scipy-0.19.0.zip 
Building wheels for collected packages: scipy 
    Running setup.py bdist_wheel for scipy ... error 
    Complete output from command d:\softwares\python3.6.1\python.exe -u -c "import 
setuptools, tokenize;__file__='C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-b 
uild-k8_u1d9i\\scipy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code 
=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" 
bdist_wheel -d C:\Users\ADMINI~1\AppData\Local\Temp\tmpodq2p8aqpip-wheel- --pyt 
hon-tag cp36: 
    lapack_opt_info: 
    lapack_mkl_info: 
    libraries mkl_rt not found in ['d:\\softwares\\python3.6.1\\lib', 'C:\\', 'd 
:\\softwares\\python3.6.1\\libs'] 
    NOT AVAILABLE 

    openblas_lapack_info: 
    libraries openblas not found in ['d:\\softwares\\python3.6.1\\lib', 'C:\\', 
'd:\\softwares\\python3.6.1\\libs'] 
    NOT AVAILABLE 

    atlas_3_10_threads_info: 
    Setting PTATLAS=ATLAS 
    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:1051 
: UserWarning: Specified path C:\projects\numpy-wheels\windows-wheel-builder\atl 
as-builds\atlas-3.10.1-sse2-32\lib is invalid. 
    pre_dirs = system_info.get_paths(self, section, key) 
    <class 'numpy.distutils.system_info.atlas_3_10_threads_info'> 
    NOT AVAILABLE 

    atlas_3_10_info: 
    <class 'numpy.distutils.system_info.atlas_3_10_info'> 
    NOT AVAILABLE 

    atlas_threads_info: 
    Setting PTATLAS=ATLAS 
    <class 'numpy.distutils.system_info.atlas_threads_info'> 
    NOT AVAILABLE 

    atlas_info: 
    <class 'numpy.distutils.system_info.atlas_info'> 
    NOT AVAILABLE 

    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:572: 
UserWarning: 
     Atlas (http://math-atlas.sourceforge.net/) libraries not found. 
     Directories to search for the libraries can be specified in the 
     numpy/distutils/site.cfg file (section [atlas]) or by setting 
     the ATLAS environment variable. 
    self.calc_info() 
    lapack_info: 
    libraries lapack not found in ['d:\\softwares\\python3.6.1\\lib', 'C:\\', 'd 
:\\softwares\\python3.6.1\\libs'] 
    NOT AVAILABLE 

    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:572: 
UserWarning: 
     Lapack (http://www.netlib.org/lapack/) libraries not found. 
     Directories to search for the libraries can be specified in the 
     numpy/distutils/site.cfg file (section [lapack]) or by setting 
     the LAPACK environment variable. 
    self.calc_info() 
    lapack_src_info: 
    NOT AVAILABLE 

    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:572: 
UserWarning: 
     Lapack (http://www.netlib.org/lapack/) sources not found. 
     Directories to search for the sources can be specified in the 
     numpy/distutils/site.cfg file (section [lapack_src]) or by setting 
     the LAPACK_SRC environment variable. 
    self.calc_info() 
    NOT AVAILABLE 

    Running from scipy source directory. 
    non-existing path in 'scipy\\integrate': 'quadpack.h' 
    Traceback (most recent call last): 
    File "<string>", line 1, in <module> 
    File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\setup.py 
", line 416, in <module> 
     setup_package() 
    File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\setup.py 
", line 412, in setup_package 
     setup(**metadata) 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\core.py", l 
ine 135, in setup 
     config = configuration() 
    File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\setup.py 
", line 336, in configuration 
     config.add_subpackage('scipy') 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util.p 
y", line 1001, in add_subpackage 
     caller_level = 2) 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util.p 
y", line 970, in get_subpackage 
     caller_level = caller_level + 1) 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util.p 
y", line 907, in _get_configuration_from_setup_py 
     config = setup_module.configuration(*args) 
    File "scipy\setup.py", line 15, in configuration 
     config.add_subpackage('linalg') 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util.p 
y", line 1001, in add_subpackage 
     caller_level = 2) 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util.p 
y", line 970, in get_subpackage 
     caller_level = caller_level + 1) 
    File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util.p 
y", line 907, in _get_configuration_from_setup_py 
     config = setup_module.configuration(*args) 
    File "scipy\linalg\setup.py", line 20, in configuration 
     raise NotFoundError('no lapack/blas resources found') 
    numpy.distutils.system_info.NotFoundError: no lapack/blas resources found 

    ---------------------------------------- 
    Failed building wheel for scipy 
    Running setup.py clean for scipy 
    Complete output from command d:\softwares\python3.6.1\python.exe -u -c "import 
setuptools, tokenize;__file__='C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-b 
uild-k8_u1d9i\\scipy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code 
=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" 
clean --all: 

    `setup.py clean` is not supported, use one of the following instead: 

    - `git clean -xdf` (cleans all files) 
    - `git clean -Xdf` (cleans all versioned files, doesn't touch 
         files that aren't checked into the git repo) 

    Add `--force` to your command to use it anyway if you must (unsupported). 


    ---------------------------------------- 
    Failed cleaning build dir for scipy 
Failed to build scipy 
Installing collected packages: scipy 
    Running setup.py install for scipy ... error 
    Complete output from command d:\softwares\python3.6.1\python.exe -u -c "impo 
rt setuptools, tokenize;__file__='C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip 
-build-k8_u1d9i\\scipy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);co 
de=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec') 
)" install --record C:\Users\ADMINI~1\AppData\Local\Temp\pip-6p2n9krk-record\ins 
tall-record.txt --single-version-externally-managed --compile: 

    Note: if you need reliable uninstall behavior, then install 
    with pip instead of using `setup.py install`: 

     - `pip install .`  (from a git repo or downloaded source 
           release) 
     - `pip install scipy` (last SciPy release on PyPI) 


    lapack_opt_info: 
    lapack_mkl_info: 
     libraries mkl_rt not found in ['d:\\softwares\\python3.6.1\\lib', 'C:\\', 
'd:\\softwares\\python3.6.1\\libs'] 
     NOT AVAILABLE 

    openblas_lapack_info: 
     libraries openblas not found in ['d:\\softwares\\python3.6.1\\lib', 'C:\\' 
, 'd:\\softwares\\python3.6.1\\libs'] 
     NOT AVAILABLE 

    atlas_3_10_threads_info: 
    Setting PTATLAS=ATLAS 
    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:10 
51: UserWarning: Specified path C:\projects\numpy-wheels\windows-wheel-builder\a 
tlas-builds\atlas-3.10.1-sse2-32\lib is invalid. 
     pre_dirs = system_info.get_paths(self, section, key) 
    <class 'numpy.distutils.system_info.atlas_3_10_threads_info'> 
     NOT AVAILABLE 

    atlas_3_10_info: 
    <class 'numpy.distutils.system_info.atlas_3_10_info'> 
     NOT AVAILABLE 

    atlas_threads_info: 
    Setting PTATLAS=ATLAS 
    <class 'numpy.distutils.system_info.atlas_threads_info'> 
     NOT AVAILABLE 

    atlas_info: 
    <class 'numpy.distutils.system_info.atlas_info'> 
     NOT AVAILABLE 

    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:57 
2: UserWarning: 
     Atlas (http://math-atlas.sourceforge.net/) libraries not found. 
     Directories to search for the libraries can be specified in the 
     numpy/distutils/site.cfg file (section [atlas]) or by setting 
     the ATLAS environment variable. 
     self.calc_info() 
    lapack_info: 
     libraries lapack not found in ['d:\\softwares\\python3.6.1\\lib', 'C:\\', 
'd:\\softwares\\python3.6.1\\libs'] 
     NOT AVAILABLE 

    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:57 
2: UserWarning: 
     Lapack (http://www.netlib.org/lapack/) libraries not found. 
     Directories to search for the libraries can be specified in the 
     numpy/distutils/site.cfg file (section [lapack]) or by setting 
     the LAPACK environment variable. 
     self.calc_info() 
    lapack_src_info: 
     NOT AVAILABLE 

    d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\system_info.py:57 
2: UserWarning: 
     Lapack (http://www.netlib.org/lapack/) sources not found. 
     Directories to search for the sources can be specified in the 
     numpy/distutils/site.cfg file (section [lapack_src]) or by setting 
     the LAPACK_SRC environment variable. 
     self.calc_info() 
     NOT AVAILABLE 

    Running from scipy source directory. 
    non-existing path in 'scipy\\integrate': 'quadpack.h' 
    Traceback (most recent call last): 
     File "<string>", line 1, in <module> 
     File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\setup. 
py", line 416, in <module> 
     setup_package() 
     File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\setup. 
py", line 412, in setup_package 
     setup(**metadata) 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\core.py", 
line 135, in setup 
     config = configuration() 
     File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\setup. 
py", line 336, in configuration 
     config.add_subpackage('scipy') 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util 
.py", line 1001, in add_subpackage 
     caller_level = 2) 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util 
.py", line 970, in get_subpackage 
     caller_level = caller_level + 1) 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util 
.py", line 907, in _get_configuration_from_setup_py 
     config = setup_module.configuration(*args) 
     File "scipy\setup.py", line 15, in configuration 
     config.add_subpackage('linalg') 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util 
.py", line 1001, in add_subpackage 
     caller_level = 2) 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util 
.py", line 970, in get_subpackage 
     caller_level = caller_level + 1) 
     File "d:\softwares\python3.6.1\lib\site-packages\numpy\distutils\misc_util 
.py", line 907, in _get_configuration_from_setup_py 
     config = setup_module.configuration(*args) 
     File "scipy\linalg\setup.py", line 20, in configuration 
     raise NotFoundError('no lapack/blas resources found') 
    numpy.distutils.system_info.NotFoundError: no lapack/blas resources found 

    ---------------------------------------- 
Command "d:\softwares\python3.6.1\python.exe -u -c "import setuptools, tokenize; 
__file__='C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-build-k8_u1d9i\\scipy\\ 
setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\ 
n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\U 
sers\ADMINI~1\AppData\Local\Temp\pip-6p2n9krk-record\install-record.txt --single 
-version-externally-managed --compile" failed with error code 1 in C:\Users\ADMI 
NI~1\AppData\Local\Temp\pip-build-k8_u1d9i\scipy\ 

助けてください。 ありがとうございます。 :)

+0

可能性のある重複した[簡単に窓にscipyのダウンロードをインストールする\ _install](https://stackoverflow.com/questions/ 20583380/install-scipy-on-windows-with-easy-install) – kazemakase

答えて

1

SciPyには非公式のインストーラを使用できます。
Hereすべての非公式インストーラーとのリンクを見つけることができます。リスト内のscipyリンクを検索して開きます。

は、このように、右のバージョンを選択することに注意してください:

  1. CP = Pythonのバージョン(つまりCP27 = Pythonv2.7)
  2. win_amd64 = x86_64版やWin32 =窓32ビット

それをダウンロードして、たとえばtについて、次のコマンド

pip install --user <scipy.whl> 

でそれをインストールします彼はPython2.7用とwindowns 32、scipyのダウンロードv.0.19.0を次のコマンドをインストールしますの

pip install --user scipy‑0.19.0‑cp27‑cp27m‑win32.whl 
+0

ありがとうございました!!!!最後にPycharmに出て、働いている!!!! –

+0

あなたを助けてうれしい! – Giordano

関連する問題