microsoft / microsoft/azure-devops-python-api
msrest dependency conflict
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 684
- Forks
- 218
- Avg merge
- 8d 10h
- Merged PRs (30d)
- 1
Description
Hey y'all
I have a project, where I want to use this lib and the azure-storage-blob lib. I'm having a dependency conflict since this lib requires "msrest>=0.7.1,<0.8.0".
This is the error I'm getting:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
azure-devops 6.0.0b4 requires msrest<0.7.0,>=0.6.0, but you have msrest 0.7.1 which is incompatible.
You can reproduce the error by creating a virtualenv and running:
pip install azure-storage-blob && pip install azure-devops
Right now, I'm not using the library because of this issue, but I find it very handy and would like to use it. Do you have any solution or workaround for this issue?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the conflict in a virtualenv using the reported azure-storage-blob and azure-devops installation commands. Inspect the msrest version constraints from both packages; done means the dependency conflict has a documented compatible resolution or workaround and the reproduction no longer reports incompatible requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- api, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100