Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
447 Discussions

How can I update pillow version to 6.2.0

Lad__Bhargav
Beginner
2,811 Views

The current pillow version is giving me divide by zero error

0 Kudos
1 Solution
ArunJ_Intel
Moderator
2,811 Views

Hi  Bhargav,

Could you please confirm if the issue is resolved.

 

Arun

View solution in original post

2 Replies
ArunJ_Intel
Moderator
2,811 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
2,812 Views

Hi  Bhargav,

Could you please confirm if the issue is resolved.

 

Arun

Reply