質問編集履歴

2

2019/05/10 07:37

投稿

fu_3823
fu_3823

スコア81

test CHANGED
File without changes
test CHANGED
File without changes

1

追記

2019/05/10 07:37

投稿

fu_3823
fu_3823

スコア81

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,11 @@
8
8
 
9
9
  ↓エラー
10
10
 
11
+ ```Linux
12
+
11
13
  ERROR: Command "/home/vagrant/scraping/bin/python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-qpba_f0v/Twisted/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-jzp57w5i/install-record.txt --single-version-externally-managed --compile --install-headers /home/vagrant/scraping/include/site/python3.5/Twisted" failed with error code 1 in /tmp/pip-install-qpba_f0v/Twisted/
12
14
 
13
-
15
+ ```
14
16
 
15
17
  実行したのは以下のコードです。
16
18
 
@@ -23,3 +25,15 @@
23
25
 
24
26
 
25
27
  目的はscrapyの導入で、そのための勉強過程で行き詰りました。
28
+
29
+
30
+
31
+ 以下のエラーメッセージも見つけました。
32
+
33
+ ```Linux
34
+
35
+ ERROR: Complete output from command /home/vagrant/scraping/bin/python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-qpba_f0v/Twisted/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-jzp57w5i/install-record.txt --single-version-externally-managed --compile --install-headers /home/vagrant/scraping/include/site/python3.5/Twisted:
36
+
37
+ ```
38
+
39
+ 追記しておきます。