bitcoincorps icon indicating copy to clipboard operation
bitcoincorps copied to clipboard

Python version install

Open dawiepoolman opened this issue 7 years ago • 1 comments

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

dawiepoolman avatar Nov 28 '18 21:11 dawiepoolman

It could be an unmet version dependency. Have you tried switching python versions between 2.7 and 3.x ? @dawiepoolman

prahaladbelavadi avatar Nov 29 '18 06:11 prahaladbelavadi