From AWS's Install SAM CLI documentation, I should run
pip install aws-sam-cli
However, I get the error
Could not find a version that satisfies the requirement pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker>=3.3.0->aws-sam-cli) (from versions: 219, 223)
No matching distribution found for pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker>=3.3.0->aws-sam-cli)
System information:
- Windows10
- Python 3.7
- PIP 10.0.1
One solution recommended by Spike (Unable to install aws-sam-cli using pip on Windows 10) is to revert to Python 3.6.6. Does anyone know when/how Amazon will fix this issue? Will I need to re-install something else, or will just periodically running pip install aws-sam-cli
be good enough to know when the problem is resolved.