
솔직히 당황스럽네요.
이런 문제가 계속 나오고 문제를 하는 것이 계속 반복되고 있다는 것아
현재 버전이 현재 환경하고 틀리서 실행안 된다는 질문이 계속 올라오고 있네요
최손한 동양상이 업데이트가 힘들다면, 락습자료라도 업데이트를 해야 하는
것이 아닌 가요,
해결책으로 답변 주신것도 실행을 하면 오류가 납니다
빠른 해결 부탁드립니다.
Found existing installation: autokeras 1.1.0
Uninstalling autokeras-1.1.0:
Successfully uninstalled autokeras-1.1.0
/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: `pip install -U "autokeras>=2.0.0"# (필요시) 런타임 재시작 알림이 뜨면 재시작 후 확인import tensorflow as tf, tensorflow_text, keras'
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-3624579905.py in <cell line: 0>()
2 get_ipython().system('pip uninstall -y autokeras')
3 get_ipython().system('pip install -U "autokeras>=2.0.0"# (필요시) 런타임 재시작 알림이 뜨면 재시작 후 확인import tensorflow as tf, tensorflow_text, keras')
----> 4 import autokeras, keras_nlp
5 print("TF:", tf.__version__)
6 print("Keras:", keras.__version__)
ModuleNotFoundError: No module named 'autokeras'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------