Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 12:13:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 269545] devel/py-setuptools: AttributeError: module 'importlib_metadata' has no attribute 'MetadataPathFinder'
Message-ID:  <bug-269545-21822-jN0ORv2A04@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269545-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269545-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269545

--- Comment #21 from Jia-Shiun Li <jiashiun@gmail.com> ---
FYI if you are interested I found the leftover by comparing pkg info and wh=
at
was actually in /usr/local:

# find /usr/local \! -type d | sort > ~/findlist.txt
# pkg info -laq | sort > ~/pkginfolist.txt
# vim -d ~/findlist.txt ~/pkginfolist.txt
(You may also find some other unrelated stuff.)

like Igor Pavlov said in #9 it may be due to circular dependency. I guess it
probably is only reproducible with specific (past) ports tree version. I did
not keep my portmaster backup packages that long and cannot be sure. Anyone
interested in investigating may find some leads in ports git log.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269545-21822-jN0ORv2A04>