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
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