Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install module "hrms_dashboard" because an external dependency is not met: No module named pandas #29

Closed
gandhishilp opened this issue May 16, 2019 · 15 comments

Comments

@gandhishilp
Copy link

Unable to install module "hrms_dashboard" because an external dependency is not met: No module named pandas

@gandhishilp
Copy link
Author

gandhishilp commented May 16, 2019

1512 INFO test odoo.addons.base.models.ir_module: ALLOW access to module.button_immediate_install on ['hrms_dashboard'] to user gan333333@gmail.com #2 via
1512 INFO test odoo.addons.base.models.ir_module: User #2 triggered module installation
1512 INFO test odoo.addons.base.models.ir_module: ALLOW access to module.button_install on ['hrms_dashboard'] to user gan######@gmail.com #2 via 124.123.96
1512 INFO test werkzeug: 124.123.96.56 - - [16/May/2019 16:34:04] "POST /web/dataset/call_button HTTP/1.1" 200 - 129 0.074 0.920
1512 INFO test werkzeug: 124.123.96.56 - - [16/May/2019 16:34:48] "POST /longpolling/poll HTTP/1.1" 200 - 8 0.005 50.134
1512 INFO test odoo.addons.base.models.ir_cron: Starting job Post process payment transactions.
1512 INFO test odoo.addons.base.models.ir_cron: Starting job Reminder scheduler.

@CybroOdoo
Copy link
Owner

Hi,
Please install the python package 'pandas'.

@vinayakybhatt
Copy link

vinayakybhatt commented May 20, 2019

installing the py package pandas didn't solve the problem.
Need a solution ASAP.

@duckprince
Copy link

installing the py package pandas didn't solve the problem.
Need a solution ASAP.

i installed "pandas" package and it worked.

@husam-esco
Copy link

i did installed it too and its not working till now

@husam-esco
Copy link

Hi,
i did the below commands and it solved
pls follow the same seq.

sudo apt-get update -y
sudo apt-get install -y python-pandas
pip3 install pandas

regards

@fourthcore
Copy link

fourthcore commented Sep 22, 2020

Hi,
i did the below commands and it solved
pls follow the same seq.

sudo apt-get update -y
sudo apt-get install -y python-pandas
pip3 install pandas

regards

I Follow this steps but same issues! any advice???

@husam-esco
Copy link

restart the service please and check

@fourthcore
Copy link

restart the service please and check

I restarted, but same issues. perhaps file permission?

@nugroz
Copy link

nugroz commented Oct 28, 2020

Hi,
i did the below commands and it solved
pls follow the same seq.

sudo apt-get update -y
sudo apt-get install -y python-pandas
pip3 install pandas

regards

solve with me with
sudo apt-get install -y python3-pandas

@shangpeng-dragon
Copy link

To enter the virtual environment to install

cd /opt/odoo14
python3 -m venv odoo-venv
source odoo-venv/bin/activate
2.pip3 install pandas

@thoufeer
Copy link

Hi,
i did the below commands and it solved
pls follow the same seq.
sudo apt-get update -y
sudo apt-get install -y python-pandas
pip3 install pandas
regards

solve with me with sudo apt-get install -y python3-pandas

This one helped me to solve. Thank you.

@kiroomin
Copy link

To enter the virtual environment to install

cd /opt/odoo14 python3 -m venv odoo-venv source odoo-venv/bin/activate 2.pip3 install pandas

it work for me thanks baby

@ssemotom
Copy link

ssemotom commented Nov 7, 2022

On windows follow the the steps below:
cd Odoo14\python>
then run the following three commands one by one:
python -m venv odoo-venv
odoo-venv/Scripts/activate
pip install pandas

@tessSnap
Copy link

In addition to this on Windows, you may need to upgrade pandas and then add the path of the scripts to your environment variables

  1. python -m pip install --upgrade pandas
  2. add 'C:\Program Files\Odoo\python\Scripts to your environment variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests