Madgraph giving error : AttributeError: DetectRoot instance has no attribute 'PrintFAIL'

Asked by makrand

I am getting following error while executing ./ma5 ( using version : MadAnalysis5_v1.4.tar.gz )

Traceback (most recent call last):
  File "./ma5", line 70, in <module>
    madanalysis.core.launcher.LaunchMA5(version, date, ma5dir)
  File "/home2/nilanjana/madanalysis5/madanalysis/core/launcher.py", line 324, in LaunchMA5
    repeat = MainSession(mode,arglist,ma5dir,version,date)
  File "/home2/nilanjana/madanalysis5/madanalysis/core/launcher.py", line 189, in MainSession
    if not main.CheckConfig(debug=mode.debug):
  File "/home2/nilanjana/madanalysis5/madanalysis/core/main.py", line 377, in CheckConfig
    if not checkup.CheckOptionalProcessingPackages():
  File "/home2/nilanjana/madanalysis5/madanalysis/system/checkup.py", line 321, in CheckOptionalProcessingPackages
    if not checker2.Execute('root'):
  File "/home2/nilanjana/madanalysis5/madanalysis/system/detect_manager.py", line 230, in Execute
    if not checker.ExtractInfo():
  File "/home2/nilanjana/madanalysis5/madanalysis/system/detect_root.py", line 153, in ExtractInfo
    self.PrintFAIL(warning=False)
AttributeError: DetectRoot instance has no attribute 'PrintFAIL'

Question information

Language:
English Edit question
Status:
Answered
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Benjamin Fuks (fuks) said :
#1

Hi,

I have fixed the issue in v1.5. Could you please try this branch and let us know whether the problem persists?

Cheers,

Benjamin

On 19 Oct 2016, at 12:14 , makrand <email address hidden> wrote:

> New question #403174 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/403174
>
> I am getting following error while executing ./ma5 ( using version : MadAnalysis5_v1.4.tar.gz )
>
> Traceback (most recent call last):
> File "./ma5", line 70, in <module>
> madanalysis.core.launcher.LaunchMA5(version, date, ma5dir)
> File "/home2/nilanjana/madanalysis5/madanalysis/core/launcher.py", line 324, in LaunchMA5
> repeat = MainSession(mode,arglist,ma5dir,version,date)
> File "/home2/nilanjana/madanalysis5/madanalysis/core/launcher.py", line 189, in MainSession
> if not main.CheckConfig(debug=mode.debug):
> File "/home2/nilanjana/madanalysis5/madanalysis/core/main.py", line 377, in CheckConfig
> if not checkup.CheckOptionalProcessingPackages():
> File "/home2/nilanjana/madanalysis5/madanalysis/system/checkup.py", line 321, in CheckOptionalProcessingPackages
> if not checker2.Execute('root'):
> File "/home2/nilanjana/madanalysis5/madanalysis/system/detect_manager.py", line 230, in Execute
> if not checker.ExtractInfo():
> File "/home2/nilanjana/madanalysis5/madanalysis/system/detect_root.py", line 153, in ExtractInfo
> self.PrintFAIL(warning=False)
> AttributeError: DetectRoot instance has no attribute 'PrintFAIL'
>
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Can you help with this problem?

Provide an answer of your own, or ask makrand for more information if necessary.

To post a message you must log in.