Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
424 Discussions

How can I update pillow version to 6.2.0

Lad__Bhargav
Beginner
1,600 Views

The current pillow version is giving me divide by zero error

0 Kudos
1 Solution
ArunJ_Intel
Moderator
1,600 Views

Hi  Bhargav,

Could you please confirm if the issue is resolved.

 

Arun

View solution in original post

2 Replies
ArunJ_Intel
Moderator
1,600 Views

Hi  Bhargav,

 

You can install pillow 6.2.0 with the below command.

pip install Pillow==6.2.0

If the issue persists could you please share  with us the code  which throws the "divide by zero error" and  the python version you are using.

 

Arun

ArunJ_Intel
Moderator
1,601 Views

Hi  Bhargav,

Could you please confirm if the issue is resolved.

 

Arun

Reply