1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
| c:\Users\ro\AppData\Local\Programs\Python\Python35-32>pip install --user numpy s
cipy matplotlib ipython jupyter pandas sympy nose
Requirement already satisfied: numpy in c:\users\ro\appdata\local\programs\pytho
n\python35-32\lib\site-packages
Collecting scipy
Using cached scipy-0.18.1.tar.gz
Requirement already satisfied: matplotlib in c:\users\ro\appdata\local\programs\
python\python35-32\lib\site-packages
Collecting ipython
Using cached ipython-5.1.0-py3-none-any.whl
Collecting jupyter
Using cached jupyter-1.0.0-py2.py3-none-any.whl
Collecting pandas
Using cached pandas-0.19.1-cp35-cp35m-win32.whl
Collecting sympy
Using cached sympy-1.0.tar.gz
Collecting nose
Using cached nose-1.3.7-py3-none-any.whl
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,>=1.5.6 in c:\users\ro\a
ppdata\local\programs\python\python35-32\lib\site-packages (from matplotlib)
Requirement already satisfied: python-dateutil in c:\users\ro\appdata\local\prog
rams\python\python35-32\lib\site-packages (from matplotlib)
Requirement already satisfied: pytz in c:\users\ro\appdata\local\programs\python
\python35-32\lib\site-packages (from matplotlib)
Requirement already satisfied: cycler in c:\users\ro\appdata\local\programs\pyth
on\python35-32\lib\site-packages (from matplotlib)
Collecting simplegeneric>0.8 (from ipython)
Using cached simplegeneric-0.8.1.zip
Collecting decorator (from ipython)
Using cached decorator-4.0.10-py2.py3-none-any.whl
Collecting prompt-toolkit<2.0.0,>=1.0.3 (from ipython)
Using cached prompt_toolkit-1.0.9-py3-none-any.whl
Collecting pygments (from ipython)
Using cached Pygments-2.1.3-py2.py3-none-any.whl
Collecting colorama; sys_platform == "win32" (from ipython)
Using cached colorama-0.3.7-py2.py3-none-any.whl
Requirement already satisfied: setuptools>=18.5 in c:\users\ro\appdata\local\pro
grams\python\python35-32\lib\site-packages (from ipython)
Collecting win-unicode-console>=0.5; sys_platform == "win32" (from ipython)
Using cached win_unicode_console-0.5.zip
Collecting pickleshare (from ipython)
Using cached pickleshare-0.7.4-py2.py3-none-any.whl
Collecting traitlets>=4.2 (from ipython)
Using cached traitlets-4.3.1-py2.py3-none-any.whl
Collecting nbconvert (from jupyter)
Using cached nbconvert-4.3.0-py2.py3-none-any.whl
Collecting jupyter-console (from jupyter)
Using cached jupyter_console-5.0.0-py2.py3-none-any.whl
Collecting notebook (from jupyter)
Using cached notebook-4.3.0-py2.py3-none-any.whl
Collecting qtconsole (from jupyter)
Using cached qtconsole-4.2.1-py2.py3-none-any.whl
Collecting ipywidgets (from jupyter)
Using cached ipywidgets-5.2.2-py2.py3-none-any.whl
Collecting ipykernel (from jupyter)
Using cached ipykernel-4.5.2-py2.py3-none-any.whl
Collecting mpmath>=0.19 (from sympy)
Using cached mpmath-0.19.tar.gz
Requirement already satisfied: six>=1.5 in c:\users\ro\appdata\local\programs\py
thon\python35-32\lib\site-packages (from python-dateutil->matplotlib)
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.3->ipython)
Using cached wcwidth-0.1.7-py2.py3-none-any.whl
Collecting ipython-genutils (from traitlets>=4.2->ipython)
Using cached ipython_genutils-0.1.0-py2.py3-none-any.whl
Collecting nbformat (from nbconvert->jupyter)
Using cached nbformat-4.2.0-py2.py3-none-any.whl
Collecting jupyter-core (from nbconvert->jupyter)
Using cached jupyter_core-4.2.1-py2.py3-none-any.whl
Collecting entrypoints (from nbconvert->jupyter)
Using cached entrypoints-0.2.2-py2.py3-none-any.whl
Collecting mistune!=0.6 (from nbconvert->jupyter)
Using cached mistune-0.7.3-py2.py3-none-any.whl
Collecting jinja2 (from nbconvert->jupyter)
Using cached Jinja2-2.8-py2.py3-none-any.whl
Collecting jupyter-client (from jupyter-console->jupyter)
Using cached jupyter_client-4.4.0-py2.py3-none-any.whl
Collecting tornado>=4 (from notebook->jupyter)
Using cached tornado-4.4.2-cp35-cp35m-win32.whl
Collecting widgetsnbextension>=1.2.6 (from ipywidgets->jupyter)
Using cached widgetsnbextension-1.2.6-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat->nbconvert->jupyter)
Using cached jsonschema-2.5.1-py2.py3-none-any.whl
Collecting MarkupSafe (from jinja2->nbconvert->jupyter)
Using cached MarkupSafe-0.23.tar.gz
Collecting pyzmq>=13 (from jupyter-client->jupyter-console->jupyter)
Using cached pyzmq-16.0.2-cp35-cp35m-win32.whl
Installing collected packages: scipy, simplegeneric, decorator, wcwidth, prompt-
toolkit, pygments, colorama, win-unicode-console, pickleshare, ipython-genutils,
traitlets, ipython, jupyter-core, jsonschema, nbformat, entrypoints, mistune, M
arkupSafe, jinja2, nbconvert, pyzmq, jupyter-client, tornado, ipykernel, jupyter
-console, notebook, qtconsole, widgetsnbextension, ipywidgets, jupyter, pandas,
mpmath, sympy, nose
Running setup.py install for scipy ... error
Complete output from command c:\users\ro\appdata\local\programs\python\pytho
n35-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\ro\\Ap
pData\\Local\\Temp\\pip-build-kscqu6op\\scipy\\setup.py';f=getattr(tokenize, 'op
en', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(
code, __file__, 'exec'))" install --record C:\Users\ro\AppData\Local\Temp\pip-vp
zpckd_-record\install-record.txt --single-version-externally-managed --compile -
-user --prefix=:
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:
openblas_lapack_info:
libraries openblas not found in ['c:\\users\\ro\\appdata\\local\\programs\
\python\\python35-32\\lib', 'C:\\', 'c:\\users\\ro\\appdata\\local\\programs\\py
thon\\python35-32\\libs']
NOT AVAILABLE
lapack_mkl_info:
libraries mkl_rt not found in ['c:\\users\\ro\\appdata\\local\\programs\\p
ython\\python35-32\\lib', 'C:\\', 'c:\\users\\ro\\appdata\\local\\programs\\pyth
on\\python35-32\\libs']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packages\nump
y\distutils\system_info.py:639: UserWarning: Specified path C:\projects\numpy-wh
eels\windows-wheel-builder\atlas-builds\atlas-3.10.1-sse2-32\lib is invalid.
warnings.warn('Specified path %s is invalid.' % d)
<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
c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packages\nump
y\distutils\system_info.py:1532: UserWarning:
Atlas ([url]http://math-atlas.sourceforge.net/[/url]) 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.
warnings.warn(AtlasNotFoundError.__doc__)
lapack_info:
libraries lapack not found in ['c:\\users\\ro\\appdata\\local\\programs\\p
ython\\python35-32\\lib', 'C:\\', 'c:\\users\\ro\\appdata\\local\\programs\\pyth
on\\python35-32\\libs']
NOT AVAILABLE
c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packages\nump
y\distutils\system_info.py:1543: UserWarning:
Lapack ([url]http://www.netlib.org/lapack/[/url]) 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.
warnings.warn(LapackNotFoundError.__doc__)
lapack_src_info:
NOT AVAILABLE
c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packages\nump
y\distutils\system_info.py:1546: UserWarning:
Lapack ([url]http://www.netlib.org/lapack/[/url]) 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.
warnings.warn(LapackSrcNotFoundError.__doc__)
NOT AVAILABLE
Running from scipy source directory.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ro\AppData\Local\Temp\pip-build-kscqu6op\scipy\setup.py", l
ine 415, in <module>
setup_package()
File "C:\Users\ro\AppData\Local\Temp\pip-build-kscqu6op\scipy\setup.py", l
ine 411, in setup_package
setup(**metadata)
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\core.py", line 135, in setup
config = configuration()
File "C:\Users\ro\AppData\Local\Temp\pip-build-kscqu6op\scipy\setup.py", l
ine 335, in configuration
config.add_subpackage('scipy')
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\misc_util.py", line 1000, in add_subpackage
caller_level = 2)
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\misc_util.py", line 969, in get_subpackage
caller_level = caller_level + 1)
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\misc_util.py", line 906, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "scipy\setup.py", line 15, in configuration
config.add_subpackage('linalg')
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\misc_util.py", line 1000, in add_subpackage
caller_level = 2)
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\misc_util.py", line 969, in get_subpackage
caller_level = caller_level + 1)
File "c:\users\ro\appdata\local\programs\python\python35-32\lib\site-packa
ges\numpy\distutils\misc_util.py", line 906, 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 "c:\users\ro\appdata\local\programs\python\python35-32\python.exe -u -c
"import setuptools, tokenize;__file__='C:\\Users\\ro\\AppData\\Local\\Temp\\pip-
build-kscqu6op\\scipy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);cod
e=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))
" install --record C:\Users\ro\AppData\Local\Temp\pip-vpzpckd_-record\install-re
cord.txt --single-version-externally-managed --compile --user --prefix=" failed
with error code 1 in C:\Users\ro\AppData\Local\Temp\pip-build-kscqu6op\scipy\ |