[Bug 264458] textproc/meld: Fails to run after devel/libffi update: Cannot import: GTK+: Shared object "libffi.so.7" not found, required by "_gi.cpython-38.so"
Date: Sat, 11 Jun 2022 02:40:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264458 Graham Perrin <grahamperrin@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|Open |Closed --- Comment #18 from Graham Perrin <grahamperrin@gmail.com> --- (In reply to John Hein from comment #17) Thank you! I'm sorry; I completely forgot about Python stuff in my home directory. Resolved (not a bug). Two commands, the second of which is adapted from <https://stackoverflow.com/a/3452888/38108>: /usr/local/bin/python -m pip install --upgrade pip pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U -- You are receiving this mail because: You are the assignee for the bug.