質問編集履歴

3

誤字の修正

2021/08/27 00:16

投稿

guand
guand

スコア8

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
-
15
+ ```
16
16
 
17
17
  updateParameters Error: Traceback (most recent call last):
18
18
 
@@ -76,13 +76,13 @@
76
76
 
77
77
  AttributeError: module 'pooch' has no attribute '__version__'
78
78
 
79
-
79
+ ```
80
80
 
81
81
 
82
82
 
83
83
  ### 試したこと
84
84
 
85
-
85
+ ```
86
86
 
87
87
  import skimage
88
88
 
@@ -103,3 +103,5 @@
103
103
  pooch_version = pooch.__version__.lstrip('v')
104
104
 
105
105
  AttributeError: module 'pooch' has no attribute '__version__'
106
+
107
+ ```

2

誤字の修正

2021/08/27 00:15

投稿

guand
guand

スコア8

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,13 @@
93
93
  File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\__init__.py", line 135, in <module>
94
94
 
95
95
  from .data import data_dir
96
+
97
+ File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\data\__init__.py", line 166, in <module>
98
+
99
+ image_fetcher, data_dir = create_image_fetcher()
100
+
101
+ File "C:\Users\nabe6\AppData\Roaming\Python\Python37\site-packages\skimage\data\__init__.py", line 117, in create_image_fetcher
102
+
103
+ pooch_version = pooch.__version__.lstrip('v')
104
+
105
+ AttributeError: module 'pooch' has no attribute '__version__'

1

誤字の修正

2021/08/26 23:14

投稿

guand
guand

スコア8

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ###Pythonに関する質問です。pooch_version = pooch.version.lstrip('v')
1
+ ###????Pythonに関する質問です。pooch_version = pooch.version.lstrip('v')
2
2
 
3
3
  ###AttributeError: module 'pooch' has no attribute 'version'
4
4