Install PAD : Scipy error in madanalysis5

Asked by Abdullah Bin Saqlain

Hi, so i have been trying to install PAD which gave me the error message

ma5>install PAD
MA5-WARNING: the package "PAD" cannot be installed without root and scipy; installation skipped

the issue is that I have scipy installed in my linux as well as numpy but the madanalysis 5 is not able to pick it up, I even tried adding the path to scipy installation in bashrc using:
export PYTHONPATH=/home/abdullah/.local/lib/python3.8/site-packages:$PYTHONPATH
but still couldn't fix it, does any one has a fix for this ?

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
Julia (juliacarter) said :
#1

It seems that the installation of the "PAD" package requires root access and the SciPy package. You can try installing SciPy first using a package manager like pip or conda. To install SciPy using pip, run the following command:

Copy code
pip install scipy
If you are using conda, you can run the following command:

Copy code
conda install scipy https://gulfexpatsguide.com/
After installing SciPy, you can try installing the "PAD" package again. If you still encounter issues, it may be helpful to provide more information about your system and the specific error message you are seeing.

Revision history for this message
Jack Y. Araz (jackaraz) said :
#2

** MadAnalysis 5 has been mitigated to GitHub! If you have any questions or bug reports please refer to the Issues section in our new GitHub repository. Launchpad will no longer be used.

 - GitHub Repository: https://github.com/MadAnalysis/madanalysis5
 - Issues: https://github.com/MadAnalysis/madanalysis5/issues
 - Discussions: https://github.com/MadAnalysis/madanalysis5/discussions
 - Latest MadAnalysis 5 release: https://github.com/MadAnalysis/madanalysis5/releases

Can you help with this problem?

Provide an answer of your own, or ask Abdullah Bin Saqlain for more information if necessary.

To post a message you must log in.