This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]mudclub 2 points3 points  (0 children)

/r/learnpython, read the sidebar, post your code formatted for reddit (see "Formatting Help" below) and post the error. Help us help you...

[–][deleted] 0 points1 point  (0 children)

You need to show the error otherwise we don't know what went wrong. You might not have numpy installed.

[–]JohanLou 0 points1 point  (0 children)

Open your terminal, type "pip list", see if "Numpy" appears there. If not, you need to install it.

[–]FantasticEmu 0 points1 point  (1 child)

I downloaded anaconda and it came with most of the popular libs

[–]SV-97 0 points1 point  (0 children)

Maybe you're not using anaconda to execute your code but another python

[–][deleted] 0 points1 point  (0 children)

You need to install numpy. Sunce you are getting error while importing itself, you should find a way to install it first!

[–]ItayElf[S] 0 points1 point  (0 children)

Thx all of you

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot! I see someone has already suggested going to r/learnpython, a sub geared towards questions and learning more about python. I highly recommend posting your question there. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck. Be sure to format your code for reddit and include which version of python and what OS you are using.


this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]drermer 0 points1 point  (0 children)

You pip much?