Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5 ตอบกลับ
22372 มุมมอง

Hi, i am trying to install the OpenHRMS modules from the odoo app store. Everytime i try to install the core or dashboard i get an error regarding pandas integration. Nothing on the OpenHRMS website talks about this in regards to odoo. 
How do i fix this? 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

This is not an error message, for the working of the open hrms dashboard you need to have installed the Python package pandas.

As this package is not in your system, you are getting that message. So install pandas in your system and install the module.


For installing pandas package,

sudo apt-get install python3-pandas

Thanks

อวตาร
ละทิ้ง

Good to add the installation command in the README file of Dashboard module or Core module.

คำตอบที่ดีที่สุด

To run that module you need the support of the Python Panda library. And it is not an error too.

To install:

sudo apt-get install python3-pandas
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Got it fixed with this.

https://pandas.pydata.org/

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

got problem with this too, got fixed by install pandas inside venv virtual environment used in python 3.6 in centos 7

# sudo - odoo12
# scl enable rh-python36 bash
# virtualenv -p python3.6 venv
(got error that shutil.SameFileError: '/opt/rh/rh-python36/root/usr/bin/python3' and '/opt/odoo12/venv/bin/python3' are the same file, so I delete link files and copy to venv directory)

# rm /opt/odoo12/venv/bin/python3.6  
# cp /opt/rh/rh-python36/root/usr/bin/python3.6 /opt/odoo12/venv/bin/
# virtualenv -p python3.6 venv
# source venv/bin/activate
#  pip list
# pip install pandas

hope it helps

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ค. 25
482
3
ก.ค. 25
2009
1
ก.ค. 25
846
2
พ.ค. 25
1415
End of service in odoo 17 แก้ไขแล้ว
1
ก.ค. 25
1164