sebbASF opened a new issue #490: Bug: setup.py fails to find formatflowed and 
certifi even though they are installed
URL: https://github.com/apache/incubator-ponymail/issues/490
 
 
   setup.py fails for me with Python 3.7 on macOS.
   It says:
   
   It looks like you need to install some python modules first
   The following packages are required: 
    - formatflowed
    - certifi
   You may use your package manager, or run the following command:
   pip3 install formatflowed certifi
   
   However the following commands don't report an error:
   
   $ python3 -m certifi
   /usr/local/lib/python3.7/site-packages/certifi/cacert.pem
   $ python3 -m formatflowed
   
   Furthermore, if I comment out the sys.exit(-1) the tool completes 
successfully.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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