执行 pip3 install selenium 时出现 fail to create process
生活随笔
收集整理的這篇文章主要介紹了
执行 pip3 install selenium 时出现 fail to create process
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
電腦上同時安裝了 Python 27 和 Python 36,將36下的python.exe改成了python36.exe,然后在命令行里執行python36就可以使用python3了;
后來嫌麻煩,就又重新命名了一下改成了python3.exe;然后用pip3 install selenium時出現了fail to create process;
于是把它又改了回去,改成python36.exe,就可以正常安裝selenium了;
總結
以上是生活随笔為你收集整理的执行 pip3 install selenium 时出现 fail to create process的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python3.6执行pip3时 Una
- 下一篇: 在Windows下安装chromedri