回答編集履歴

1

公式レポ追加

2020/02/04 09:45

投稿

namuyan
namuyan

スコア76

test CHANGED
@@ -73,3 +73,19 @@
73
73
 
74
74
 
75
75
  **%PYTHON_HOME%**は`where python`で調べる事ができる。
76
+
77
+ ソース元はAnaconda3.7のdistutils、オリジナルはもう管理していない。
78
+
79
+
80
+
81
+ 追記
82
+
83
+ ----
84
+
85
+ * [msvcr140.dll has been replaced with vcruntime140.dll](https://bugs.python.org/issue32535)
86
+
87
+ * [Visual C++ ランタイムのバージョンとサポートされる OS について](https://docs.microsoft.com/ja-jp/archive/blogs/jpvsblog/visual-c-os)
88
+
89
+ * [How to correctly link to UCRT](https://mingwpy.github.io/ucrt.html)
90
+
91
+ リンクを見ると`vcruntime140`が正しそうに見えるがビルドできず、結局のところ`ucrtbase`が正しいとmingwpyの説明。最近の文系プログラマ向けスクールサイトのSEOが妙に高いせいで正しい情報に行きつきにくい。