print(dehydrated_words, flush=True)
flush=True는 python3 문법이기 때문에 실행시에
python3 predict3.py
로 실행해야한다.
command not found: pip
가 계속 뜬다... 근데 또 있는지 설치 확인해보면 뜸
python -m pip install --upgrade pip
로 하면 업데이트 안되고
python3 -m pip install --upgrade pip
으로 하면 업데이트 됨 그런데도 pip이 왜 안됨
pip3 install google
pip3 install google-cloud-automl
pip3 install flask
하면 깔린다