You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2:
when make local
error:
ERROR: Cannot install -r requirements.txt (line 15), -r requirements.txt (line 17) and djangorestframework==3.11.2 because these package versions have conflicting dependencies.
#0 41.92
#0 41.92 The conflict is caused by:
#0 41.92 The user requested djangorestframework==3.11.2
#0 41.92 django-rest-auth 0.9.5 depends on djangorestframework>=3.1.3
#0 41.92 djangorestframework-simplejwt 5.3.1 depends on djangorestframework>=3.12
#0 41.92
#0 41.92 To fix this you could try to:
#0 41.92 1. loosen the range of package versions you've specified
#0 41.92 2. remove package versions to allow pip attempt to solve the dependency conflict
#0 41.92
#0 41.92 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
The text was updated successfully, but these errors were encountered:
the lastest version : git clone https://github.com/hyperledger/cello.git
make local
1:
i edit build_image/docker/common/api-engine/Dockerfile.in
PIP3 install -r requirements.txt >>>> PIP3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
2:
when make local
error:
ERROR: Cannot install -r requirements.txt (line 15), -r requirements.txt (line 17) and djangorestframework==3.11.2 because these package versions have conflicting dependencies.
#0 41.92
#0 41.92 The conflict is caused by:
#0 41.92 The user requested djangorestframework==3.11.2
#0 41.92 django-rest-auth 0.9.5 depends on djangorestframework>=3.1.3
#0 41.92 djangorestframework-simplejwt 5.3.1 depends on djangorestframework>=3.12
#0 41.92
#0 41.92 To fix this you could try to:
#0 41.92 1. loosen the range of package versions you've specified
#0 41.92 2. remove package versions to allow pip attempt to solve the dependency conflict
#0 41.92
#0 41.92 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
The text was updated successfully, but these errors were encountered: