質問編集履歴

2

(前半と後半で数字がずれているのは文字数制限を回避するためです)文言追加

2019/10/18 15:01

投稿

rr9500sc
rr9500sc

スコア16

test CHANGED
File without changes
test CHANGED
@@ -504,7 +504,7 @@
504
504
 
505
505
  scikit-learnやmatplotlibが入っているのが確認できました。
506
506
 
507
- また、同様のコードをjupyter notebookに入れたところ、普通にimport可能であり、結果を表示することが出来ました。
507
+ また、同様のコードをjupyter notebookに入れたところ、普通にimport可能であり、結果を表示することが出来ました。(前半と後半で数字がずれているのは文字数制限を回避するためです)
508
508
 
509
509
 
510
510
 

1

記入と投稿を時間を空けてしまったため何故か文が途中で消えてしまっていたようです。ご迷惑をおかけしました。

2019/10/18 15:01

投稿

rr9500sc
rr9500sc

スコア16

test CHANGED
File without changes
test CHANGED
@@ -1,11 +1,19 @@
1
- こんにちは。
2
-
3
1
  scikit-learnを使用したく、pythonのIDLEにて
4
2
 
5
3
  以下のコードを打ち込みました。
6
4
 
7
5
 
8
6
 
7
+ 環境
8
+
9
+ ・windows10 64bit
10
+
11
+ ・python3.8 32bit
12
+
13
+ ・anaconda3
14
+
15
+
16
+
9
17
  ```ここに言語を入力
10
18
 
11
19
  import sklearn.datasets
@@ -24,8 +32,6 @@
24
32
 
25
33
  ```
26
34
 
27
-
28
-
29
35
  しかし、結果は
30
36
 
31
37
  ```ここに言語を入力
@@ -48,10 +54,472 @@
48
54
 
49
55
  pip listで確認すると
50
56
 
51
-
52
-
53
57
  ```ここに言語を入力
54
58
 
55
-
59
+ C:\Users\CF-SZ5>pip list
60
+
61
+ Package Version
62
+
63
+ ---------------------------------- ---------
64
+
65
+ alabaster 0.7.12
66
+
67
+ anaconda-client 1.7.2
68
+
69
+ anaconda-navigator 1.9.7
70
+
71
+ anaconda-project 0.8.3
72
+
73
+ asn1crypto 1.0.1
74
+
75
+ astroid 2.3.1
76
+
77
+ astropy 3.2.1
78
+
79
+ atomicwrites 1.3.0
80
+
81
+ attrs 19.2.0
82
+
83
+ Babel 2.7.0
84
+
85
+ backcall 0.1.0
86
+
87
+ backports.functools-lru-cache 1.5
88
+
89
+ backports.os 0.1.1
90
+
91
+ backports.shutil-get-terminal-size 1.0.0
92
+
93
+ backports.tempfile 1.0
94
+
95
+ backports.weakref 1.0.post1
96
+
97
+ beautifulsoup4 4.8.0
98
+
99
+ bitarray 1.0.1
100
+
101
+ bkcharts 0.2
102
+
103
+ bleach 3.1.0
104
+
105
+ bokeh 1.3.4
106
+
107
+ boto 2.49.0
108
+
109
+ Bottleneck 1.2.1
110
+
111
+ certifi 2019.9.11
112
+
113
+ cffi 1.12.3
114
+
115
+ chardet 3.0.4
116
+
117
+ Click 7.0
118
+
119
+ cloudpickle 1.2.2
120
+
121
+ clyent 1.2.2
122
+
123
+ colorama 0.4.1
124
+
125
+ comtypes 1.1.7
126
+
127
+ conda 4.7.12
128
+
129
+ conda-build 3.18.9
130
+
131
+ conda-package-handling 1.6.0
132
+
133
+ conda-verify 3.4.2
134
+
135
+ contextlib2 0.6.0
136
+
137
+ cryptography 2.7
138
+
139
+ cycler 0.10.0
140
+
141
+ Cython 0.29.13
142
+
143
+ cytoolz 0.10.0
144
+
145
+ dask 2.5.2
146
+
147
+ decorator 4.4.0
148
+
149
+ defusedxml 0.6.0
150
+
151
+ distributed 2.5.2
152
+
153
+ docutils 0.15.2
154
+
155
+ entrypoints 0.3
156
+
157
+ et-xmlfile 1.0.1
158
+
159
+ fastcache 1.1.0
160
+
161
+ filelock 3.0.12
162
+
163
+ Flask 1.1.1
164
+
165
+ fsspec 0.5.2
166
+
167
+ future 0.17.1
168
+
169
+ gevent 1.4.0
170
+
171
+ glob2 0.7
172
+
173
+ greenlet 0.4.15
174
+
175
+ h5py 2.9.0
176
+
177
+ HeapDict 1.0.1
178
+
179
+ html5lib 1.0.1
180
+
181
+ idna 2.8
182
+
183
+ imageio 2.6.0
184
+
185
+ imagesize 1.1.0
186
+
187
+ importlib-metadata 0.23
188
+
189
+ ipykernel 5.1.2
190
+
191
+ ipython 7.8.0
192
+
193
+ ipython-genutils 0.2.0
194
+
195
+ ipywidgets 7.5.1
196
+
197
+ isort 4.3.21
198
+
199
+ itsdangerous 1.1.0
200
+
201
+ jdcal 1.4.1
202
+
203
+ jedi 0.15.1
204
+
205
+ Jinja2 2.10.3
206
+
207
+ joblib 0.13.2
208
+
209
+ json5 0.8.5
210
+
211
+ jsonschema 3.0.2
212
+
213
+ jupyter 1.0.0
214
+
215
+ jupyter-client 5.3.3
216
+
217
+ jupyter-console 6.0.0
218
+
219
+ jupyter-core 4.5.0
220
+
221
+ jupyterlab 1.1.4
222
+
223
+ jupyterlab-server 1.0.6
224
+
225
+ keyring 18.0.0
226
+
227
+ kiwisolver 1.1.0
228
+
229
+ lazy-object-proxy 1.4.2
230
+
231
+ libarchive-c 2.8
232
+
233
+ llvmlite 0.29.0
234
+
235
+ locket 0.2.0
236
+
237
+ lxml 4.4.1
238
+
239
+ MarkupSafe 1.1.1
240
+
241
+ matplotlib 3.1.1
242
+
243
+ mccabe 0.6.1
244
+
245
+ menuinst 1.4.16
246
+
247
+ mistune 0.8.4
248
+
249
+ mkl-fft 1.0.14
250
+
251
+ mkl-random 1.1.0
252
+
253
+ mkl-service 2.3.0
254
+
255
+ mock 3.0.5
256
+
257
+ more-itertools 7.2.0
258
+
259
+ mpmath 1.1.0
260
+
261
+ msgpack 0.6.1
262
+
263
+ multipledispatch 0.6.0
264
+
265
+ navigator-updater 0.2.1
266
+
267
+ nbconvert 5.6.0
268
+
269
+ nbformat 4.4.0
270
+
271
+ networkx 2.3
272
+
273
+ nltk 3.4.5
274
+
275
+ nose 1.3.7
276
+
277
+ notebook 6.0.1
278
+
279
+ numba 0.45.0
280
+
281
+ numexpr 2.7.0
282
+
283
+ numpy 1.16.5
284
+
285
+ numpydoc 0.9.1
286
+
287
+ olefile 0.46
288
+
289
+ openpyxl 3.0.0
290
+
291
+ packaging 19.2
292
+
293
+ pandas 0.25.1
294
+
295
+ pandocfilters 1.4.2
296
+
297
+ parso 0.5.1
298
+
299
+ partd 1.0.0
300
+
301
+ path.py 12.0.1
302
+
303
+ pathlib2 2.3.5
304
+
305
+ patsy 0.5.1
306
+
307
+ pep8 1.7.1
308
+
309
+ pickleshare 0.7.5
310
+
311
+ Pillow 6.2.0
312
+
313
+ pip 19.2.3
314
+
315
+ pkginfo 1.5.0.1
316
+
317
+ pluggy 0.13.0
318
+
319
+ ply 3.11
320
+
321
+ prometheus-client 0.7.1
322
+
323
+ prompt-toolkit 2.0.10
324
+
325
+ psutil 5.6.3
326
+
327
+ py 1.8.0
328
+
329
+ pycodestyle 2.5.0
330
+
331
+ pycosat 0.6.3
332
+
333
+ pycparser 2.19
334
+
335
+ pycrypto 2.6.1
336
+
337
+ pycurl 7.43.0.3
338
+
339
+ pyflakes 2.1.1
340
+
341
+ Pygments 2.4.2
342
+
343
+ pylint 2.4.2
344
+
345
+ pyodbc 4.0.27
346
+
347
+ pyOpenSSL 19.0.0
348
+
349
+ pyparsing 2.4.2
350
+
351
+ pyreadline 2.1
352
+
353
+ pyrsistent 0.15.4
354
+
355
+ PySocks 1.7.1
356
+
357
+ pytest 5.2.1
358
+
359
+ pytest-arraydiff 0.3
360
+
361
+ pytest-astropy 0.5.0
362
+
363
+ pytest-doctestplus 0.4.0
364
+
365
+ pytest-openfiles 0.4.0
366
+
367
+ pytest-remotedata 0.3.2
368
+
369
+ python-dateutil 2.8.0
370
+
371
+ pytz 2019.3
372
+
373
+ PyWavelets 1.0.3
374
+
375
+ pywin32 223
376
+
377
+ pywinpty 0.5.5
378
+
379
+ PyYAML 5.1.2
380
+
381
+ pyzmq 18.1.0
382
+
383
+ QtAwesome 0.6.0
384
+
385
+ qtconsole 4.5.5
386
+
387
+ QtPy 1.9.0
388
+
389
+ requests 2.22.0
390
+
391
+ rope 0.14.0
392
+
393
+ ruamel-yaml 0.15.46
394
+
395
+ scikit-image 0.15.0
396
+
397
+ scikit-learn 0.21.1
398
+
399
+ scipy 1.3.1
400
+
401
+ seaborn 0.9.0
402
+
403
+ Send2Trash 1.5.0
404
+
405
+ setuptools 41.4.0
406
+
407
+ simplegeneric 0.8.1
408
+
409
+ singledispatch 3.4.0.3
410
+
411
+ six 1.12.0
412
+
413
+ snowballstemmer 2.0.0
414
+
415
+ sortedcollections 1.1.2
416
+
417
+ sortedcontainers 2.1.0
418
+
419
+ soupsieve 1.9.3
420
+
421
+ Sphinx 2.2.0
422
+
423
+ sphinxcontrib-applehelp 1.0.1
424
+
425
+ sphinxcontrib-devhelp 1.0.1
426
+
427
+ sphinxcontrib-htmlhelp 1.0.2
428
+
429
+ sphinxcontrib-jsmath 1.0.1
430
+
431
+ sphinxcontrib-qthelp 1.0.2
432
+
433
+ sphinxcontrib-serializinghtml 1.1.3
434
+
435
+ sphinxcontrib-websupport 1.1.2
436
+
437
+ spyder 3.3.6
438
+
439
+ spyder-kernels 0.5.2
440
+
441
+ SQLAlchemy 1.3.9
442
+
443
+ statsmodels 0.10.1
444
+
445
+ sympy 1.4
446
+
447
+ tables 3.5.2
448
+
449
+ tblib 1.4.0
450
+
451
+ terminado 0.8.2
452
+
453
+ testpath 0.4.2
454
+
455
+ toolz 0.10.0
456
+
457
+ tornado 6.0.3
458
+
459
+ tqdm 4.36.1
460
+
461
+ traitlets 4.3.3
462
+
463
+ unicodecsv 0.14.1
464
+
465
+ urllib3 1.24.2
466
+
467
+ wcwidth 0.1.7
468
+
469
+ webencodings 0.5.1
470
+
471
+ Werkzeug 0.16.0
472
+
473
+ wheel 0.33.6
474
+
475
+ widgetsnbextension 3.5.1
476
+
477
+ win-inet-pton 1.1.0
478
+
479
+ win-unicode-console 0.5
480
+
481
+ wincertstore 0.2
482
+
483
+ wrapt 1.11.2
484
+
485
+ xlrd 1.2.0
486
+
487
+ XlsxWriter 1.2.1
488
+
489
+ xlwings 0.15.10
490
+
491
+ xlwt 1.3.0
492
+
493
+ zict 1.0.0
494
+
495
+ zipp 0.6.0
496
+
497
+ WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
498
+
499
+ Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
56
500
 
57
501
  ```
502
+
503
+ このように出てきて、
504
+
505
+ scikit-learnやmatplotlibが入っているのが確認できました。
506
+
507
+ また、同様のコードをjupyter notebookに入れたところ、普通にimport可能であり、結果を表示することが出来ました。
508
+
509
+
510
+
511
+ 試したこと
512
+
513
+ ・再起動
514
+
515
+ ・pythonの入れ直し
516
+
517
+ ・pythonを64bit→32bitへ変更
518
+
519
+ ・scikit-learnのuninstall→installを行う
520
+
521
+
522
+
523
+ 他のも必要な情報等ありましたら追記いたします。
524
+
525
+ よろしくお願いします。