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

質問編集履歴

3

誤字の修正

2021/08/27 00:16

投稿

guand
guand

スコア8

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
  このようなエラーが出た際にはどのように対処すればよいのでしょうか?
6
6
  詳しい方いましたら、ご指摘お願いします。
7
7
 
8
-
8
+ ```
9
9
  updateParameters Error: Traceback (most recent call last):
10
10
 
11
11
  File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 427, in <module>
@@ -37,10 +37,10 @@
37
37
  pooch_version = pooch.__version__.lstrip('v')
38
38
 
39
39
  AttributeError: module 'pooch' has no attribute '__version__'
40
+ ```
40
41
 
41
-
42
42
  ### 試したこと
43
-
43
+ ```
44
44
  import skimage
45
45
  Traceback (most recent call last):
46
46
  File "<string>", line 1, in <module>
@@ -50,4 +50,5 @@
50
50
  image_fetcher, data_dir = create_image_fetcher()
51
51
  File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\data\__init__.py", line 117, in create_image_fetcher
52
52
  pooch_version = pooch.__version__.lstrip('v')
53
- AttributeError: module 'pooch' has no attribute '__version__'
53
+ AttributeError: module 'pooch' has no attribute '__version__'
54
+ ```

2

誤字の修正

2021/08/27 00:15

投稿

guand
guand

スコア8

title CHANGED
File without changes
body CHANGED
@@ -45,4 +45,9 @@
45
45
  Traceback (most recent call last):
46
46
  File "<string>", line 1, in <module>
47
47
  File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\__init__.py", line 135, in <module>
48
- from .data import data_dir
48
+ from .data import data_dir
49
+ File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\data\__init__.py", line 166, in <module>
50
+ image_fetcher, data_dir = create_image_fetcher()
51
+ File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\data\__init__.py", line 117, in create_image_fetcher
52
+ pooch_version = pooch.__version__.lstrip('v')
53
+ AttributeError: module 'pooch' has no attribute '__version__'

1

誤字の修正

2021/08/26 23:14

投稿

guand
guand

スコア8

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,4 @@
1
- ###Pythonに関する質問です。pooch_version = pooch.version.lstrip('v')
1
+ ###????Pythonに関する質問です。pooch_version = pooch.version.lstrip('v')
2
2
  ###AttributeError: module 'pooch' has no attribute 'version'
3
3
  ArcGISおよびPython初心者です。
4
4
  ArcGISを用いて、ImageAnalystツールの中のTrain Deep Learning Modelを実行するために、まず、入力データを入れた際に以下のようなPythonに関連したエラーが出ました。