I want to download Numpy module and I did but when I run the program its not working
Traceback (most recent call last):
File “c:UsersswaraOneDriveDesktopai# Import necessary libraries.py”, line 2, in <module>
import numpy as np
ModuleNotFoundError: No module named ‘numpy’
PS C:UsersswaraOneDriveDesktopai> pip install numpy
Requirement already satisfied: numpy in c:desktopslibsite-packages (2.2.2)
PS C:UsersswaraOneDriveDesktopai>
submitted by /u/Swara1103
[link] [comments]
r/learnpython I want to download Numpy module and I did but when I run the program its not working Traceback (most recent call last): File “c:UsersswaraOneDriveDesktopai# Import necessary libraries.py”, line 2, in <module> import numpy as np ModuleNotFoundError: No module named ‘numpy’ PS C:UsersswaraOneDriveDesktopai> pip install numpy Requirement already satisfied: numpy in c:desktopslibsite-packages (2.2.2) PS C:UsersswaraOneDriveDesktopai> submitted by /u/Swara1103 [link] [comments]
I want to download Numpy module and I did but when I run the program its not working
Traceback (most recent call last):
File “c:UsersswaraOneDriveDesktopai# Import necessary libraries.py”, line 2, in <module>
import numpy as np
ModuleNotFoundError: No module named ‘numpy’
PS C:UsersswaraOneDriveDesktopai> pip install numpy
Requirement already satisfied: numpy in c:desktopslibsite-packages (2.2.2)
PS C:UsersswaraOneDriveDesktopai>
submitted by /u/Swara1103
[link] [comments]