install maddump

Asked by Y Zhong

Hi,

I tried to install maddump at MG5_aMC v 2.6.5 with the command "install maddump". I found following error message

Command "install maddump" interrupted with error:
Exception : Plugin maddump fail to be loaded. Please contact the author of the PLUGIN
  Error No module named scipy.interpolate
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in 'MG5_debug'.
Please attach this file to your report.

Just wondering if there is an easy way to fix it?

Question information

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

Did you have scipy on your machine?

in principle you should be able to install it via the following command:
pip install scipy

Cheers,

Olivier

> On 4 Mar 2019, at 20:43, Y Zhong <email address hidden> wrote:
>
> New question #678940 on maddump:
> https://answers.launchpad.net/maddump/+question/678940
>
> Hi,
>
> I tried to install maddump at MG5_aMC v 2.6.5 with the command "install maddump". I found following error message
>
> Command "install maddump" interrupted with error:
> Exception : Plugin maddump fail to be loaded. Please contact the author of the PLUGIN
> Error No module named scipy.interpolate
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'MG5_debug'.
> Please attach this file to your report.
>
> Just wondering if there is an easy way to fix it?
>
> --
> You received this question notification because you are an answer
> contact for maddump.

Revision history for this message
Y Zhong (ymzhong) said :
#2

Thanks a lot!

It is successfully installed after load scipy.