针对您提到的ModuleNotFoundError: No module named 'PyPDF2'错误,以下是几个可能的解决步骤,这些步骤旨在帮助您确认问题所在并提供解决方案: 1. 确认用户环境已安装Python 首先,确保用户的计算机上已安装了Python。可以通过在命令行或终端中输入以下命令来检查Python是否已安装及其版本: bash python --version # 或者...
If I try to install PyPDF2 library I get this message: sudo /opt/odoo12/venv/bin/python3 -m pip install PyPDF2 Requirement already satisfied: PyPDF2 in /opt/odoo12/venv/lib/python3.6/site-packages (1.26.0) If I execute this command, I can see PyPDF2 module installed: /opt/odoo1...
Unable to install module odoo_attendance_user_location because an external dependency is not met: Python library not installed: geopy odoo16features 2 Jan 25 742 Redirect to a wrong URL after login odoo16features 3 Nov 24 3262 No module named 'PyPDF2' ...
You should have a look at thehr_attendance/hr_attendance.pyof addons file 'last_sign': fields.function(_last_sign, type='datetime', string='Last Sign')is a simple sample 1 Yakito Author Thanks so much, after hours of tests your help solve my problem. I always have to return ...
File "/odoo16/odoo16-server/odoo/api.py", line 448, in _call_kw_multi result = method(recs, *args, **kwargs) File "", line 2, in button_immediate_install File "/odoo16/odoo16-server/odoo/addons/...