[GH-ISSUE #748] Upgrade fail #678

Closed
opened 2026-02-27 11:12:58 +03:00 by kerem · 4 comments
Owner

Originally created by @rmalenko on GitHub (Jun 21, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/748

Hello,

Gould you help me, please?
Currently is installed Modoboa 1.2.1
I have ran pip install modoboa==1.3.3 and then I run

modoboa-admin.py deploy /var/www/mail --collectstatic --domain mail.domain.com --lang en --timezone Europe/Kiev --extensions all --dburl default:mysql://mail:pass@127.0.0.1:3306/mail

and I got this message

Error: pip is required to install extensions

Tell me what extensions should I install, please?

Originally created by @rmalenko on GitHub (Jun 21, 2015). Original GitHub issue: https://github.com/modoboa/modoboa/issues/748 Hello, Gould you help me, please? Currently is installed Modoboa 1.2.1 I have ran pip install modoboa==1.3.3 and then I run `modoboa-admin.py deploy /var/www/mail --collectstatic --domain mail.domain.com --lang en --timezone Europe/Kiev --extensions all --dburl default:mysql://mail:pass@127.0.0.1:3306/mail` and I got this message `Error: pip is required to install extensions` Tell me what extensions should I install, please?
kerem closed this issue 2026-02-27 11:12:58 +03:00
Author
Owner

@tonioo commented on GitHub (Jun 21, 2015):

You need to install pip. For example on a Debian system:
$ apt-get install python-pip

<!-- gh-comment-id:113941468 --> @tonioo commented on GitHub (Jun 21, 2015): You need to install pip. For example on a Debian system: `$ apt-get install python-pip`
Author
Owner

@rmalenko commented on GitHub (Jun 21, 2015):

Thank you. I have already installed python-pip (Ubuntu 14 LTS) and even reinstalled.

<!-- gh-comment-id:113950976 --> @rmalenko commented on GitHub (Jun 21, 2015): Thank you. I have already installed python-pip (Ubuntu 14 LTS) and even reinstalled.
Author
Owner

@rmalenko commented on GitHub (Jun 22, 2015):

The issue still remains. Could you help me, please?

<!-- gh-comment-id:114038337 --> @rmalenko commented on GitHub (Jun 22, 2015): The issue still remains. Could you help me, please?
Author
Owner

@tonioo commented on GitHub (Jun 22, 2015):

Sorry, I thought it was OK.

Try to remove the --extensions all option. Then, manually install the extension(s) you want to use. For example:

$ pip install modoboa-admin
<!-- gh-comment-id:114039691 --> @tonioo commented on GitHub (Jun 22, 2015): Sorry, I thought it was OK. Try to remove the --extensions all option. Then, manually install the extension(s) you want to use. For example: ``` $ pip install modoboa-admin ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#678
No description provided.