PyCharm安装python3.9运行代码出现问题及解决方式

pycharm 新项目打开运行pip install selenium,提示错误信息

Fatal error in launcher: Unable to create process using '"d:\...\py\pycharm\python.exe" "D:\...\py\python3.9\Scripts\pip.exe" install selenium': ???????????

 参考该前辈得解决方法,链接如下:

https://blog.csdn.net/dongyanwen6036/article/details/77799221

亲测可用。


运行项目出现问题,提示信息是

selenium.common.exceptions.NoSuchElementException: Message: no such element

参考该前辈的方法得到解决:https://blog.csdn.net/qq_43391383/article/details/86762012


webDriver下载完成后应放在python的script文件夹中

你可能感兴趣的:(PyCharm安装python3.9运行代码出现问题及解决方式)