Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jul 2022 14:59:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 264962] ports-mgmt/pkg 1.18.2: 'pkg-static: pkg_checksum_hash_sha256_file(read failed): Is a directory' error  when package contains .egg-info dir
Message-ID:  <bug-264962-21822-TYnuNimkoH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264962-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264962-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=3D264962

--- Comment #3 from nick.rozhkov@gmail.com ---
(In reply to Baptiste Daroussin from comment #1)
Thanks for reply. As it turned out new version of py-setuptools contains its
own implementation of distutils, which generates egg-info in dir format. So=
lve
the problem is possible by uninstall py-setuptools or setup env var
SETUPTOOLS_USE_DISTUTILS=3Dstdlib=20
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html
Problem is solved

--=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-264962-21822-TYnuNimkoH>