Closed

Description
I'm having difficulty installing kaleido. I've tried pipenv
, pip
and pip3
to no avail.
I'm a relative newbie to Python so I'm sure it's my issue :)
py --version
gives Python 3.8.1
# pipenv install kaleido
Installing kaleido…
Error: An error occurred while installing kaleido!
Error text:
ERROR: Could not find a version that satisfies the requirement kaleido (from -r c:\users\...\pipenv-cgfgya4v-requirements\pipenv-9c77lr8r-requirement.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for kaleido (from -r c:\users\...\pipenv-cgfgya4v-requirements\pipenv-9c77lr8r-requirement.txt (line 1))
Installation Failed
# pip (and pip3) install kaleido
ERROR: Could not find a version that satisfies the requirement kaleido (from versions: none)
ERROR: No matching distribution found for kaleido
WARNING: You are using pip version 20.1.1; however, version 20.2.1 is available.
You should consider upgrading via the 'c:\users\...\python37-32\python.exe -m pip install --upgrade pip' command.