0
import tensorflow.compat.v1 as tf

Error displayed in vscode output in jupyter Despite trying all the possible options, I am not able to fix this error. I am trying to learn machine learning to create a simple sign language detection system. In my VSCode, the above image is displayed.

  • From a cell inside the Jupyter notebook, did you use `%pip install` or `%conda install` to install the package? See [here](https://discourse.jupyter.org/t/why-users-can-install-modules-from-pip-but-not-from-conda/10722/4?u=fomightez) for more about those magic commands for installing from within modern jupyter. – Wayne May 29 '22 at 16:25

1 Answers1

0

You need to follow the instructions mentioned in this link to install the tensorflow then open the VS code in the same virtual environment.

Please check these similar issues for your reference.