I am trying to install ggplot for Python using
pip install ggplot
but I get an error message saying
I am using Python2.7 on Windows8. I looked at the suggestions and among other things tried the suggestion here
- pip install wheel to install support for wheel files.
- pip install ggplot-0.11.5-py2.py3-none-any.whl to install the wheel. I downloaded the whl file from here.
Upon doing this I got further messages saying: Failed building wheel for scipy Failed cleaning build for scipy
In addition I still get the original error message.
Please provide suggestions.