sebbASF opened a new issue #465: setup.py tries to install Python modules
URL: https://github.com/apache/incubator-ponymail/issues/465
 
 
   If the import of elasticsearch fails, setup.py tries to install some Python 
modules.
   This uses pip3 and is unconditionally tried if the current user is root.
   
   I think this is out of scope for the setup script.
   It's also potentially dangerous to run external processes as root.
   Also the installation may not be using pip3.
   
   Setup.py should report an issue if a required module is missing, but should 
not unconditionally install them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to