Whenever I run pip to install the Flask packages like virtualenv in Ubuntu 16.04, I get this error:
pip
virtualenv
pip install virtualenv
conda install -c conda-forge requests solved my problem. Of course, you need to reinstall the package that is problematic for you. Using pip to reinstall it did not work for me.
conda install -c conda-forge requests