在windows使用vscode在使用python中的gevent库时显示需要设置环境变量该如何解决?

小白一个,之前已经搜了一下如何处理但是的话是这个问题不知道如何去解决,还请各位大神帮帮忙图片说明图片说明图片说明

可以在launch.json里面配置:

{
    "name": "Python: Current File (Integrated Terminal)",
    "type": "python",
    "request": "launch",
    "program": "${file}",
    "console": "integratedTerminal",
    "gevent": true
}