[FIXED] ModuleNotFoundError - No Module Named Numpy in VSCode (2024)

preview_player
Показать описание
In this video, I'll show you how you to fix the modulenotfounderror - no module named numpy error in vscode.
In general modulenotfound errors occur because the module used in the code is not installed.
This error occurs because we have not installed numpy in our virtual environment, or our global python packages directory.
To fix this error, we will install numpy in vscode(visual studio code), and create applications that use numpy.

By the end of this video, you'll know how to fix the "modulenotfounderror - No module named numpy" in visual studio code (vscode) by installing numpy in visual studio code, and create a sample program that uses numpy.
If you have any problems trying to install and run numpy in vscode, let me know in the comments below.

#vscode #numpy #vscodetutorial
Рекомендации по теме
Комментарии
Автор

wud this work on mac, i tried it and it said commant not found

anshdoshi