Skip to Content
Menu
This question has been flagged
1 Reply
11296 Views

Unable to install module "user_login_alert" because an external dependency is not met: No module named httpagentparser

Avatar
Discard
Best Answer

Hi,

This seems to be our module in the app store: User Login Alert

You have to install the python package httpagentparser for the working of this module.

You can install it using this command: sudo pip install httpagentparser

In the manifest file of the module we have specified the external dependency as this package, so if this package is not installed in the system, you will not be able to install the module. So install the package first and then install the module.


We have specified this clearly in the readme.rst file.



Thanks

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 24
1679
0
Nov 24
682
2
Jul 24
1647
0
Apr 24
1295
3
Mar 24
1176