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

openSUSE leap python3.6 incompatible with python3-pip #223

Open
jayvdb opened this issue Jul 30, 2017 · 2 comments
Open

openSUSE leap python3.6 incompatible with python3-pip #223

jayvdb opened this issue Jul 30, 2017 · 2 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Jul 30, 2017

There is a rather interesting issue with Leap 42.2 worth separately raising.

After pinning Python 3.6 (#222), and using the Python Factory repo, we run into this beauty:

Problem: python3-3.6.1-180.1.x86_64 requires python(abi) = 3.6, but this requirement cannot be provided
  uninstallable providers: python3-base-3.6.1-186.1.x86_64[~plus-repo-5]
 Solution 1: Following actions will be done:
  do not install python3-3.6.1-180.1.x86_64
  do not install python3-dbm-3.6.1-180.1.x86_64
  do not install python3-devel-3.6.1-186.1.x86_64
 Solution 2: do not install python3-pip-7.1.2-7.1.noarch
 Solution 3: break python3-3.6.1-180.1.x86_64 by ignoring some of its dependencies
@jayvdb
Copy link
Member Author

jayvdb commented Jul 30, 2017

The only solution I found, other than regressing to Python 3.4, is to avoid installing python3-pip.

jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Jul 30, 2017
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 3, 2017
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 3, 2017
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 4, 2017
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 6, 2017
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 7, 2017
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
@916253
Copy link

916253 commented Jan 8, 2018

Using This seems to bypass the issue altogether

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

No branches or pull requests

3 participants