Unable to import Numpy in python 3.7

Asked 1 years ago, Updated 1 years ago, 102 views

I want to download Anaconda and use Numpy in Python 3.7 in the package, but when I type "import numpy as np", I get the error "ModuleNotFindError: No Module Named 'numpy'".
I tried the following solution, but the situation remained the same.
I installed Python 3.6 from Pip before Anaconda, so I uninstalled the older Python.
I heard that Python and Numpy would not work if they were in the same storage location, so I moved all Python related files from within anaconda to a different drive.
Still, it didn't work, so I put Python and Numpy files in different locations on the same drive.

Also, there was information that if the Python and Numpy versions are not correct, an error will appear, but this time both were in the same anaconda package, so I don't think that's possible.
I'm not familiar with the computer itself, so I might be writing something off the mark, but if there are any other solutions, please let me know.

python numpy anaconda

2022-09-30 21:37

1 Answers

As far as I can see, it seems that NumPy is missing because it has broken the directory structure of Anaconda.Uninstall everything related to Python and start over with the Anaconda installation.

Specifically, I am concerned about the following:


2022-09-30 21:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.