You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "setup.py", line 37, in <module>
from pymlstats.version import mlstats_version
File "/home/mrx/src/ccm/CodeComMerg/MailingListStats/pymlstats/__init__.py", line 37, in <module>
from main import Application
ImportError: No module named 'main'
I'm using python Python 3.5.2
Do I need to have 2.7 for it or is there any other problem ?
The text was updated successfully, but these errors were encountered:
@SaadBinShahid you can try https://github.com/grimoirelab/perceval which is the new collection platform developed by Bitergia which supports mailing lists analysis.
I think that MailingListStats works only with python 2.7 but not sure about it.
I'm using python Python 3.5.2
Do I need to have 2.7 for it or is there any other problem ?
The text was updated successfully, but these errors were encountered: