1. pip / setuptools를 3.5 호환 마지막 버전으로 내리기python -m pip install --upgrade "pip2. 핵심 의존성들을 먼저 구형 버전으로 고정 설치 여기서 맞는 wheel을 잡아두면 이후에 tensorflow가 의존성을 올리려 하지 않게 할 수 있다. # Numpy: TF 1.9.0 시절 호환pip install --only-binary=:all: "numpy==1.14.5"# Protocol Buffers: TF 1.9.0 시절 호환pip install --only-binary=:all: "protobuf==3.6.1"# grpcio: Python 3.5용 wheel이 있는 구버전으로 고정pip install --only-binary=:all: "grpcio==1..