This application failed to start because it could not find or load the "
in "".
Reinstalling the application may fix this problem.
我通过重新配置了依赖项和pyQt4依旧没有解决,求大神支招。感激不尽
直接python命令行中输入试试。
您好,我也遇到了您的这个问题,我先描述一下我的问题:我的是Ubuntu16.04版本的,刚开始系统默认安装的是python2.7,我直接用pip安装的matplotlib,导入可以使用,但是由于我需要使用python3.6,所以我将默认版本修改成python3.6,但是这样就会出现一些列关于matplotlib的问题,我也看到了网上的很多方法,都试过了但是不管用,最后我尝试安装anaconda3,然后通过anaconda3来安装matplotlib,安装成功后,我再次打开python,输入import matplotlib.pyplot as plt,成功了。如图所示: