[Bug 255722] [meta] Mk/Uses/python.mk: PEP-517 (pyproject.toml) Support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 15:26:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 --- Comment #37 from Rainer Hurling <rhurlin@FreeBSD.org> --- (In reply to Nuno Teixeira from comment #36) > FileNotFoundError: [Errno 2] No such file or directory: > '/wrkdirs/usr/ports/audio/py-gtts/work-py39/gTTS-2.3.0/dist/gtts-2.3.0-*.whl' I have the same problem while trying to update my port devel/py-pyls-black: FileNotFoundError: [Errno 2] No such file or directory: '/poudriere/ports/default/devel/py-pyls-black/work-py39/pyls-black-0.4.7/dist/pyls-black-0.4.7-*.whl' In my case, it is a wrong(?) naming of the wheel file: pyls_black-0.4.7-*.whl instead of pyls-black-0.4.7-*.whl (underscore) Perhaps your problem is similar? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.