質問編集履歴
1
実行コマンドを
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
### 発生している問題・分からないこと
|
|
5
5
|
stable-point-aware-3dを仮想環境venv上に構築しています。
|
|
6
|
-
stable-point-aware-3dの起動
|
|
6
|
+
stable-point-aware-3dの起動(Gradio有無2種)に'FilePickerResultEvent'なしエラーが発生しました。
|
|
7
7
|
似た現象をご存じの方、原因調査方法をご存じの方、おられましたら助力願います。
|
|
8
8
|
連日stable-point-aware-3dに対して質問を連投しており、非常にすみません。
|
|
9
9
|
|
|
10
10
|
### エラーメッセージ
|
|
11
11
|
```error
|
|
12
|
-
・実行コマンド
|
|
12
|
+
・実行コマンド1(Gradioあり) python gradio_app.py
|
|
13
|
+
・実行コマンド2(Gradioなし) python run.py demo_files/examples/fish.png --output-dir output/
|
|
13
14
|
|
|
14
15
|
ImportError: cannot import name 'FilePickerResultEvent' from 'flet' (D:\Applications\Stable_Point_Aware_3D\Stable_Point_Aware_3D\venv\lib\site-packages\flet\__init__.py)
|
|
15
16
|
```
|
|
@@ -37,6 +38,7 @@
|
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
### 補足
|
|
41
|
+
```
|
|
40
42
|
■インストール環境は以下です
|
|
41
43
|
・PC本体:
|
|
42
44
|
Visual Studio:
|
|
@@ -223,3 +225,4 @@
|
|
|
223
225
|
wheel 0.46.3
|
|
224
226
|
widgetsnbextension 4.0.15
|
|
225
227
|
zipp 3.23.0
|
|
228
|
+
```
|