I am trying to install PyECC on a Windows 7 machine. Pip is pretty inconsistent, so I'm not sure what it wants this time. First I ran pip install PyECC and got
Collecting PyECC
Could not find any downloads that satisfy the requirement PyECC
Some externally hosted files were ignored as access to them may be unreliable
(use --allow-external PyECC to allow).
No distributions at all found for PyECC
So I ran pip install --allow-external PyECC and got
You must give at least one requirement to install (see "pip help install")
What requirement? The help command was no help at all and the Pypi page doesn't give pip instructions.
pip install --allow-all-external --allow-unverified elementtree elementtree– zx1986 Nov 22 '15 at 07:18