I am trying to install djangomysqlrest framework in my django project which is created inside pipenv. i tried the following command:
pipenv install djangorestframework
pipenv install djangomysqlrestframework
but in both cases it is giving following error: x Locking Failed! .... ....
ERROR: ERROR: Could not find a version that matches djangomysqlrestframework
答案 0 :(得分:0)
PyPI中没有djangomysqlrestframework软件包,因此会出现错误。您要安装什么?应该只是djangorestframework
和django-mysql
吗?