-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing MadAnalysis 5 through MadGraph #184
Comments
Hi @sarahwarad, we can only help you if you provide information about your system—versions of every single tool that you use, your operating system versions, python versions etc. Please read the headlines of the issue for which we ask you to provide all this information; they are not decorative. |
thank you for your reply install MadAnalysis5
Default installation of Madanalys5 failed. |
Your issue seems to be due to ROOT, not MadAnalysis. Please see this discussion for properly installing ROOT in MacOS. Once it's installed, you can link it to MadAnalysis. If you don't need ROOT, you can use MadAnalysis without installing it. |
thank you please see below what I did and the message I got. MA5: |
Hi @sarahwarad your path is wrong you forgot a slash in the beginning. |
thank you that is what I did and what I got MA5: ************************************************************* |
Hi @sarahwarad what does it say in the log file? Im assuming that you read the readme file and installed the requirements as prescribed? |
that is what is in matplotlib.log file (BEGIN-STAMP
|
Have you checked if your matplotlib version satisfies ma5 requirements? Please see the readme file for details |
the problem is solved after ubdating matplotlib. one question please, how can I change the graphical rendering to gnuplot? I tried the command ```set main.graphic_render and it says root matplotlib or non. thanks again |
I leave this to @BenjaminFuks since i’ve never worked on gnuplot portion of the code. |
This is actually something for @econte-cms and not for me... I have never used gnuplot within MA5. |
Question
Hi
I hope you can help me with this matter.
I am trying to install MadAnalysis 5 within Madgraph but the installation of Madanalys5 failed.
this is the message I got
(MA5: Component 6/9 - library: interface to Root
MA5: - Cleaning the project before building the library ...
MA5-DEBUG (library_writer.MrProper() in library_writer.py::L459): LogFile: /Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/HEPTools/madanalysis5/madanalysis5/tools/SampleAnalyzer/Interfaces/mrproper_root.log
MA5-DEBUG (library_writer.MrProper() in library_writer.py::L469): Makefile: Makefile_root
MA5-DEBUG (library_writer.MrProper() in library_writer.py::L473): Command: make mrproper --file=Makefile_root
MA5: - Compiling the source files ...
MA5: - Linking the library ...
MA5-ERROR: impossible to link the project. For more details, see the log file:
MA5-ERROR: /Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/HEPTools/madanalysis5/madanalysis5/tools/SampleAnalyzer/Interfaces/linking_root.log
MA5-ERROR: The library building aborted.
Default installation of Madanalys5 failed.
MG5aMC will now attempt to reinstall it with the options '--no_MA5_further_install --no_root_in_MA5'.
This will however limit MA5 applicability for hadron-level analysis.
If you would like to prevent MG5aMC to re-attempt MA5 installation, start MG5aMC with './bin/mg5_aMC --debug'.
Downloading the HEPToolInstaller at:
http://madgraph.mi.infn.it//Downloads/HEPToolsInstaller/HEPToolsInstaller_V168.tar.gz
Now installing madanalysis5. Be patient...
Removing existing installation of tool 'madanalysis5' in '/Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/HEPTools'.
Fetching data with command:
curl -OL https://github.com/MadAnalysis/madanalysis5/archive/refs/tags/v1.10.9_beta.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 860k 0 860k 0 0 1051k 0 --:--:-- --:--:-- --:--:-- 1051k
Installing tool 'madanalysis5'...
> Follow the installation progress by running the command below in a separate terminal)
> tail -f /Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/HEPTools/madanalysis5/madanalysis5_install.log
['madanalysis5-1.10.9_beta']
mv madanalysis5-1.10.9_beta madanalysis5
Successful installation of 'madanalysis5' in '/Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/HEPTools'.
madanalysis5 successfully installed in /Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/HEPTools.
save configuration file to /Users/sarahalanazi/Desktop/TOOLS/MG5_aMC_v3_4_0/input/mg5_configuration.txt
Command "install MadAnalysis5" interrupted with error:
InvalidCmd : Installation of madanalysis5 failed.
MG5_aMC>
)
and the file linking_root.log is empty.
best regards
The text was updated successfully, but these errors were encountered: