質問編集履歴

2

katsuko様のおっしゃる通りにpython3-devel 入れてみました

2019/06/07 13:17

投稿

python-syosinns
python-syosinns

スコア10

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,9 @@
10
10
 
11
11
 
12
12
 
13
-
14
-
15
13
  ```Python3
16
14
 
17
- ERROR: Complete output from command /usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-fde3bttu/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-efe171tp/install-record.txt --single-version-externally-managed --compile:
15
+ ERROR: Complete output from command /usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-2iedylp7/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-2u43qpmd/install-record.txt --single-version-externally-managed --compile:
18
16
 
19
17
  ERROR: running install
20
18
 
@@ -32,11 +30,13 @@
32
30
 
33
31
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/build=/usr/src/debug/python36-3.6.8-1 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/src/Python-3.6.8=/usr/src/debug/python36-3.6.8-1 -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/build=/usr/src/debug/python36-3.6.8-1 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/src/Python-3.6.8=/usr/src/debug/python36-3.6.8-1 -I. -I/usr/include/python3.6m -c py/kiwisolver.cpp -o build/temp.cygwin-3.0.7-x86_64-3.6/py/kiwisolver.o
34
32
 
35
- py/kiwisolver.cpp:8:10: fatal error: Python.h: No such file or directory
33
+ In file included from py/kiwisolver.cpp:8:0:
36
34
 
37
- #include <Python.h>
35
+ /usr/include/python3.6m/Python.h:39:10: fatal error: crypt.h: No such file or directory
38
36
 
37
+ #include <crypt.h>
38
+
39
- ^~~~~~~~~~
39
+ ^~~~~~~~~
40
40
 
41
41
  compilation terminated.
42
42
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  ----------------------------------------
46
46
 
47
- ERROR: Command "/usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-fde3bttu/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-efe171tp/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-fde3bttu/kiwisolver/
47
+ ERROR: Command "/usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-2iedylp7/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-2u43qpmd/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-2iedylp7/kiwisolver/
48
48
 
49
49
 
50
50
 
@@ -52,6 +52,4 @@
52
52
 
53
53
  ### 試したこと
54
54
 
55
-
56
-
57
- gccというものが何か絡んでいそうだとは感じましたがどうしらいいわかません助けてください。
55
+ katsuko様のおっしゃったおりPython3-develをれたところエラー内容変わりましたこれもまのでしょうか

1

Matplotlibをインストールしようとした際にでたエラーです。Scipy, Pandasは文字が多すぎて文字数制限に引っ掛かりました。

2019/06/07 13:17

投稿

python-syosinns
python-syosinns

スコア10

test CHANGED
File without changes
test CHANGED
@@ -12,11 +12,27 @@
12
12
 
13
13
 
14
14
 
15
+ ```Python3
15
16
 
17
+ ERROR: Complete output from command /usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-fde3bttu/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-efe171tp/install-record.txt --single-version-externally-managed --compile:
16
18
 
17
- ``
19
+ ERROR: running install
18
20
 
19
- py/kiwisolver.cpp:8:10: fatal error: Python.h: No such file or directory
21
+ running build
22
+
23
+ running build_ext
24
+
25
+ building 'kiwisolver' extension
26
+
27
+ creating build
28
+
29
+ creating build/temp.cygwin-3.0.7-x86_64-3.6
30
+
31
+ creating build/temp.cygwin-3.0.7-x86_64-3.6/py
32
+
33
+ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/build=/usr/src/debug/python36-3.6.8-1 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/src/Python-3.6.8=/usr/src/debug/python36-3.6.8-1 -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/build=/usr/src/debug/python36-3.6.8-1 -fdebug-prefix-map=/usr/src/ports/python36/python36-3.6.8-1.x86_64/src/Python-3.6.8=/usr/src/debug/python36-3.6.8-1 -I. -I/usr/include/python3.6m -c py/kiwisolver.cpp -o build/temp.cygwin-3.0.7-x86_64-3.6/py/kiwisolver.o
34
+
35
+ py/kiwisolver.cpp:8:10: fatal error: Python.h: No such file or directory
20
36
 
21
37
  #include <Python.h>
22
38
 
@@ -28,19 +44,11 @@
28
44
 
29
45
  ----------------------------------------
30
46
 
31
- ERROR: Command "/usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-sr31k9hj/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-2l049fua/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-sr31k9hj/kiwisolver/
47
+ ERROR: Command "/usr/bin/Python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-fde3bttu/kiwisolver/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-efe171tp/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-fde3bttu/kiwisolver/
32
48
 
33
49
 
34
50
 
35
-
51
+ ```
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
52
 
45
53
  ### 試したこと
46
54