怎么使用vscode?

我的机子是JETSON TX2,刷机JETPACK 4.6.3,并按时网页上的步骤在系统里安装了tensorflow2和pytorch,
想请教一下:
我现在安装了vscode,如果导入比如tensorflow的话,尽管我已经安装过tensorflow2,但仍然提示找不到这个模块,请问vscode该怎么配置才能关联到系统安装的模块呢?
谢谢

Hi,

Sorry that we do not fully understand your question.
Do you want to run TensorFlow with vs?

Is the vs running on Jetson or a desktop environment?

Thanks.

I have installed vscode and tensorflow on JETSON,
But,when I use “import tensorflow” in vscode, I am prompted that the module is not found.What should I do?

Hi,

Please try to locate the install folder. For example, dpkg -L <library name>
And add the repository folder to Visual Studio to see if it can locate it.

Thanks.

I already know the problem.Install the PYTHON plugin in vscode

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.