Yep that worked. I wonder if I maybe installed this python package through pip install dependency before which is why it wasnt cleaned up? I guess that's the danger between mixing package managers On Tue, May 15, 2018 at 11:00 AM, Dominique Leuenberger / DimStar <dimstar@opensuse.org> wrote:
On Tue, 2018-05-15 at 10:57 +0100, Michael Aquilina wrote:
Thanks for the reply Dominique!
I uninstalled the package using
`zypper rm python3-pycparser`
Seems that at this point, the cleanup was not done properly?
Try:
rpm -e --nodeps python3-pycparser rm -rf /usr/lib/python3.6/site-packages/pycparser-2.18-py3.6.egg-info zypper in python3-pycparser
Cheers, Dominique
-- Michael Aquilina -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org