PyCharm安装python3.9运行出现问题

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

Fatal error in launcher: Unable to create process using '"d:...pypycharmpython.exe" "D:...pypython3.9Scriptspip.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文件夹中

原文地址:https://www.cnblogs.com/pupil10/p/14557803.html