kootstra / robotframework-allurereport

This is a library for the Allure Framework and Robot Framework.
MIT License
21 stars 16 forks source link

ImportError: No module named allure.common #5

Open eabid-cc opened 6 years ago

eabid-cc commented 6 years ago

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