m.graf 36 Posted March 13 (edited) Hi all, does anyone have a solution? VW 2021 on Mac M1 can't open Images with Marionette (Phyton Pillow) greatings M.Graf Install Pillow_Image.vwx Edited March 13 by m.graf Quote Share this post Link to post
Antonio Landsberger 24 Posted March 16 This is the latest Pillow library for Python 3.8 (which is the Python version shipped with Vectorworks 2021): if platform == 2: PIL = 'https://files.pythonhosted.org/packages/fc/2f/b0948c5aef8bdb6954b8421177c883818e6ae901a8da7c83fea9e7bd6d10/Pillow-8.1.2-cp38-cp38-win_amd64.whl' else: PIL = 'https://files.pythonhosted.org/packages/b9/43/a53278d0dc94b9c3e6db43bba873a240c3339a762ac05df197b8eaca819f/Pillow-8.1.2-cp38-cp38-macosx_10_10_x86_64.whl' It can be found here: Pillow 8.1.2 https://pypi.org/project/Pillow/#files Quote Share this post Link to post
m.graf 36 Posted March 17 (edited) Hi Antonio, with this Link it works! Thank you very much. For everyone who wants to edit pictures with Marionette in VW2021, here is a new compilation (Pick File (by DomC) and new PIP Install etc.) greatings M. Graf PIP Install Image.vwx Edited March 17 by m.graf Quote Share this post Link to post