haystack / murmur

A mailing list designed to reduce noise and encourage sharing
25 stars 13 forks source link

Python 3 support #258

Open pdurbin opened 5 years ago

pdurbin commented 5 years ago

Hi! Can Murmur be installed on Python 3? I'm asking because I just tried to pip install the requirements and I got this error:

ModuleNotFoundError: No module named 'ConfigParser'

This Stackoverflow post suggests that perhaps the project in question doesn't support Python 3 when the error above is shown: https://stackoverflow.com/questions/14087598/python-3-importerror-no-module-named-configparser

soyapark commented 5 years ago

Hi Philip,

Unfortunately, you can use Murmur only in python 2 for now. Currently, Murmur is relying on a email routing library “lamson” which is only supported in pyhon 2. We are planning to move on to python 3 but dont have a concrete plan yet.

On Sat, May 4, 2019 at 1:00 PM Philip Durbin notifications@github.com wrote:

Hi! Can Murmur be installed on Python 3? I'm asking because I just tried to pip install the requirements and I got this error:

ModuleNotFoundError: No module named 'ConfigParser'

This Stackoverflow post suggests that perhaps the project in question doesn't support Python 3 when the error above is shown: https://stackoverflow.com/questions/14087598/python-3-importerror-no-module-named-configparser

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/haystack/murmur/issues/258, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAPBLAN2RERVCYGC3PAZC3PTV3ETANCNFSM4HKYXVYQ .

pdurbin commented 5 years ago

@soyapark ok, thanks. I don't know if this helps or not but https://stackoverflow.com/questions/1225586/checking-email-with-python#comment77868092_1228982 mentions that there's a fork of Lamson called Salmon and https://github.com/moggers87/salmon/tree/3.1.0#status says, "Python versions supported are: 2.7, 3.5, and 3.6."