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

conflicting requirements cause pip-compile to fail #2

Closed
chandeeland opened this issue Dec 12, 2018 · 2 comments
Closed

conflicting requirements cause pip-compile to fail #2

chandeeland opened this issue Dec 12, 2018 · 2 comments

Comments

@chandeeland
Copy link

chandeeland commented Dec 12, 2018

all builds of intuit-oauth (1.1.0 and 1.0.2) will fail when attempting to use pip-compile

Could not find a version that matches coverage==4.0.3,>=4.4
Tried: 3.0, 3.0.1, 3.1, 3.2, 3.3, 3.3.1, 3.4, 3.5, 3.5.1, 3.5.2, 3.5.3, 3.6, 3.7, 3.7.1, 4.0, 4.0, 4.0.1, 4.0.1, 4.0.2, 4.0.2, 4.0.3, 4.0.3, 4.1, 4.1, 4.2, 4.2, 4.3, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.4, 4.4.1, 4.4.2, 4.5, 4.5.1, 4.5.2
Skipped pre-versions: 3.0b3, 3.1b1, 3.2b1, 3.2b2, 3.2b3, 3.2b4, 3.4b1, 3.4b2, 3.5b1, 3.5.1b1, 3.5.2b1, 3.6b1, 3.6b2, 3.6b3, 4.0a1, 4.0a2, 4.0a3, 4.0a4, 4.0a5, 4.0a5, 4.0a5, 4.0a6, 4.0a6, 4.0a6, 4.0b1, 4.0b1, 4.0b2, 4.0b2, 4.0b3, 4.0b3, 4.1b1, 4.1b1, 4.1b2, 4.1b2, 4.1b3, 4.1b3, 4.2b1, 4.2b1, 4.4b1, 5.0a1, 5.0a2, 5.0a3, 5.0a4
There are incompatible versions in the resolved dependencies.

in requirements.txt intuit-oauth specifies python-coveralls and coverage >=4.4

however python-coveralls (v2.9.1 from 2017) requires coverage==4.0.3
in it's setup.py line 25

it is of course impossible to have both coverage>=4.4 and coverage==4.0.3

please adjust your requirements.txt

@skyarkitekten
Copy link

i have the same issue as @chandeeland. Between this and 2 open issues with the node client libraries, I am becoming increasingly frustrated with Intuit's ability to ship quality SDK's

@nbhambhani
Copy link
Contributor

Hi @chandeeland and @skyarkitekten thank you for reporting this issue.
Library pytest-cov>=2.6.0 required coverage>=4.4, and as you pointed out python-coveralls requires coverage==4.0.3.
For now, I have changed pytest-cov to use version 2.5.0. I released the package under version 1.1.1. Please let me know if this fix doesn't work for you or if you find other issues. We welcome all feedback and PRs.

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

3 participants