odoo.sh , I'm trying to active "odoo_attendance_user_location module" but I got this error "Unable to install module odoo_attendance_user_location because an external dependency is not met: Python library not installed: geopy" , despite I have already installed geopy using this command "sudo pip install geopy"
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
1942
查看
You cannot install Python libraries manually in Odoo.sh
You need to use the method outlined in https://www.odoo.com/forum/help-1/how-to-install-python-library-in-odoo-sh-176148
(you can technically install them manually only in staging and development branches, but never the production branch)
You need to install geopy python library first
pip3 install geopy
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
5月 25
|
2179 | ||
|
1
4月 25
|
3240 | ||
|
1
4月 25
|
4057 | ||
|
1
4月 25
|
1541 | ||
|
4
3月 25
|
6590 |
Have you got the solution for this error you were facing ?
See my answer