質問編集履歴

3

Pythonバージョン追記

2021/05/22 07:11

投稿

taharasan
taharasan

スコア55

test CHANGED
File without changes
test CHANGED
@@ -43,6 +43,14 @@
43
43
  "stackTrace": []
44
44
 
45
45
  }
46
+
47
+
48
+
49
+ 【Pythonバージョン】
50
+
51
+ ローカル環境:3.8.3
52
+
53
+ Lambda環境:3.8
46
54
 
47
55
 
48
56
 

2

文言修正

2021/05/22 07:11

投稿

taharasan
taharasan

スコア55

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  {
38
38
 
39
- "errorMessage": "Unable to import module 'ASPHttpConnectWatch': No module named 'cryptography.hazmat.bindings._constant_time'",
39
+ "errorMessage": "Unable to import module 'モジュール名': No module named 'cryptography.hazmat.bindings._constant_time'",
40
40
 
41
41
  "errorType": "Runtime.ImportModuleError",
42
42
 

1

文言修正

2021/05/22 07:00

投稿

taharasan
taharasan

スコア55

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- pyOpenSSLをインストール中の「cryptography」が動作しないようですが、何か対応方法はあるのでしょうか?
23
+ pyOpenSSLをインストールした中の「cryptography」が動作しないようですが、何か対応方法はあるのでしょうか?
24
24
 
25
25
 
26
26
 
@@ -122,8 +122,6 @@
122
122
 
123
123
 
124
124
 
125
- #POST接続
126
-
127
125
  try:
128
126
 
129
127
  r = s.post(url, params=POSTdata)