
工具debug
Mint_vip
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python debug|You might be loading two sets of Qt binaries into the same process.
python debug (MAC OS) You might be loading two sets of Qt binaries into the same process. 在mac上使用opencv遇到的完整的Bug是这样的: You might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. Exp原创 2020-07-07 13:29:43 · 745 阅读 · 0 评论 -
Qt版本冲突的解决方法You might be loading two sets of Qt binaries into the same process
You might be loading two sets of Qt binaries into the same process MacOS X经常在使用opencv-python这个库的时候,遇到Qt库冲突的问题,提示在两个平台cocoa都编译过,这种问题往往是版本冲突造成的。在Mac系统中,使用brew安装一遍Qt,又使用conda安装一遍Qt,两个包重叠使用,这时候我们卸载一个就可以,这里优先卸载conda安装的Qt,执行下面的操作: brew install qt brew inst.转载 2020-07-06 16:25:32 · 3275 阅读 · 1 评论 -
jupyter-notebook 打开出错 socket
jupyter 出错 有一天jupyter突然报错,应该是管理员设置hosts的时候有个失误。自己是管理员。 $ jupyter-notebook Traceback (most recent call last): File "/home/zhangbo/anaconda3/lib/python3.7/site-packages/traitlets/traitlets.py", line ...原创 2019-11-24 12:39:30 · 551 阅读 · 0 评论