Terry J. Reedy added the comment:
Debashish: questions on using pip should be directed to python-list, also
accessible as newsgroup gmane.comp.python.general at news.gmane.org. pip is
otherwise maintained separately from CPython and has its own bug-reporting
system.
--
nosy: +terry.r
Eryk Sun added the comment:
You can build NumPy with only a C compiler, but it won't have accelerated
BLAS/LAPACK. However, lifetimes requires SciPy, which in turn requires Fortran.
This is a common requirement with a lot of the scientific-computing stack, so
you may as well choose a complete
Steve Dower added the comment:
Since you're on Python 3.5, you'll need Visual Studio 2015 to build extensions.
However, since the extension in question is numpy, you'll need to find prebuilt
binaries since you won't be able to compile it yourself just yet. I believe
Continuum has builds for 3.
New submission from Debashish Maity:
Not able to install "lifetimes" package using pip script.
Need urgent help.
Followed the following links for help, but still no success
http://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/
http://stackoverflow.com/questions/26473854/pytho