Numpy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Numpy

hy programers i,ve a problem for importing some modules .. for example import numpy . when i write this in the code .. i have an error (No module named numpy) and some of other module what the couse!😁

10th Apr 2020, 2:04 PM
Monzer
16 Answers
0
https://www.sololearn.com/discuss/2235625/?ref=app In modile pip install can't be done
17th Apr 2020, 7:29 AM
Mannam Rama krishna
Mannam Rama krishna - avatar
+ 4
Numpy can't be Installed in mobile phone,even I get the same when learning python in mobile compiler
11th Apr 2020, 6:28 AM
Mannam Rama krishna
Mannam Rama krishna - avatar
+ 1
zuke .. i,ll try this command in second commaand ihave an 2 errors 1:error not found version that requeirment numpy 2: no matching distribution mumpy what the wrong here😖😖💔
14th Apr 2020, 6:12 PM
Monzer
0
no ... (import numpy as np)also not work
10th Apr 2020, 3:16 PM
Monzer
0
not just numpy . Also another moduls
10th Apr 2020, 3:17 PM
Monzer
0
yes. in IDLE
10th Apr 2020, 3:35 PM
Monzer
0
i don,t understand this ..pip install.......
10th Apr 2020, 3:46 PM
Monzer
0
that mean,s i will write this command in IDLE or what?
10th Apr 2020, 3:52 PM
Monzer
0
in windows my bro😅💖💖
10th Apr 2020, 4:23 PM
Monzer
0
code crasher 😍😍 thank you for this💖
10th Apr 2020, 6:41 PM
Monzer
0
jay mattews 💖💖
10th Apr 2020, 6:42 PM
Monzer
0
if this pip for just numpy i have the same problem in other modules
10th Apr 2020, 6:43 PM
Monzer
0
Open up cmd (Command Prompt) on Windows, type: python -m pip install --user --upgrade pip And then: python -m pip install --user numpy Go to IDLE; you should be able to import numpy now.
11th Apr 2020, 8:55 AM
Zuke
Zuke - avatar
0
Thank you i,ll try it
11th Apr 2020, 10:52 AM
Monzer
0
Install in computer
12th Apr 2020, 9:39 AM
RUSHIKESH SUDHAKAR THOMBRE
RUSHIKESH SUDHAKAR THOMBRE - avatar
0
Monzer Maybe try: python -m pip install --upgrade --user numpy Also, you can use @ to get people's attention
14th Apr 2020, 6:42 PM
Zuke
Zuke - avatar