質問編集履歴

4

追記

2020/05/17 05:37

投稿

dbrow
dbrow

スコア18

test CHANGED
File without changes
test CHANGED
@@ -102,6 +102,42 @@
102
102
 
103
103
  ```
104
104
 
105
+ ### 試したこと2
106
+
107
+ ・gitinitから再度実行
108
+
109
+ ### 結果
110
+
111
+ ```ここに言語を入力
112
+
113
+ ERROR: Could not find a version that satisfies the requirement clyent==1.2.2 (from -r /tmp/build_a70704366f1d4dd5b1a76e88e8b511be/requirements.txt (line 32)) (from versions: 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.3.2, 0.3.3, 0.3.4, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1)
114
+
115
+ remote: ERROR: No matching distribution found for clyent==1.2.2 (from -r /tmp/build_a70704366f1d4dd5b1a76e88e8b511be/requirements.txt (line 32))
116
+
117
+ remote: ! Push rejected, failed to compile Python app.
118
+
119
+ remote:
120
+
121
+ remote: ! Push failed
122
+
123
+ remote: Verifying deploy...
124
+
125
+ remote:
126
+
127
+ remote: ! Push rejected to agile-tundra-98261.
128
+
129
+ remote:
130
+
131
+ To https://git.heroku.com/agile-tundra-98261.git
132
+
133
+ ! [remote rejected] master -> master (pre-receive hook declined)
134
+
135
+ error: failed to push some refs to 'https://git.heroku.com/agile-tundra-98261.git'
136
+
137
+
138
+
139
+ ```
140
+
105
141
 
106
142
 
107
143
  ### その他

3

runtime.txt追記

2020/05/17 05:37

投稿

dbrow
dbrow

スコア18

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,16 @@
94
94
 
95
95
 
96
96
 
97
+ ### runtime.txt
98
+
99
+ ```ここに言語を入力
100
+
101
+ python-3.8.2
102
+
103
+ ```
104
+
105
+
106
+
97
107
  ### その他
98
108
 
99
109
  ・3.8.2はhomebrewを用いてインストールしたが、3.7.4はanacondaを用いてインストールした(はず)

2

ディレクトリ構造の追記

2020/05/16 11:56

投稿

dbrow
dbrow

スコア18

test CHANGED
File without changes
test CHANGED
@@ -78,6 +78,22 @@
78
78
 
79
79
 
80
80
 
81
+ ### ディレクトリ構造
82
+
83
+ ・Aまで移動、A以下の構造は以下の通り
84
+
85
+ A/
86
+
87
+ ├ main.py/
88
+
89
+ ├ Procfile/
90
+
91
+ ├ Requirements.txt/
92
+
93
+ ├ Runtime.txt/
94
+
95
+
96
+
81
97
  ### その他
82
98
 
83
99
  ・3.8.2はhomebrewを用いてインストールしたが、3.7.4はanacondaを用いてインストールした(はず)

1

追記

2020/05/16 08:53

投稿

dbrow
dbrow

スコア18

test CHANGED
File without changes
test CHANGED
@@ -78,4 +78,12 @@
78
78
 
79
79
 
80
80
 
81
+ ### その他
82
+
83
+ ・3.8.2はhomebrewを用いてインストールしたが、3.7.4はanacondaを用いてインストールした(はず)
84
+
85
+ ・ローカル環境での動作は確認済み
86
+
87
+
88
+
81
89
  宜しくお願いします。