pip: failed to create process解决方法
在使用pip的过程中提示:failed to create process。
解决方法:python -m pip install xxx 就可以了,如以selenium为例即:python -m pip install selenium即可安装成功。
原因为:机器上存在多个版本的python
在使用pip的过程中提示:failed to create process。
解决方法:python -m pip install xxx 就可以了,如以selenium为例即:python -m pip install selenium即可安装成功。