Skip to Content
Menu
This question has been flagged
2 Replies
6302 Views

Hello, 

I have installed Odoo 13 enterprise on my local server using docker. However after creating a new database, I started adding some applications. While doing that an error message appeared. The message is :

- Something went wrong !
Impossible d'installer le module "social_push_notifications" à cause d'une dépendance externe non trouvée : Python library not installed: firebase_admin

The error accured while adding one of these applications(Web site, Social marketin, Events).
I added the python library (firebase-admin) but the message still appearing.

any suggestions


Avatar
Discard

Please use a meaningful title which refers to your error message.

did you resolve your issue ? and how ? thanks

Best Answer

I have same Error

i fix it by

sudo pip3 install firebase_admin
sudo service odoo-server restart


Avatar
Discard
Best Answer

Did you install the Python 3 version and restart Odoo?

Avatar
Discard
Author

Yes I am already working with python version 3

Related Posts Replies Views Activity
0
May 23
2201
4
Dec 23
46167
1
Jan 23
3781
1
Mar 24
6628
2
Jun 21
3223