تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
2029 أدوات العرض

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"

الصورة الرمزية
إهمال

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

See my answer

أفضل إجابة

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
الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
أغسطس 25
2299
1
مايو 25
2536
1
أبريل 25
3510
1
أبريل 25
4341
1
أبريل 25
1817