回答編集履歴
1
修正
answer
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
```
|
8
8
|
Requirement already satisfied: beautifulsoup4 in c:\users\takeda\anaconda3\lib\site-packages (4.6.0)
|
9
9
|
```
|
10
|
-
なので、たぶん入ってるはずなんですけど……`distributed 1.21.8 requires .....
|
10
|
+
なので、たぶん入ってるはずなんですけど……`distributed 1.21.8 requires .....`
|
11
11
|
|
12
12
|
を解決してから一応もう一回やってみてください。
|
13
13
|
|
@@ -15,6 +15,4 @@
|
|
15
15
|
You are using pip version 10.0.1, however version 18.0 is available.
|
16
16
|
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
|
17
17
|
```
|
18
|
-
は何ら気にする必要はありません。無視で。
|
18
|
+
は何ら気にする必要はありません。無視で。
|
19
|
-
|
20
|
-
ちなみに、ライブラリがインストールされている場合でも、`bs4.py`を作っているとそのエラーが出ますね。
|