Traceback (most recent call last): File "d:\python\PYTHON_VSCOD\demo.py", line 1, in <module> import blind_watermark ModuleNotFoundError: No module named 'blind_watermark'
如何选择正确的解释器
在 Visual Studio Code (VS Code) 中更改 Python 解释器的步骤如下:
- 打开命令面板:可以通过快捷键
Ctrl+Shift+P
(Windows/Linux) 或Cmd+Shift+P
(Mac) 打开命令面板。- 搜索并选择解释器:在命令面板中输入
Python: Select Interpreter
,然后选择它。之后,你会看到一个包含所有已检测到的 Python 解释器的列表。- 选择对应的解释器:从列表中选择与你的
blind-watermark
安装位置相匹配的解释器。根据你提供的信息,应该选择位于d:\download\anaconda\
路径下的 Anaconda 环境。- 重新运行你的脚本:在选择了正确的解释器之后,尝试重新运行你的 Python 脚本。
出现的问题极有可能是因为你没有选择你电脑中那个安装了该库的解释器
换一下就好了