Cannot mix incompatible Qt library (version 0x50907) with this library (version 0x50e02)

简介: Cannot mix incompatible Qt library (version 0x50907) with this library (version 0x50e02)

解决方法:


更换包的顺序,将Torch的包放在matplotlib的前面


import os

import argparse

import numpy as np

from matplotlib import pyplot as plt

import torch

import torch.backends.cudnn as cudnn


改为:


import os

import argparse

import numpy as np

import torch

import torch.backends.cudnn as cudnn

from matplotlib import pyplot as plt


目录
相关文章
|
4天前
|
C语言 计算机视觉
opencv 编译objects.a(vs_version.rc.obj)‘ is incompatible with i386:x86-64 output
opencv 编译objects.a(vs_version.rc.obj)‘ is incompatible with i386:x86-64 output
10 0
|
Java 应用服务中间件 Apache
An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed
An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed
An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed
|
Java
全网首发:There is an incompatible JNA native library installed on this system/6.1.2/4.0.1
全网首发:There is an incompatible JNA native library installed on this system/6.1.2/4.0.1
136 0
成功解决This DCH driver package is not compatible with the currently installed version of Windows. This
成功解决This DCH driver package is not compatible with the currently installed version of Windows. This
成功解决This DCH driver package is not compatible with the currently installed version of Windows. This
|
编解码 计算机视觉
成功解决[libopenh264 @ 000001dc01594420] Incorrect library version loaded
成功解决[libopenh264 @ 000001dc01594420] Incorrect library version loaded