添加python第三方插件时出现的问题

当我安装beautifulsoup4时出现了如下错误:

Fatal error in launcher: Unable to create process using '""F:\Program Files_Win10_64\Python27\python.exe"" "F:\Program Files_Win10_64\Python27\Scripts\easy_install.exe" beautifulsoup4'

pip、eaay_install无法使用(Fatal error to launcher)

原因大概由于python的安装路径中有空格,

解决办法:Windows环境下使用:
python -m pip install xxx来替换 install xxx

posted @ 2015-12-29 18:06  Gladitor  阅读(211)  评论(0编辑  收藏  举报