質問編集履歴
1
回答して下さったことについての追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -68,4 +68,12 @@
|
|
68
68
|
下記サイトで書かれている方法も試しましたがうまくいきませんでした。
|
69
69
|
https://larch.at.webry.info/202010/article_2.html
|
70
70
|
|
71
|
-
どなたかご教示頂けると幸いです。
|
71
|
+
どなたかご教示頂けると幸いです。
|
72
|
+
|
73
|
+
>そのpythonで下記を実行した結果を教えてください
|
74
|
+
|
75
|
+
print(platform.python_version())
|
76
|
+
→ 3.8.2
|
77
|
+
|
78
|
+
print(platform.platform())
|
79
|
+
→ macOS-13.0-x86_64-i386-64bit
|