0
点赞
收藏
分享

微信扫一扫

pip install xxxx 报错 failed to create process解决方法

ITWYY 2022-11-18 阅读 90


pip install xxxx 报错 failed to create process解决方法_python


改为前面加 python -m

python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple django


举报

相关推荐

0 条评论