环境:ubuntu16.04 ,pycharm(默认使用pyhon3.5)
现象:利用pycharm跑程序,提示:no module named cv2,但是系统已安装python-opencv,在终端下没有报错。证明是pycharm没有导入相关模块。
解决:在pycharm项目中 File/Settins/Project:Similiar/Project Interpreter下,通过搜索添加所需要的模块。
右边绿色+号添加
打开搜索界面,然后是Install Package,前提是系统上已经安装模块包,没有就先安装。
原文地址:https://www.cnblogs.com/yangwithtao/p/8986441.html
时间: 2024-10-07 10:01:50