質問編集履歴

4

タイトルの修正

2023/01/05 06:15

投稿

todasan
todasan

スコア78

test CHANGED
@@ -1 +1 @@
1
- pyhon3について
1
+ python3について
test CHANGED
File without changes

3

タイトルの修正

2023/01/05 06:14

投稿

todasan
todasan

スコア78

test CHANGED
@@ -1 +1 @@
1
- ptython3について
1
+ pyhon3について
test CHANGED
File without changes

2

質問の追加

2022/09/22 06:11

投稿

todasan
todasan

スコア78

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,8 @@
22
22
  echo $PATH
23
23
  /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/lib/python3.7/site-packages/pandas:/usr/local/lib/python3.7/site-packages/numpy:/usr/local/lib/python3.7/site-packages/psycopg2:/root/bin:/usr/local/lib/python3.7/site-packages/psycopg2
24
24
  ```
25
+ ・pandasなどは以下のように、インストールしました。
26
+ pip install -r requirements.txt
25
27
  以下のコードから[python3 database_te.py operation_1_1.ini]を実行します。
26
28
  ■フォルダ構成
27
29
  ・/home/todashinya/pyproglam
@@ -215,6 +217,10 @@
215
217
  [LOG]
216
218
  log_level=DEBUG
217
219
  log_name=operation_1_1
220
+ ・requirements.txt
221
+ pandas==0.25.3
222
+ numpy==1.17.4
223
+ scipy==1.3.3
218
224
  ```
219
225
  以下のエラーになります。
220
226
  Traceback (most recent call last):

1

質問の変更

2022/09/22 04:58

投稿

todasan
todasan

スコア78

test CHANGED
File without changes
test CHANGED
@@ -27,7 +27,7 @@
27
27
  ・/home/todashinya/pyproglam
28
28
  database_te.py
29
29
  ・/home/todashinya/pyproglam/conf
30
- operation_foursight_1_1.ini
30
+ operation_1_1.ini
31
31
  ・/home/todashinya/pyproglam/log
32
32
  ```ここに言語を入力
33
33
  ・database_te.py