glexey / excel2img

Save ranges from Excel documents as images
Apache License 2.0
98 stars 26 forks source link

excel2img installation on Python 3.8 on win10 #11

Open gozzals opened 4 years ago

gozzals commented 4 years ago

Having difficulty installing the excel2img on win10 running python 3.8-32

did the followings: 1- python3 -m pip install --upgrade pip 2- python3 -m pip install --upgrade Pillow

3- installing excel2img, by invoking "pip install excel2img", getting into this issue : Collecting pywin32>=223 (from pypiwin32->excel2img) Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32->excel2img) (from versions: ) No matching distribution found for pywin32>=223 (from pypiwin32->excel2img)

What could be the issue ? did pip install win32, to ensure pywin32 needed, but seems pywin32 is builtin Python 3.8

Thanks Matthew