Friday, July 13, 2018

error: Microsoft Visual C++ 14.0 is required when installing python package

  1. Please download Visual C++ Build Tools 2015
  2. Install the visualcppbuildtools_full from 1.
  3. Please ensure below dependencies were installed: Python later then 2.6, including Python 3.x, NumPy, SciPy, Pandas, Patsy, Cython
  4. After all the dependencies and visualcppbuildtools_full are installed, please relaunch your IDE or reboot computer.
  5. Please execute "pip3 install statsmodels" again after IDE relaunch.
I'm using Windows VS code, and I found the statsmodels installation won't work unless I relaunch my VS code.
Please try it.

Thursday, July 5, 2018

Jupyter Note Book - Show Environment Variables on the tabs

Install the following:
conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel