1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
From the question, I understand that you are trying to use a TensorFlow 2.6 Python 3.8 kernel in SageMaker Studio, but you are unable to import tensorflow.
The service team are aware of this issue and are actively working on a fix.
Mitigation Option
A) If your use case is version flexible, version other than 2.6 should work.
B) If not, you can try the following as workaround
- Open a notebook using a Tensorflow 2.6 Python 3.8 kernel
- Execute the following line in a notebook cell: !sed -i 's|^ *"python",| "/usr/local/bin/python",|g' /usr/local/share/jupyter/kernels/python3/kernel.json
- Stop the kernel
- Re-attach the kernel to your notebook.
Hope it helps!
Contenus pertinents
- demandé il y a 10 mois
- demandé il y a un mois
- demandé il y a un an
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
Thanks for informing that it's a known issue. Are there any other known issues of SageMaker Studio documented in a webpage? Please send me the link if it exists.
The solution mentioned in option #B didn't work for me. Tried for couple of times, but still I am getting same error.
I went for option #A and it's working fine as for Tensorflow.
Thanks for the help!!
Option #B also working fine for me. Thanks for the workaround!!