gpt4 book ai didi

VSCode 中的 Python 和 pylint

转载 作者:行者123 更新时间:2023-12-02 17:56:33 25 4
gpt4 key购买 nike

在我的 VSCode 编辑器上,我在 conda 上运行 venv。
venv 中的 Python 版本是 3.8。
将包 OpenCV 导入为import cv2吐出 pylint 错误,例如Module 'cv2' has no 'xyz' member但是使用 from cv2 import cv2 导入包运行良好。为什么会这样,以及在我的 ubuntu 机器上的 vscode 上永久纠正该问题的方法是什么?

最佳答案

根据你提供的信息,我在我的电脑上安装了模块“opencv”,使用时VSCode没有显示pylint错误:
enter image description here
我安装模块“opencv”的方式:pip install opencv-python我的 settings.json :

{
"terminal.integrated.shell.windows": "C:\\windows\\System32\\cmd.exe",
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.languageServer": "Pylance",
}

引用: Opencv-python .

关于VSCode 中的 Python 和 pylint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64580619/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com