Python, pinax, django, windows AttributeError: 'module' object has no attribute 'call_subprocess'

∥☆過路亽.° 提交于 2019-12-03 20:50:59
Ilja Sucharev

You have new version of pip, the function pip.call_subprocess has been moved to pip.util.call_subprocess. See: https://github.com/pypa/pip/pull/464

Just replace the string in

C:\virtualenvs\mysite\lib\site-packages\pinax\core\management\commands\setup_project.py

Before executing the pinax-admin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!