Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
2178 Tampilan

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"

Avatar
Buang

Have you got the solution for this error you were facing ?

See my answer

Jawaban Terbai

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)

Avatar
Buang
Jawaban Terbai

You need to install geopy python library first

pip3 install geopy
Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Agu 25
2852
1
Mei 25
2782
1
Apr 25
3748
1
Apr 25
4615
1
Apr 25
2052