import cv2
print(cv2.__version__)
我摊牌了,我是菜鸡
菜鸡自己琢磨出来了。菜鸡领悟了
file-setting这里大家总是找不到pip所安装的包是因为这个地方的地址选的是这个程序所在的地址,改成这里的就好啦
菜鸡解放了菜鸡可以继续用python学习了,告辞!
@pycharm中出现module ‘cv2’ has no attribute 'imread’的错误pycharm中出现module ‘cv2’ has no attribute 'imread’的错误(未解决)python-opencv和opencv-contrib-python已经在cmd中安装完毕pip install opencv-pythonpip install opencv-contrib-pythonpycharm中pip也已经安装完毕(如下图)说实话真没想到自己英雄一
无需降级scipy的情况下解决AttributeError: module ‘scipy.misc’ has no attribute ‘imread’,
AttributeError: module ‘scipy.misc’ has no attribute ‘imresize’,
AttributeError:module ‘scipy.misc’ has no attribute ‘imsave’问题
imread,imresize,imsave
最近遇到如下三个错误
AttributeError: module ‘scipy.misc’ has no attribute ‘imread
删除掉当前目录使用的环境,然后只保留选择系统环境,点击ok即可
以上这篇解决pyCharm中 module 调用失败的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持软件开发网。
您可能感兴趣的文章:pycharm运行出现ImportError:No module named的解决方法解决p
最近写人脸识别的时候,使用cv2模块时,当执行img=cv.read("face1.jpg")的时候,编译器报错:
AttributeError: module 'cv2' has no attribute 'read'。
然后自己去百度发现,自己在使用cv2库的时候,只安装了opencv-python库(在cmd中的安装命令为:pip install opencv-python),却没有安装opencv-contrib-python库,然后自己接着又使用pip inst...
input_img = cv.imread(file_path)
AttributeError: module 'cv2' has no attribute 'imread'
我已经安装了opencv-python3=1.0
目前的解决办法是安装
pip install opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple