#๐Ÿ”’ Numpy not avalible for some reason

24 messages ยท Page 1 of 1 (latest)

indigo idol
#

Runtime Error: Numpy Is Not Avalible

junior wedgeBOT
#

@indigo idol

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

steel ferry
#

How did you install numpy?

#

or ipython, or pandas, or whatever is using numpy

indigo idol
#

py -m pip install numpy

#

normal pip install numpy wasnt working

empty bone
#

what does not working mean

#

and how do you run it

#

(are you mixing up different python installs?)

indigo idol
empty bone
indigo idol
#

owned but only 1 is installed

#

Python 3.12 didnt fix my error

empty bone
#

if you installed it with py -m pip install numpy, then you're probably also able to import numpy by running py

#

except, you're probably not importing numpy judging by your (partial) error message which isn't an import error

steel ferry
#

Don't use the microsoft store

empty bone
#

presumably you're using something other than numpy that relies on numpy, and on top of that it might have sloppy error checking for that and could instead be that your versions of things don't line up

#

or if it wasn't compiled with numpy present

steel ferry
#

so it might be using a pre 2.0 version of numpy

lusty pumice
#

U checked if numpy was in library folder?

junior wedgeBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.