error in installation

Asked by LinYunHe

Dear all,

I was using madgraph2.9.22 to install maddm.

When I input: python2 ./bin/maddm.py

there was an error information:
Traceback (most recent call last):
  File "/home/hly/MG5_aMC_v2_9_22/bin/mg5_aMC", line 168, in <module>
    __import__('PLUGIN.%s' % options.plugin)
  File "/home/hly/MG5_aMC_v2_9_22/PLUGIN/maddm/__init__.py", line 3, in <module>
    import maddm_interface as maddm_interface
  File "/home/hly/MG5_aMC_v2_9_22/PLUGIN/maddm/maddm_interface.py", line 5, in <module>
    import maddm_run_interface as maddm_run_interface
  File "/home/hly/MG5_aMC_v2_9_22/PLUGIN/maddm/maddm_run_interface.py", line 10, in <module>
    from numpy.core.fromnumeric import var
ImportError: No module named numpy.core.fromnumeric

So how can I solve it?

Best,

LinYunHe

Question information

Language:
English Edit question
Status:
Solved
For:
MadDM Edit question
Assignee:
No assignee Edit question
Solved by:
LinYunHe
Solved:
Last query:
Last reply:
Revision history for this message
LinYunHe (linyunhe) said :
#1

Oh, I have solved it, thanks.