teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

Pythonバージョン追記

2021/05/22 07:11

投稿

taharasan
taharasan

スコア55

title CHANGED
File without changes
body CHANGED
@@ -22,6 +22,10 @@
22
22
  "stackTrace": []
23
23
  }
24
24
 
25
+ 【Pythonバージョン】
26
+ ローカル環境:3.8.3
27
+ Lambda環境:3.8
28
+
25
29
  よろしくおねがいします。
26
30
 
27
31
 

2

文言修正

2021/05/22 07:11

投稿

taharasan
taharasan

スコア55

title CHANGED
File without changes
body CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  【Lambdaエラーメッセージ】
19
19
  {
20
- "errorMessage": "Unable to import module 'ASPHttpConnectWatch': No module named 'cryptography.hazmat.bindings._constant_time'",
20
+ "errorMessage": "Unable to import module 'モジュール名': No module named 'cryptography.hazmat.bindings._constant_time'",
21
21
  "errorType": "Runtime.ImportModuleError",
22
22
  "stackTrace": []
23
23
  }

1

文言修正

2021/05/22 07:00

投稿

taharasan
taharasan

スコア55

title CHANGED
File without changes
body CHANGED
@@ -9,7 +9,7 @@
9
9
  pip install pyOpenSSL -t .
10
10
  にて該当PGと同じ階層にインストールし、ZIPファイルをアップロードしております。
11
11
 
12
- pyOpenSSLをインストール中の「cryptography」が動作しないようですが、何か対応方法はあるのでしょうか?
12
+ pyOpenSSLをインストールした中の「cryptography」が動作しないようですが、何か対応方法はあるのでしょうか?
13
13
 
14
14
  【懸念事項】
15
15
  pyOpenSSLのモジュールを、ローカル環境(Windows10)でインストールしましたが
@@ -60,7 +60,6 @@
60
60
  s = Session()
61
61
  s.cert = client_certs_pem
62
62
 
63
- #POST接続
64
63
  try:
65
64
  r = s.post(url, params=POSTdata)
66
65
  status_code = r.status_code