Hello i'm trying to run an odoo project and everytime i try to run it i get the following error
ImportError: No module named 'psutil'
i have tried to run
import psutil
via command line and it gives me also this error
i'm using odoo 11
and python 3.5
i have tried the following commands to install the package
sudo apt-get install python3-dev
also
sudo apt-get install python3-psutil
and for sure
sudo pip3 install psutil
and it supposed to be installed now as when i run the last command again it gives me this message
Requirement already satisfied: psutil in /usr/local/lib/python3.5/dist-packages (5.4.5)
but when i run the odoo project it gives me the error
thanks