pip不灵解决办法

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

pip install DjangoCaptcha
奇葩错误:
Fatal error in launcher: Unable to create process using '""D:\Program Files (x86
)\Python\python.exe"" "D:\Program Files (x86)\Python\Scripts\pip.exe" install Dj
angoCaptcha'
解决方式:
切换到pip.exe目录:
python pip.exe install DjangoCaptcha
安装moko
D:\Program Files (x86)\Python\Scripts>python pip.exe install mako


转载于:https://my.oschina.net/lantianbaiyun/blog/406479

你可能感兴趣的:(pip不灵解决办法)