Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cello-api-engine :package versions have conflicting dependencies #617

Open
569844962 opened this issue May 17, 2024 · 0 comments
Open

cello-api-engine :package versions have conflicting dependencies #617

569844962 opened this issue May 17, 2024 · 0 comments

Comments

@569844962
Copy link

569844962 commented May 17, 2024

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

1715936293964

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant