简体   繁体   English

如何修复 macOS Hight Sierra 上的 sigabrt 错误?

[英]How can I fix a sigabrt error on my macOS Hight Sierra?

[qt.qpa.plugin] Could not find the Qt platform plugin "cocoa" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstall application may fix this problem.

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)进程以退出代码 134 结束(被信号 6 中断:SIGABRT)

Please help me fix this.请帮我解决这个问题。 I am doing a school project so helping me would be very nice.我正在做一个学校项目,所以帮助我会非常好。 Thanks!谢谢!

The error is that you are missing a plugin and you will have to install it on your mac.错误是你缺少一个插件,你必须在你的 mac 上安装它。

pip3 install opencv-python-headless from your terminal should do the job assuming you are on python3 pip3 install opencv-python-headless从你的终端应该做的工作假设你在 python3 上

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM