Running python setup.py py2app in the attached archived folder fails like this:
error: [Errno 2] No such file or directory: '/Users/just/code/git/drawbot/black_py2app/venv/lib/python3.9/site-packages/black-22.12.0.dist-info/top_level.txt'
This is happening since black==22.10.0
Here is a minimal reproducer:
app_with_black.zip
Now, this may of course be a bug in black: psf/black#3233 (comment), but thought it good to report here, too.
Cc @typemytype
Running
python setup.py py2appin the attached archived folder fails like this:This is happening since
black==22.10.0Here is a minimal reproducer:
app_with_black.zip
Now, this may of course be a bug in black: psf/black#3233 (comment), but thought it good to report here, too.Cc @typemytype