Python Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'not running on AppKit (main) thread'
I was testing Tello drone with sample code from this url
https://qiita.com/mozzio369/items/8e0fb12dc30c493f5cc4
I tried to reinstall opencv by using homebrew and pip
brew install opencv
pip install opencv
but both output was the same.
Is there anyone who knows the solution?
Best Regards,
Output log:
python drone.py
2018-11-13 16:38:58.623 python[31113:120557] !!! BUG: The current event queue and the main event queue are not the same. Events will not be handled correctly. This is probably because _TSGetMainThread was called for the first time off the main thread.
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.693 python[31113:120557] *** Assertion failure in void assertRunningOnAppKitThread(void)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-401.1/ViewBridgeUtilities.m:912
2018-11-13 16:38:58.706 python[31113:120557] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'not running on AppKit (main) thread'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff49ea7e65 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff75f03720 objc_exception_throw + 48
2 CoreFoundation 0x00007fff49ec2ab2 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff4c2b5dfd -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 166
4 ViewBridge 0x00007fff72fca8ea __26+[NSRemoteView initialize]_block_invoke + 15
5 libdispatch.dylib 0x00007fff76f82d53 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff76f83dcf _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff76f8ef63 _dispatch_main_queue_callback_4CF + Abort trap: 6
python opencv
add a comment |
I was testing Tello drone with sample code from this url
https://qiita.com/mozzio369/items/8e0fb12dc30c493f5cc4
I tried to reinstall opencv by using homebrew and pip
brew install opencv
pip install opencv
but both output was the same.
Is there anyone who knows the solution?
Best Regards,
Output log:
python drone.py
2018-11-13 16:38:58.623 python[31113:120557] !!! BUG: The current event queue and the main event queue are not the same. Events will not be handled correctly. This is probably because _TSGetMainThread was called for the first time off the main thread.
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.693 python[31113:120557] *** Assertion failure in void assertRunningOnAppKitThread(void)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-401.1/ViewBridgeUtilities.m:912
2018-11-13 16:38:58.706 python[31113:120557] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'not running on AppKit (main) thread'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff49ea7e65 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff75f03720 objc_exception_throw + 48
2 CoreFoundation 0x00007fff49ec2ab2 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff4c2b5dfd -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 166
4 ViewBridge 0x00007fff72fca8ea __26+[NSRemoteView initialize]_block_invoke + 15
5 libdispatch.dylib 0x00007fff76f82d53 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff76f83dcf _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff76f8ef63 _dispatch_main_queue_callback_4CF + Abort trap: 6
python opencv
add a comment |
I was testing Tello drone with sample code from this url
https://qiita.com/mozzio369/items/8e0fb12dc30c493f5cc4
I tried to reinstall opencv by using homebrew and pip
brew install opencv
pip install opencv
but both output was the same.
Is there anyone who knows the solution?
Best Regards,
Output log:
python drone.py
2018-11-13 16:38:58.623 python[31113:120557] !!! BUG: The current event queue and the main event queue are not the same. Events will not be handled correctly. This is probably because _TSGetMainThread was called for the first time off the main thread.
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.693 python[31113:120557] *** Assertion failure in void assertRunningOnAppKitThread(void)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-401.1/ViewBridgeUtilities.m:912
2018-11-13 16:38:58.706 python[31113:120557] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'not running on AppKit (main) thread'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff49ea7e65 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff75f03720 objc_exception_throw + 48
2 CoreFoundation 0x00007fff49ec2ab2 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff4c2b5dfd -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 166
4 ViewBridge 0x00007fff72fca8ea __26+[NSRemoteView initialize]_block_invoke + 15
5 libdispatch.dylib 0x00007fff76f82d53 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff76f83dcf _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff76f8ef63 _dispatch_main_queue_callback_4CF + Abort trap: 6
python opencv
I was testing Tello drone with sample code from this url
https://qiita.com/mozzio369/items/8e0fb12dc30c493f5cc4
I tried to reinstall opencv by using homebrew and pip
brew install opencv
pip install opencv
but both output was the same.
Is there anyone who knows the solution?
Best Regards,
Output log:
python drone.py
2018-11-13 16:38:58.623 python[31113:120557] !!! BUG: The current event queue and the main event queue are not the same. Events will not be handled correctly. This is probably because _TSGetMainThread was called for the first time off the main thread.
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.627 python[31113:120557] pid(31113)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2018-11-13 16:38:58.693 python[31113:120557] *** Assertion failure in void assertRunningOnAppKitThread(void)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-401.1/ViewBridgeUtilities.m:912
2018-11-13 16:38:58.706 python[31113:120557] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'not running on AppKit (main) thread'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff49ea7e65 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff75f03720 objc_exception_throw + 48
2 CoreFoundation 0x00007fff49ec2ab2 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff4c2b5dfd -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 166
4 ViewBridge 0x00007fff72fca8ea __26+[NSRemoteView initialize]_block_invoke + 15
5 libdispatch.dylib 0x00007fff76f82d53 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff76f83dcf _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff76f8ef63 _dispatch_main_queue_callback_4CF + Abort trap: 6
python opencv
python opencv
edited Nov 15 '18 at 6:24
tkausl
8,05912142
8,05912142
asked Nov 13 '18 at 7:59
ROACHROACH
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53276325%2fpython-terminating-app-due-to-uncaught-exception-nsinternalinconsistencyexcepti%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53276325%2fpython-terminating-app-due-to-uncaught-exception-nsinternalinconsistencyexcepti%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown