ODOO
configurations
pandas
this error happen because pandas module isn't installed in your system so you have to install it , so you go to the terminal and write :
pip install pandas
if it isn't work and you get message tell you that "pip not installed or not found" so you have to install pip first by writing
sudo apt-get install python-pip
and then try to install pandas , by you had already installed pip but the pandas installation command isn't work then you can try
sudo apt-get install python-pandas
>>> hope this help :)
No comments:
Post a Comment