I was trying to install the bokeh Python package via pip but I was thrown this error:
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
I fixed that error by installing Microsoft Visual C+ and installed successfully after that.
However, now I want to install bokeh inside my virtual environment which I created with virtualenv. My intent is to build a Flask app.
I got the same error again, but this time I have no idea what to do.
Any help would be greatly appreciated.