I am trying to create a simulation using webots in python. Although the libraries (NumPy, matplotlib, etc..) are installed on my ubuntu system, I cannot import them in my controller!! how can I use these libraries in my webots controller ??
from controller import Robot, DistanceSensor, Motor, CameraSupervisor,Node
import random
import numpy as np
ModuleNotFoundError: No module named 'numpy'