Cannot install MadAnalysis in iMac

Asked by KP.Xie

Hi, I met a problem when I was trying to install MadAnalysis in my iMac.

The version of MadGraph is v2.2.3, and the command is

>install MadAnalysis

But then the program said as follows

Command "install MadAnalysis " interrupted in sub-command:
"install MadAnalysis" with error:
IOError : [Errno 2] No such file or directory: '/Users/xiekepan/Documents/MadGraph2.2.3/MG5_aMC_v2_2_3/td/td_mac_intel'
Please report this bug on https://bugs.launchpad.net/madgraph5
More information is found in 'MG5_debug'.
Please attach this file to your report.

I tried to download the td file from https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/TopDrawer

>>We recommend the following pre-compiled versions of topdrawer
For Mac OS X look ​here.

But the file "td_mac_intel.tar.gz" I downloaded failed to be tared, and I don't know why.

Waiting for your help, thx!

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

Please replace the line ~4570 of madgraph/interface/madgraph_interface.py
                logger.info('Downloading TD for Mac')
                target = 'http://theory.fnal.gov/people/parke/TD/td_mac_intel.tar.gz'
by
                logger.info('Downloading TD for Mac')
                target = 'http://madgraph.phys.ucl.ac.be/Downloads/td_mac_intel.tar.gz'

Cheers,

Olivier

Revision history for this message
KP.Xie (kpxie) said :
#2

Thanks Olivier Mattelaer, that solved my question.

Revision history for this message
KP.Xie (kpxie) said :
#3

Thanks very much, I'd installed it successfully.