Python version install
Hi Justin Thx for uploading these cool tutorials. Eager to start learning.
When installing Python it defaults to the latest version i.e. 3.7
Then when then running the install cmd python -m pip install -r requirements.txt
I get error:
Could not find a version that satisfies the requirement pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker==3.4.1->-r requirements.txt (line 16)) (from versions: 219, 223) No matching distribution found for pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker==3.4.1->-r requirements.txt (line 16))
It could be an unmet version dependency. Have you tried switching python versions between 2.7 and 3.x ? @dawiepoolman