質問編集履歴

1

scipyがインストールできません

2020/01/14 02:30

投稿

naana
naana

スコア5

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,25 @@
12
12
 
13
13
  ```
14
14
 
15
- エラーメッセージ
15
+ creating build/temp.macosx-10.9-x86_64-3.7/scipy/fft
16
+
17
+ creating build/temp.macosx-10.9-x86_64-3.7/scipy/fft/_pocketfft
18
+
19
+ compile options: '-DPOCKETFFT_PTHREADS -I/Users/hikaruyajima/opt/anaconda3/include -I/Users/hikaruyajima/opt/anaconda3/include -I/Users/hikaruyajima/opt/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/hikaruyajima/opt/anaconda3/include/python3.7m -c'
20
+
21
+ extra options: '-std=c++14 -pthread -fvisibility=hidden -mmacosx-version-min=10.9'
22
+
23
+ g++: scipy/fft/_pocketfft/pypocketfft.cxx
24
+
25
+ scipy/fft/_pocketfft/pypocketfft.cxx:15:10: fatal error: 'pybind11/pybind11.h' file not found
26
+
27
+ #include <pybind11/pybind11.h>
28
+
29
+ ^~~~~~~~~~~~~~~~~~~~~
30
+
31
+ 1 error generated.
32
+
33
+ error: Command "g++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/hikaruyajima/opt/anaconda3/include -arch x86_64 -I/Users/hikaruyajima/opt/anaconda3/include -arch x86_64 -DPOCKETFFT_PTHREADS -I/Users/hikaruyajima/opt/anaconda3/include -I/Users/hikaruyajima/opt/anaconda3/include -I/Users/hikaruyajima/opt/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/Users/hikaruyajima/opt/anaconda3/include/python3.7m -c scipy/fft/_pocketfft/pypocketfft.cxx -o build/temp.macosx-10.9-x86_64-3.7/scipy/fft/_pocketfft/pypocketfft.o -MMD -MF build/temp.macosx-10.9-x86_64-3.7/scipy/fft/_pocketfft/pypocketfft.o.d -std=c++14 -pthread -fvisibility=hidden -mmacosx-version-min=10.9" failed with exit status 1
16
34
 
17
35
  ```
18
36