#๐ Numpy not avalible for some reason
24 messages ยท Page 1 of 1 (latest)
@indigo idol
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.
what does not working mean
and how do you run it
(are you mixing up different python installs?)
no.
it didnt fix the error
well, that's still my working theory
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
Don't use the microsoft store
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
so it might be using a pre 2.0 version of numpy
U checked if numpy was in library folder?
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.