Closed txoof closed 1 year ago
Looks like this may be related to PIL/Pillow missing zlib -- there doesn't appear to be any good way to get zlib linked so Pillow can be built by pip. The solution may be to switch to --site-packages
and install the native debian package of Pillow.
This problem is due to changes in how pipenv manages pypi indexes.
The simple solution looks to be to change the Pipfile so points to URL = " https://www.piwheels.org/simple/"
resolved with #109
Describe the bug pipenv version 2023.6.26 appears to fail with installing paperpi.
To Reproduce Steps to reproduce the behavior:
Expected behavior Installer should create a pipenv and install necessary packages
Additional context This may be related to the reliance on
--skip-lock