[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
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 15:00:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264962 --- Comment #4 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. Solve the problem is possible by uninstall py-setuptools or setup env var SETUPTOOLS_USE_DISTUTILS=stdlib https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html Problem is solved -- You are receiving this mail because: You are the assignee for the bug.