質問編集履歴

2

補足

2021/07/19 01:13

投稿

JohnWilliams
JohnWilliams

スコア0

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,17 @@
49
49
  ここに書いてあることは全て試しましたが、ことごとくエラーが出ました。
50
50
 
51
51
  [Pip command line “ImportError: No Module Named Typing” (stackoverflow)](https://stackoverflow.com/questions/67278017/pip-command-line-importerror-no-module-named-typing)
52
+
53
+
54
+
55
+ ###補足
56
+
57
+ 再構築の際にやったこと
58
+
59
+ anacondaのアンインストール
60
+
61
+ brewのアンインストール
62
+
63
+
64
+
65
+ pythonのバージョンが、3.9.6だと思っていたのですが確認してみると元から入っている2.7.16でした。

1

タイトル変更

2021/07/19 01:13

投稿

JohnWilliams
JohnWilliams

スコア0

test CHANGED
@@ -1 +1 @@
1
- pip ImportError: No module named typing のせいで使えない
1
+ ターミナルでpipを使用しようとすると ImportError: No module named typing が出る
test CHANGED
File without changes