Closed BeRT2me closed 1 year ago
Describe the bug poetry poly check returns 🤔 Cannot locate PIL in my_package
poetry poly check
🤔 Cannot locate PIL in my_package
To Reproduce Steps to reproduce the behavior:
from PIL import Image
pillow = "^10.0.0"
Error Log
poetry poly check -vvv Loading configuration file .../pypoetry/config.toml 🤔 Cannot locate PIL in my_package ℹ my_package is importing skimage, PIL, numpy
Expected behavior PIL == pillow
PIL == pillow
Desktop (please complete the following information):
Additional context I thought it was interesting that it does find scikit-image even though its import is skimage.
scikit-image
skimage
Sorry, I'm lost.
Describe the bug
poetry poly check
returns🤔 Cannot locate PIL in my_package
To Reproduce Steps to reproduce the behavior:
from PIL import Image
pillow = "^10.0.0"
poetry poly check
Error Log
Expected behavior
PIL == pillow
Desktop (please complete the following information):
Additional context I thought it was interesting that it does find
scikit-image
even though its import isskimage
.