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

質問編集履歴

2

エラー内容の変更

2018/03/19 05:04

投稿

gymgym
gymgym

スコア99

title CHANGED
File without changes
body CHANGED
@@ -7,13 +7,11 @@
7
7
 
8
8
  ### 発生している問題・エラーメッセージ
9
9
 
10
+
11
+ matplotlib再インストールによるエラーの変更
10
12
  ```
11
- objc[16448]: Class TKApplication is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa71f8) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91ae40). One of the two will be used. Which one is undefined.
12
- objc[16448]: Class TKMenu is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa7248) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91c020). One of the two will be used. Which one is undefined.
13
- objc[16448]: Class TKContentView is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa7298) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91c8a0). One of the two will be used. Which one is undefined.
14
- objc[16448]: Class TKWindow is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa72e8) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91cda0). One of the two will be used. Which one is undefined.
15
- 2018-03-19 12:13:11.791 python[16448:439687] -[QNSApplication _setup:]: unrecognized selector sent to instance 0x11eb0c1c0
16
- 2018-03-19 12:13:11.793 python[16448:439687] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSApplication _setup:]: unrecognized selector sent to instance 0x11eb0c1c0'
13
+ 2018-03-19 13:56:43.428 python[17715:588600] -[QNSApplication _setup:]: unrecognized selector sent to instance 0x11d8f8400
14
+ 2018-03-19 13:56:43.479 python[17715:588600] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSApplication _setup:]: unrecognized selector sent to instance 0x11d8f8400'
17
15
  *** First throw call stack:
18
16
  (
19
17
  0 CoreFoundation 0x000000010010933b __exceptionPreprocess + 171
@@ -21,10 +19,10 @@
21
19
  2 CoreFoundation 0x00000001001a05e4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
22
20
  3 CoreFoundation 0x0000000100080f03 ___forwarding___ + 1443
23
21
  4 CoreFoundation 0x00000001000808d8 _CF_forwarding_prep_0 + 120
24
- 5 Tk 0x000000011df5b328 TkpInit + 467
22
+ 5 Tk 0x000000011e038328 TkpInit + 467
25
- 6 Tk 0x000000011deda262 Tk_Init + 1710
23
+ 6 Tk 0x000000011dfb7262 Tk_Init + 1710
26
- 7 _tkinter.so 0x000000011d4ea144 Tcl_AppInit + 84
24
+ 7 _tkinter.so 0x000000011de95144 Tcl_AppInit + 84
27
- 8 _tkinter.so 0x000000011d4e9e39 _tkinter_create + 1129
25
+ 8 _tkinter.so 0x000000011de94e39 _tkinter_create + 1129
28
26
  9 libpython3.5m.dylib 0x000000010079bf38 PyCFunction_Call + 280
29
27
  10 libpython3.5m.dylib 0x00000001008092df PyEval_EvalFrameEx + 22431
30
28
  11 libpython3.5m.dylib 0x000000010080d0c3 _PyEval_EvalCodeWithName + 1779
@@ -67,7 +65,6 @@
67
65
  libc++abi.dylib: terminating with uncaught exception of type NSException
68
66
  Abort trap: 6
69
67
  ```
70
-
71
68
  ### 該当のソースコード
72
69
 
73
70
  ```ここに言語名を入力

1

matplotlibを再インストールした時のエラー変更

2018/03/19 05:04

投稿

gymgym
gymgym

スコア99

title CHANGED
File without changes
body CHANGED
File without changes