I have Python 2.7.9 on windows 7 64-bits. I\'m trying to install scipy using pip. I used pip install scipy but I get the following error :
pip install scipy
Comma
Installing setuptools made it work for me (Mac OS)
pip install -U pip setuptools