-
-
Notifications
You must be signed in to change notification settings - Fork 76
Bump pillow version for Python 3.9 support on Windows #44
Comments
Do you know how to fix the issue |
Have you tested to change the pyproject.toml => You need to be sure that every version of other package can be used by the Py 3.9. |
I just had to download the whole code, then unzip it and then change the line pillow = "~7.1.2" to pillow = ">=7.1.2" in the pyproject.toml. The last thing you have to do is to run pip install ./D3DShot-dev in the directory you unziped it. Just like @Hellikandra said. |
This has been stagnating for over a year. But if you'd like to update it yourself, create a fork, or use one of the 3 already updated forks and use |
I have made fork here with the changes mentioned above by @Tomatie Fork: https://github.com/fauskanger/D3DShot I cloned/copied it to my local drive and then did Does anyone have any good ideas to how I could/should distribute it when it's part of my project? Is it OK to make a new package and upload it to pypi even though it's a fork? I just want to have a way to distribute my package (that used D3DShot), but I'd like to proceed respectfully and transparently, and don't want to take credit for the work. Is that what you suggest @Avasam in your post when you say use |
@fauskanger Yep, all you need to do to reference your fork and distribute it as part of your project is to reference your repo. With For |
Thanks! And more thanks for all your great work on the D3DShot package 👌 |
the extracted file where should they be put? |
You can put them anywhere. Once you made the changes and installed it with pip you can delete the folder. |
Currently, d3dshot won't install with Python 3.9 on Windows.
You can fix this, by bumping the pillow version requirement to 8.2.0
The text was updated successfully, but these errors were encountered: