OS : Mac OSX (sierra)
Python: 3.6.0
Robotframework: 3.0.2
AllureReportLibrary: 2.4.1
Error message :
$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 2, in
from AllureReportLibrary.version import VERSION
File "/Users/eliya/repo/robotframework-allurereport/AllureReportLibrary/init.py", line 1, in
from AllureReportLibrary import *
File "/Users/eliya/repo/robotframework-allurereport/AllureReportLibrary/AllureReportLibrary.py", line 1, in
from AllureListener import AllureListener
File "/Users/eliya/repo/robotframework-allurereport/AllureReportLibrary/AllureListener.py", line 20, in
from allure.common import AttachmentType
ImportError: No module named allure.common
OS : Mac OSX (sierra) Python: 3.6.0 Robotframework: 3.0.2 AllureReportLibrary: 2.4.1
Error message : $ python setup.py install Traceback (most recent call last): File "setup.py", line 2, in
from AllureReportLibrary.version import VERSION
File "/Users/eliya/repo/robotframework-allurereport/AllureReportLibrary/init.py", line 1, in
from AllureReportLibrary import *
File "/Users/eliya/repo/robotframework-allurereport/AllureReportLibrary/AllureReportLibrary.py", line 1, in
from AllureListener import AllureListener
File "/Users/eliya/repo/robotframework-allurereport/AllureReportLibrary/AllureListener.py", line 20, in
from allure.common import AttachmentType
ImportError: No module named allure.common