質問編集履歴
1
試したことの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -120,7 +120,7 @@
|
|
120
120
|
```
|
121
121
|
|
122
122
|
### 試したこと・調べたこと
|
123
|
-
- [
|
123
|
+
- [x] teratailやGoogle等で検索した
|
124
124
|
- [ ] ソースコードを自分なりに変更した
|
125
125
|
- [ ] 知人に聞いた
|
126
126
|
- [x] その他
|
@@ -131,6 +131,8 @@
|
|
131
131
|
ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none)
|
132
132
|
ERROR: No matching distribution found for tensorflow-text
|
133
133
|
|
134
|
+
ネット検索の結果、Version 2.10 や 2.5 が良いとあったので試してみたが同じエラーが出ました。(最新バージョンは2.19.0)
|
135
|
+
|
134
136
|
### 補足
|
135
137
|
Windows 11
|
136
138
|
Python 3.12.8
|