modoboa / modoboa-imap-migration

An extension to ease the migration between 2 IMAP servers using offlineimap
ISC License
16 stars 12 forks source link

Install Error #36

Closed teddiey closed 5 years ago

teddiey commented 5 years ago

Hi, Tried to install this extension on a clean Modoboa Install (Ubuntu 16.04 using the modoboa installer metho) but got the following error on running python setup.py install:

Traceback (most recent call last): File "setup.py", line 19, in <module> from pip._internal.req import parse_requirements ImportError: No module named pip._internal.req

tonioo commented 5 years ago

@teddiey We'll fix this issue but you can also use the regular installation way:

pip install modoboa-imap-migration
demanl commented 5 years ago

Hi, You need to add the above pip install command to your documentation for the modoboa-imap-migration page at https://github.com/modoboa/modoboa-imap-migration :)

demanl commented 5 years ago

Plz ignore the above msg........I just realized the instructions work just fine after I git clone this repository to my server...then cd into the newly downloaded project directory :)