質問編集履歴

3

質問の追加

2020/10/08 10:11

投稿

asask
asask

スコア2

test CHANGED
File without changes
test CHANGED
@@ -92,6 +92,10 @@
92
92
 
93
93
  Microsoft C++ Build Tools をインストールしてから実行しなおすと以下のエラーが出ました。
94
94
 
95
+ [https://teratail.com/questions/296760?modal=q-comp](https://teratail.com/questions/296760?modal=q-comp)
96
+
97
+ こちらで新たに質問しました。
98
+
95
99
 
96
100
 
97
101
  ```

2

新しくエラーが出た

2020/10/08 10:10

投稿

asask
asask

スコア2

test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,12 @@
88
88
 
89
89
 
90
90
 
91
+ ###追記
92
+
93
+ Microsoft C++ Build Tools をインストールしてから実行しなおすと以下のエラーが出ました。
94
+
95
+
96
+
91
97
  ```
92
98
 
93
99
  ERROR: Command errored out with exit status 1: 'c:\users\asask\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\asask\AppData\Local\Temp\pip-install-1ik9mkpp\lxml\setup.py'"'"'; __file__='"'"'C:\Users\asask\AppData\Local\Temp\pip-install-1ik9mkpp\lxml\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:\Users\asask\AppData\Local\Temp\pip-record-tz025ijs\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\asask\appdata\local\programs\python\python39\Include\lxml' Check the logs for full command output.

1

新しくエラーが出た

2020/10/08 09:34

投稿

asask
asask

スコア2

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,13 @@
83
83
 
84
84
 
85
85
  pip とpip3 の二つの方法を試しましたがうまくいきませんでした。
86
+
87
+
88
+
89
+
90
+
91
+ ```
92
+
93
+ ERROR: Command errored out with exit status 1: 'c:\users\asask\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\asask\AppData\Local\Temp\pip-install-1ik9mkpp\lxml\setup.py'"'"'; __file__='"'"'C:\Users\asask\AppData\Local\Temp\pip-install-1ik9mkpp\lxml\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:\Users\asask\AppData\Local\Temp\pip-record-tz025ijs\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\asask\appdata\local\programs\python\python39\Include\lxml' Check the logs for full command output.
94
+
95
+ ```