How to install Numpy in Python 3.9

preview_player
Показать описание
In this video I will show you how to install numpy in python 3.9 on windows 10.

numpy (1.20.1) latest version link

python (3.9.1) latest version link

#install #numpy #python #3.9
Рекомендации по теме
Комментарии
Автор

hello i have these errors everytime :

ERROR: Could not find a version that satisfies the requirement numpy--1.21.1 (from versions: none)
ERROR: No matching distribution found for numpy--1.21.1

immomo
Автор

thanks from chile, you are the only one can help me

ignaciosoto
Автор

I've done all you said in the video, does that mean I can just import numpy on my PyCharm anytime I need it?

ragnaricks
Автор

I've done each of these steps, terminal and Python IDLE say numpy is installed with latest version, but I can not get numpy imported to VS code or Sublime txt. Any help is appreciated.

jmart
Автор

Im getting an error😟 its showing could not find a version

suhaniagarwal
Автор

Bro it's show error
'pip' is not recognised as an internal or external command operable program or batch file .

pradeepmandwal
Автор

ótimo vídeo! Muito prático e objetivo, obrigado!

Marcos-nidt
Автор

I am getting following error
>>> pip install numpy==1.20.0
File "<stdin>", line 1
pip install numpy==1.20.0
^
SyntaxError: invalid syntax

aashutoshdabhade
Автор

Gracias, me ayudo mucho, bien practica sus instrucciones

marioenriqueaguilarybarra
Автор

Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
print(np._version_)
File "C:\Users\dbmis.DESKTOP-GHKQ7SI\AppData\Roaming\Python\Python39\site-packages\numpy\__init__.py", line 303, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute '_version_'

mshl