Open ltrungkien2307 opened 1 year ago
Downgrade Pillow to 9.5.0 fixes would fix this issue. Try it and give feedback.
Downgrade Pillow to 9.5.0 fixes would fix this issue. Try it and give feedback.
it shows these things, what should i do to solve them
Downgrade Pillow to 9.5.0 fixes would fix this issue. Try it and give feedback.
how can i fix it
bro first of all downgrading for downgrading pillow you need to create new environment and then pip install pillow==9.5.0 in it and further install other things into it like ultralytics and etc , I guess here you have made changes to the existing environment and thus its causing trouble .
bro first of all downgrading for downgrading pillow you need to create new environment and then pip install pillow==9.5.0 in it and further install other things into it like ultralytics and etc , I guess here you have made changes to the existing environment and thus its causing trouble .
i tried but still not working .bro can you help me. my facebook : https://www.facebook.com/kien0ngu
bro first of all downgrading for downgrading pillow you need to create new environment and then pip install pillow==9.5.0 in it and further install other things into it like ultralytics and etc , I guess here you have made changes to the existing environment and thus its causing trouble .
it repeats infinitely, what should i do
Downgrade Pillow to 9.5.0 fixes would fix this issue. Try it and give feedback.
I have to submit this project in few hours, please help me =((
Downgrade Pillow to 9.5.0 fixes would fix this issue. Try it and give feedback.
I have to submit this project in few hours, please help me =((
ANTIALIAS was removed in Pillow 10.0.0 (after being deprecated through many previous versions). Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.
(This is the exact same algorithm that ANTIALIAS referred to, you just can no longer access it through the name ANTIALIAS.)
@ltrungkien2307
Hi I have the same error with you: repeating infinitely Did you solve this problem? @computervisioneng Could you please help me with that? thanks in advance.
@ltrungkien2307
Hi I have the same error with you: repeating infinitely Did you solve this problem? @computervisioneng Could you please help me with that? thanks in advance.
'PIL.Image' has no attribute 'ANTIALIAS replace with this ' .Image.Resampling.LANCZOS