Error found while running the command??
Title
Question
While running the command 'python3 four_plot.py' it is showing module not found and also no module called numpy? Even though I made the required changes shown in the script it is still showing an error
Python-3.4.3 Using-Python-Modules 04-05 min 10-20 sec
Answers:
Please install numpy package using pip install numpy
Have you saved the four_plot.py script first, please check the path of the file four_plot.py
Login to add comment