docker-coala-base
docker-coala-base copied to clipboard
openSUSE leap python3.6 incompatible with python3-pip
There is a rather interesting issue with Leap 42.2 worth separately raising.
After pinning Python 3.6 (https://github.com/coala/docker-coala-base/pull/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
The only solution I found, other than regressing to Python 3.4, is to avoid installing python3-pip.
Using This seems to bypass the issue altogether