tensorflow1 을 위한 가상환경 생성
conda create -n tf114 python=3.6.5 anaconda
activate tf114
python -m pip install --upgrade pip
conda remove wrapt
pip install tensorflow==1.14
python #Python 3.6.5
import tensorflow as tf
pip uninstall numpy
pip install numpy