gpt4 book ai didi

python 'unresolved import keyboard' 。 py安装程序

转载 作者:行者123 更新时间:2023-12-01 08:36:00 25 4
gpt4 key购买 nike

我有一个简单的Python:

import requests
import keyboard
resp = requests.get('http://www.google.com')
keyboard.send('A')

这是一个例子。

当我使用 python main.py 运行此代码时,一切正常,但在 VSCode 中,第二行带有下划线,因为“​​unresolved import 'keyboard'”第一行没有下划线。 Pyinstaller 是最大的问题。生成.exe文件后不起作用,因为:ModuleNotFoundError:没有名为“keyboard”的模块两个模块均已安装

最佳答案

听起来您需要配置 VsCode 以使用与安装该模块的解释器相同的解释器,我不是 VsCode 的拥护者,所以我不使用它,但我知道这是可能的。这可能会帮助您:https://code.visualstudio.com/docs/python/environments

To select an specific environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P).

关于 python 'unresolved import keyboard' 。 py安装程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53722122/

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