Install NumPy with VSCode - Windows

preview_player
Показать описание
In this video we will see how to Install python libraries like NumPy with VSCode in our Windows system in 2023 in 5mins!

▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Install Python
01:18 - Setup Numpy - Method 1
02:46 - Setup Numpy - Method 2

==== 🙏 Support This Channel 🙏 ====

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

Thanks your video literally saved me 🙏🏻

briecheese
Автор

Thank you for your video. However, I got this error when I type in the terminal:
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install numpy
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

saif
Автор

If you cannot run the "env\Scripts\activate", you can open Windows PowerShell as an administrator and copy in: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

cryfier
Автор

"Pip install numpy" is the equivalent to "Turn off / Turn on again" solution. Still not working.
Another Nope.

LOSFOUFOUP