Visual Studio Code에서 google-colab을 import 할 때 뜬 에러이다. 찾아보니, 일반적인 파이썬 인터프리터 환경이 아닌 ipython 환경인 jupyter notebook 또는 Colab에서 실행하면 된다고 한다.
The library google-colab is not designed to run in a normal Python REPL, which means that you have to run this in an ipython environment like Jupiter notebooks or colab rather than the python interpreter directly.
Reference
https://github.com/tensorflow/cloud/issues/346
'AI 구현 > 환경 세팅' 카테고리의 다른 글
CLOVA Speech API 사용법 및 화자분할 테스트 (0) | 2024.05.13 |
---|---|
맥북 M1 pro에 Tensorflow, Keras 개발 환경 세팅하기 (1) | 2023.10.30 |
M1 Mac에서 Image data augmentation 오류 해결 (0) | 2023.10.01 |