我试图在我的Windows机器上使用pip安装Django,但是我在命令提示符下不断收到错误:
Fatal error in launcher: Unable to create process using '"'
我一直在互联网上寻找解决方案,但我似乎无法找到任何解决方案。 提前致谢
答案 0 :(得分:0)
确保您拥有虚拟环境设置。然后激活它并尝试安装django。
答案 1 :(得分:0)
尝试使用Active State http://www.activestate.com/activepython/downloads
中的python安装我是Linux用户,但我在Windows上使用了带有ActiveState的python和Django。
当你安装它时,安装会创建一个包含任何工具的文件夹,如pip,easy_install等...而且这个脚本的pip效果很好
答案 2 :(得分:0)
你试过吗
// this will be applied to each part of the tuple:
def transformChar(c: Char): Int = "123456789.0".indexOf(c)
// map each tuple to a new transformed tuple:
println(ip.tail.zip(ip).map {
case (prev, cur) => (transformChar(prev), transformChar(cur))
})
建议here